Skip to content

Commit e7bb9a9

Browse files
committed
fix pipeline indenting
1 parent 53ee3b9 commit e7bb9a9

File tree

1 file changed

+1
-1
lines changed
  • packages/aws_bedrock_agentcore/data_stream/runtime_application_logs/elasticsearch/ingest_pipeline

1 file changed

+1
-1
lines changed

packages/aws_bedrock_agentcore/data_stream/runtime_application_logs/elasticsearch/ingest_pipeline/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ processors:
155155
ignore_failure: true
156156

157157
on_failure:
158-
- set:
158+
- set:
159159
field: error.message
160160
value: 'Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.pipeline}}} failed with message: {{{_ingest.on_failure_message}}}'
161161
- set:

0 commit comments

Comments
 (0)