Skip to content

Commit

Permalink
Remove processor instead of the field
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Jul 29, 2020
1 parent 538865c commit cae41b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ tags: {{.tags | tojson}}
publisher_pipeline.disable_host: {{ inList .tags "forwarded" }}

processors:
- add_locale: ~
- add_fields:
target: ''
fields:
Expand Down
3 changes: 0 additions & 3 deletions x-pack/filebeat/module/fortinet/firewall/ingest/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ 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

0 comments on commit cae41b1

Please sign in to comment.