Format Configuration
Overview of Format Configuration
Every format has its own predefined format configuration file that configures the format of the exported logs, the delimiters, fields that are part of the header, and so on.
These format configuration files are configured in this file:
|
|
Important - Do not edit the original Doing so causes a data loss after an upgrade. Instead, create a copy of the file and modify the copied file, while leaving the original intact. After modifying the copied file, refer to it (using a full path) in the |
Example list of files:
-
$EXPORTERDIR/conf/CefFormatDefinition.xml
-
$EXPORTERDIR/conf/GenericFormatDefinition.xml
-
$EXPORTERDIR/conf/JsonFormatDefinition.xml
-
$EXPORTERDIR/conf/LeefFormatDefinition.xml
-
$EXPORTERDIR/conf/LogRhythmFormatDefinition.xml
-
$EXPORTERDIR/conf/RsaFormatDefinition.xml
-
$EXPORTERDIR/conf/SplunkFormatDefinition.xml
-
$EXPORTERDIR/conf/SyslogFormatDefinition.xml
Body
Parameter |
Description |
Syslog |
Splunk |
RSA |
CEF |
LEEF |
LogRhythm |
Generic |
---|---|---|---|---|---|---|---|---|
|
The character preceding the log data payload. |
|
|
|
|
|
|
|
|
The character following the log data payload. |
|
|
|
|
|
|
|
|
The delimiter that separates logs. |
(means ' |
(means ' |
(means ' |
(means ' |
(means ' |
(means ' |
(' |
|
The delimiter that separates log fields. |
' (semicolon + space) |
(pipe) |
' (space) |
' (space) |
(<TAB>) |
(pipe) |
' (space) |
|
The assignment operator. |
|
|
|
|
|
|
|
|
The value encapsulation operator (start) |
|
|
|
|
|
|
|
|
The value encapsulation operator (end) |
|
|
|
|
|
|
|
|
Escaping unwanted characters. The escape functionality replaces the string that's encapsulated by the ' |
;\ --> \\ " --> \" --> ' ' ] --> \] |
| --> ; = --> \= --> ' ' |
= --> \= --> ' ' |
;\ --> \\ = --> \= --> ' ' | --> \| |
= --> \= --> ' ' |
| --> ; = --> \= --> ' ' |
\ --> \\ " --> ' --> ' ' |
Header
Parameter |
Description |
Default values for Syslog |
Default values for Splunk |
Default values for RSA |
Default values for CEF |
Default values for LogRhythm |
---|---|---|---|---|---|---|
|
The delimiter between the header values and the number of values. Every |
(space) |
|
|
|
|
|
Notes:
|