Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws_billing/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.1"
changes:
- description: Fixed ingest pipeline name used in transform
type: bugfix
link: https://github.com/elastic/integrations/pull/15593
- version: "0.2.0"
changes:
- description: Improve documentation to align with new guidelines.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
'data_stream.dataset': "aws_billing.cur"
dest:
index: "aws_billing.cur-v1"
pipeline: "metrics-aws_billing.cur-0.1.0-pipeline_extract_metadata"
pipeline: "metrics-aws_billing.cur-0.2.1-pipeline_extract_metadata"
aliases:
- alias: "aws_billing.cur_latest"
move_on_creation: true
Expand Down Expand Up @@ -107,5 +107,5 @@ sync:
field: "@timestamp"
delay: 60s
_meta:
fleet_transform_version: 0.1.0
fleet_transform_version: 0.1.1
run_as_kibana_system: false
2 changes: 1 addition & 1 deletion packages/aws_billing/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.0
name: aws_billing
title: "AWS Cost and Usage Report (CUR 2.0)"
version: "0.2.0"
version: "0.2.1"
source:
license: "Elastic-2.0"
description: Collect AWS CUR 2.0 billing data from S3 with Elastic Agent.
Expand Down