Skip to content

Commit

Permalink
Revert all changes on pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crespocarlos committed Oct 3, 2022
1 parent dc62d9b commit 141a888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/module/kibana/log/ingest/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: Pipeline for parsing Kibana logs
on_failure:
- set:
field: error.message
value: "{{ _ingest.on_failure_message }}"
value: '{{ _ingest.on_failure_message }}'
processors:
- pipeline:
if: 'ctx?.json?.ecs?.version == null'
Expand Down

0 comments on commit 141a888

Please sign in to comment.