Skip to content

Commit 759f95c

Browse files
address review comments
Co-authored-by: muthu-mps <101238137+muthu-mps@users.noreply.github.com>
1 parent 929449d commit 759f95c

File tree

1 file changed

+1
-1
lines changed
  • packages/apache/data_stream/access/elasticsearch/ingest_pipeline

1 file changed

+1
-1
lines changed

packages/apache/data_stream/access/elasticsearch/ingest_pipeline/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ processors:
199199
ignore_missing: true
200200
- remove:
201201
field: apache.access.identity
202-
if: ctx.apache.access.identity == "-"
202+
if: ctx.apache?.access?.identity == "-"
203203
ignore_failure: true
204204
ignore_missing: true
205205
on_failure:

0 commit comments

Comments
 (0)