Skip to content

Commit 678ed33

Browse files
authored
[aws_billing] Bump version set in the transform destination pipeline (elastic#15593)
Fix ingest pipeline name used in the transform destination settings. Version included in the ingest pipeline name must match the package version set in the manifest.
1 parent fc9de39 commit 678ed33

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/aws_billing/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "0.2.1"
3+
changes:
4+
- description: Fixed ingest pipeline name used in transform
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15593
27
- version: "0.2.0"
38
changes:
49
- description: Improve documentation to align with new guidelines.

packages/aws_billing/elasticsearch/transform/cur/transform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source:
1111
'data_stream.dataset': "aws_billing.cur"
1212
dest:
1313
index: "aws_billing.cur-v1"
14-
pipeline: "metrics-aws_billing.cur-0.1.0-pipeline_extract_metadata"
14+
pipeline: "metrics-aws_billing.cur-0.2.1-pipeline_extract_metadata"
1515
aliases:
1616
- alias: "aws_billing.cur_latest"
1717
move_on_creation: true
@@ -107,5 +107,5 @@ sync:
107107
field: "@timestamp"
108108
delay: 60s
109109
_meta:
110-
fleet_transform_version: 0.1.0
110+
fleet_transform_version: 0.1.1
111111
run_as_kibana_system: false

packages/aws_billing/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.0
22
name: aws_billing
33
title: "AWS Cost and Usage Report (CUR 2.0)"
4-
version: "0.2.0"
4+
version: "0.2.1"
55
source:
66
license: "Elastic-2.0"
77
description: Collect AWS CUR 2.0 billing data from S3 with Elastic Agent.

0 commit comments

Comments
 (0)