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/chargeback/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 0.2.6
changes:
- description: "Fixing bug around sku based cost allocation"
type: enhancement
link: https://github.com/elastic/integrations/pull/14545
- version: 0.2.5
changes:
- description: "Add deployment_group field extracted from ESS Billing deployment tags using runtime mappings to enable tag-based cost allocation and filtering. Fix transforms to use correct field type for elasticsearch.cluster.name."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source:
emit('');
dest:
index: billing_cluster_cost_lookup
pipeline: 0.2.5-billing
pipeline: 0.2.6-billing
frequency: 60m
sync:
time:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source:
- monitoring-indices # Dependency: ES Integration added, but not neceserily installed. Need the output of the transform only.
dest:
index: cluster_datastream_contribution_lookup
pipeline: 0.2.5-usage
pipeline: 0.2.6-usage
frequency: 60m
sync:
time:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source:
- monitoring-indices # Dependency: ES Integration added, but not neceserily installed. Need the output of the transform only.
dest:
index: cluster_deployment_contribution_lookup
pipeline: 0.2.5-usage
pipeline: 0.2.6-usage
frequency: 60m
sync:
time:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source:
- monitoring-indices # Dependency: ES Integration added, but not neceserily installed. Need the output of the transform only.
dest:
index: cluster_tier_and_datastream_contribution_lookup
pipeline: 0.2.5-usage
pipeline: 0.2.6-usage
frequency: 60m
sync:
time:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source:
- monitoring-indices # Dependency: ES Integration added, but not neceserily installed. Need the output of the transform only.
dest:
index: cluster_tier_contribution_lookup
pipeline: 0.2.5-usage
pipeline: 0.2.6-usage
frequency: 60m
sync:
time:
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/chargeback/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.4.0
name: chargeback
title: "Chargeback"
version: 0.2.5
version: 0.2.6
description: "This package calculates chargeback based on billing and consumption data"
type: integration
categories:
Expand Down
2 changes: 1 addition & 1 deletion packages/chargeback/pre-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PUT chargeback_conf_lookup
"mappings": {
"_meta": {
"managed": true,
"package": { "name": "chargeback", "version": "0.2.5" }
"package": { "name": "chargeback", "version": "0.2.6" }
},
"properties": {
"config_join_key": { "type": "keyword" },
Expand Down