Skip to content

Commit

Permalink
Remove pre populated event.timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Jul 29, 2020
1 parent fb52d26 commit 8f1dc4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion x-pack/filebeat/module/fortinet/firewall/ingest/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ processors:
- set:
field: event.dataset
value: fortinet.firewall
- remove:
field: event.timezone
ignore_missing: true
- set:
field: event.timezone
value: "{{fortinet.firewall.tz}}"
Expand Down Expand Up @@ -178,4 +181,4 @@ processors:
on_failure:
- set:
field: error.message
value: '{{ _ingest.on_failure_message }}'
value: '{{ _ingest.on_failure_message }}'
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"event.module": "fortinet",
"event.outcome": "success",
"event.start": "2020-06-24T01:16:08.000Z",
"event.timezone": "-02:00",
"event.type": [
"connection",
"end"
Expand Down

0 comments on commit 8f1dc4c

Please sign in to comment.