You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
value: "Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}"
56
57
# If a timezone is present from the vendor, we will check if it matches an entry in the tz_map to convert it.
@@ -119,6 +120,7 @@ processors:
119
120
- MMM d HH:mm:ss.SSS
120
121
on_failure:
121
122
- append:
123
+
tag: append_error_message_ebfd3d8f
122
124
field: error.message
123
125
value: "Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}"
124
126
# Sets the @timestamp field when a timezone exists or has been set by tz_offset.
@@ -148,6 +150,7 @@ processors:
148
150
- MMM d HH:mm:ss.SSS
149
151
on_failure:
150
152
- append:
153
+
tag: append_error_message_39d81770
151
154
field: error.message
152
155
value: "Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}"
153
156
# To parse the syslog timestamp into the correct format when event.timezone is set
@@ -166,6 +169,7 @@ processors:
166
169
- MMM d HH:mm:ss.SSS
167
170
on_failure:
168
171
- append:
172
+
tag: append_error_message_8eb784d7
169
173
field: error.message
170
174
value: "Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}"
171
175
# To parse the syslog timestamp into the correct format when event.timezone is not set
@@ -183,6 +187,7 @@ processors:
183
187
- MMM d HH:mm:ss.SSS
184
188
on_failure:
185
189
- append:
190
+
tag: append_error_message_6e22be52
186
191
field: error.message
187
192
value: "Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}"
188
193
@@ -269,6 +274,7 @@ processors:
269
274
}
270
275
on_failure:
271
276
- append:
277
+
tag: append_error_message_aae2588f
272
278
field: error.message
273
279
value: "Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}"
value: "Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}"
286
293
- trim:
@@ -346,7 +353,11 @@ processors:
346
353
on_failure:
347
354
- append:
348
355
field: error.message
349
-
value: "Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}"
value: 'Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}'
66
72
- gsub:
@@ -71,20 +77,23 @@ processors:
71
77
ignore_missing: true
72
78
on_failure:
73
79
- append:
80
+
tag: append_error_message_660fea7e
74
81
field: error.message
75
82
value: 'Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}'
0 commit comments