Skip to content

Commit 643c505

Browse files
committed
fixing pipeline error
Signed-off-by: Andreas Gkizas <andreas.gkizas@elastic.co>
1 parent 52bffe4 commit 643c505

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/istio/data_stream/access_logs/elasticsearch/ingest_pipeline

packages/istio/data_stream/access_logs/elasticsearch/ingest_pipeline/default.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ processors:
2323
ignore_missing: true
2424
description: The `message` field is no longer required if the document has an `event.original` field.
2525
if: ctx.event?.original != null
26-
target_field: event.original
2726
- drop:
2827
if: "ctx?.event?.original == null"
2928
- grok:

0 commit comments

Comments
 (0)