Skip to content

Commit

Permalink
fix(Fortigate): enhancement the extraction of the user group
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc committed Jan 2, 2025
1 parent 36ceb70 commit 9235a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fortinet/fortigate/ingest/parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ stages:
fortinet.fortigate.policyid: "{{parsed_event.message.policyid}}"
fortinet.fortigate.poluuid: "{{parsed_event.message.poluuid}}"
network.forwarded_ip: "{{parsed_event.message.forwardedfor}}"
group.name: "{{parsed_event.message.group}}"
group.name: "{{parsed_event.message.group or parsed_event.message.FTNTFGTgroup}}"

- set:
fortinet.fortigate.poluuid: "{{parsed_event.message.uuid}}"
Expand Down

0 comments on commit 9235a59

Please sign in to comment.