I have been exporting logs with log exporter for years in syslog format.
Now, I have a new requirement, I would like to receive dst_machine_name and src_machine_name in the syslog server but it seems that they are not exported by default.
at /opt/CPrt-R81.20/log_exporter/targets/target1/targetConfiguration.xml
---
<format type="syslog"> <!--syslog | cef | rsa | leef | generic | splunk | this parameter may differ from the type of destination, for example, destination type = files/format type = CEF -->
<resolver>
<mappingConfiguration></mappingConfiguration><!--if empty the fields are sent as is without renaming-->
<exportAllFields>true</exportAllFields> <!--in case exportAllFields=true - exported element in fieldsMapping.xml is ignored and fields not from fieldsMapping.xml are exported as notMappedField field-->
</resolver>
----
So if <exportAllFields> is true, why are not all the fields exported - including dst_machine_name and src_machine_name?