Change to srcip so the geolocation works

This commit is contained in:
Joren 2025-03-06 10:43:32 +01:00
parent c8b795d9ea
commit 731eeed1c2
Signed by: Joren
GPG Key ID: 280E33DFBC0F1B55

View File

@ -27,13 +27,13 @@
<decoder name="cgfw-firewall-activity-fields">
<parent>cgfw-firewall-activity</parent>
<regex type="pcre2">srcIP=([\d\.]+)</regex>
<order>SourceIP</order>
<order>srcip</order>
</decoder>
<decoder name="cgfw-firewall-activity-fields">
<parent>cgfw-firewall-activity</parent>
<regex type="pcre2">srcPort=([\d\s]+)</regex>
<order>SourcePort</order>
<order>srcport</order>
</decoder>
<decoder name="cgfw-firewall-activity-fields">
@ -45,13 +45,13 @@
<decoder name="cgfw-firewall-activity-fields">
<parent>cgfw-firewall-activity</parent>
<regex type="pcre2">dstIP=([\d\.]+)</regex>
<order>DestinationIP</order>
<order>dstip</order>
</decoder>
<decoder name="cgfw-firewall-activity-fields">
<parent>cgfw-firewall-activity</parent>
<regex type="pcre2">dstPort=([\w\s]+)</regex>
<order>DestinationPort</order>
<order>dstport</order>
</decoder>
<decoder name="cgfw-firewall-activity-fields">