Thanks Joseph,
I made some tests on SmartCenter R81.10 HF78 to rule out the cef topic. Simple tcpdump on management station. Even with standard syslog, origin is always IP address.
Which is in my understanding contrary to the statement in sk144192.
origin Orig string Name of the first Security Gateway that reported this event Yes
origin_ip N/A ipaddr IP address of the Security Gateway that generated this log Yes
This files $RTDIR/log_exporter/conf/LogFields.xml shows:
<field>
<log_field>orig</log_field>
<display_name>Origin</display_name>
<lea_type>ipaddr</lea_type>
<family>Log Info</family>
<deafult_width></deafult_width>
<resolve_type>_V4</resolve_type>
<no_index></no_index>
<no_show></no_show>
<dns_resolving>true</dns_resolving>
</field>
<field>
<log_field>origin_sic_name</log_field>
<display_name>Origin SIC Name</display_name>
<lea_type>string_id</lea_type>
<family></family>
<deafult_width></deafult_width>
<resolve_type></resolve_type>
<no_index></no_index>
<no_show></no_show>
</field>
<field>
<log_field>originip</log_field>
<display_name>Origin IP</display_name>
<lea_type>ipaddr</lea_type>
<family></family>
<deafult_width></deafult_width>
<resolve_type></resolve_type>
<no_index></no_index>
<no_show></no_show>
<dns_resolving>true</dns_resolving>
</field>
Regarding SIC name proposal:
SIC name contains hostname of firewall and name of the 'initial management station'.
So, if you have a grown environment with old, migrated management stations, you will see a lot of old stuff.
And even with that, it shows hostname not FQDN.
CN\=fw1,O\=OLD-INITIAL-MANAGEMENTSTATAION.xyz.RANDOM
At the end, the question is.
Why is CheckPoint not sending 'origin'. Or how can I enable this feature.
Best Regards