Hi all
i working and testing the cp_log_exporter tool,
i create a syslog target server with format LEEF for the example.
i want to:
1. add quots to all fields
2. export only spesific fields and not all
i edit the leef file configuration and i managed add quots to values but not to fields:
<ExportLogFormat>
<start_message_body>{</start_message_body>
<end_message_body>}</end_message_body>
<message_separator> </message_separator> <!-- =='\n' -->
<value_encapsulation_start>"</value_encapsulation_start>
<value_encapsulation_end>"</value_encapsulation_end>
<fields_separatator>;</fields_separatator> <!-- 	=='\t' -->
<field_value_separatator> = </field_value_separatator>
<escape_chars>
part off the syslog output:
method:"GET" sev:"Unknown" sev:"Low"
you can see that only valus get quots .
also i want to export only spesifics fields and not all log,
which file i need to edit ?