explicitly set Suricata timestamp timezone to UTC

This commit is contained in:
Doug Burks
2020-07-14 15:49:46 -04:00
committed by GitHub
parent 7a36803e2c
commit a1e6a85a68

View File

@@ -13,7 +13,7 @@
{ "rename":{ "field": "message2.event_type", "target_field": "dataset", "ignore_failure": true } },
{ "set": { "field": "observer.name", "value": "{{agent.name}}" } },
{ "set": { "field": "ingest.timestamp", "value": "{{@timestamp}}" } },
{ "set": { "field": "@timestamp", "value": "{{message2.timestamp}}" } },
{ "date": { "field": "message2.timestamp", "target_field": "@timestamp", "formats": ["ISO8601", "UNIX"], "timezone": "UTC", "ignore_failure": true } },
{ "remove":{ "field": "agent", "ignore_failure": true } },
{ "pipeline": { "name": "suricata.{{dataset}}" } }
]