Skip to content

Commit b9cfcf0

Browse files
fix duplicate tags
1 parent c288ec0 commit b9cfcf0

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ processors:
131131
ignore_missing: true
132132
pattern: '[:.]'
133133
replacement: '-'
134-
tag: gsub mac
134+
tag: gsub_destination_mac
135135
- gsub:
136136
field: source.mac
137137
ignore_missing: true
138138
pattern: '[:.]'
139139
replacement: '-'
140-
tag: gsub mac
140+
tag: gsub_source_mac
141141
- uppercase:
142142
field: destination.mac
143143
ignore_missing: true

0 commit comments

Comments
 (0)