Skip to content

Commit

Permalink
corrected field name
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00Jeff authored Feb 1, 2023
1 parent 3eb0d40 commit 5848f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/fortinet/firewall/ingest/event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ processors:
field: fortinet.firewall.dst_host
target_field: destination.domain
ignore_missing: true
if: "ctx.destination?.address == null"
if: "ctx.destination?.domain == null"
- convert:
field: fortinet.firewall.sentbyte
target_field: source.bytes
Expand Down

0 comments on commit 5848f45

Please sign in to comment.