Skip to content

Commit 7cdd55d

Browse files
cleanup tags
1 parent 381a7b5 commit 7cdd55d

File tree

1 file changed

+2
-2
lines changed
  • packages/fortinet_fortigate/data_stream/log/elasticsearch/ingest_pipeline

1 file changed

+2
-2
lines changed

packages/fortinet_fortigate/data_stream/log/elasticsearch/ingest_pipeline/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)