We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d44b874 + de5073f commit 38f7624Copy full SHA for 38f7624
packages/istio/data_stream/access_logs/elasticsearch/ingest_pipeline/default.yml
@@ -13,7 +13,6 @@ processors:
13
ignore_failure: true
14
- rename:
15
field: message
16
-<<<<<<< HEAD
17
tag: rename_message_to_event_original
18
target_field: event.original
19
ignore_missing: true
@@ -24,11 +23,7 @@ processors:
24
23
25
description: The `message` field is no longer required if the document has an `event.original` field.
26
if: ctx.event?.original != null
27
-=======
28
29
- ignore_missing: true
30
- if: 'ctx.event?.original == null'
31
->>>>>>> fd8c7f80cf9ad2cf4617b47f93ce304262594ad6
32
- drop:
33
if: "ctx?.event?.original == null"
34
- grok:
0 commit comments