Skip to content

Commit

Permalink
Update processor.
Browse files Browse the repository at this point in the history
Signed-off-by: constanca-m <constanca.manteigas@elastic.co>
  • Loading branch information
constanca-m committed Jun 15, 2023
1 parent fd3d057 commit 661f62d
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
---
description: "Ingest Pipeline for Amazon S3 Storage Lens metrics"

processors:
- rename:
- fingerprint:
fields: ["aws.dimensions"]
target_field: ["aws.s3_storage_lens.dimensions_id"]
target_field: "aws.s3_storage_lens.dimensions_id"
ignore_missing: true






on_failure:
- append:
field: error.message
value: '{{{ _ingest.on_failure_message }}}'

0 comments on commit 661f62d

Please sign in to comment.