We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bffe4 commit 643c505Copy full SHA for 643c505
1 file changed
packages/istio/data_stream/access_logs/elasticsearch/ingest_pipeline/default.yml
@@ -23,7 +23,6 @@ processors:
23
ignore_missing: true
24
description: The `message` field is no longer required if the document has an `event.original` field.
25
if: ctx.event?.original != null
26
- target_field: event.original
27
- drop:
28
if: "ctx?.event?.original == null"
29
- grok:
0 commit comments