File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/fortinet_fortigate/data_stream/log/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ processors:
162162 value : " {{{fortinet.firewall.date}}} {{{fortinet.firewall.time}}}"
163163 if : ctx.fortinet?.firewall?.date != null && ctx.fortinet?.firewall?.time != null && ctx.event?.timezone == null
164164 - date :
165- tag : date__temp_time_to_@timestamp_745b440f
165+ tag : date__temp_time_to_timestamp_745b440f
166166 field : _temp.time
167167 target_field : " @timestamp"
168168 formats :
@@ -173,7 +173,7 @@ processors:
173173 timezone : " {{{event.timezone}}}"
174174 if : ctx._temp?.time != null && ctx.event?.timezone != null
175175 - date :
176- tag : date__temp_time_to_@timestamp_978d46f3
176+ tag : date__temp_time_to_timestamp_978d46f3
177177 field : _temp.time
178178 target_field : " @timestamp"
179179 formats :
You can’t perform that action at this time.
0 commit comments