Skip to content

Commit b0ed2b3

Browse files
committed
updating version + DV
1 parent 16f81ce commit b0ed2b3

File tree

8 files changed

+27
-37
lines changed

8 files changed

+27
-37
lines changed

packages/chargeback/elasticsearch/transform/billing_cluster_cost/transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source:
88
gt: 0
99
dest:
1010
index: billing_cluster_cost_lookup
11-
pipeline: 0.2.2-billing
11+
pipeline: 0.2.3-billing
1212
frequency: 60m
1313
sync:
1414
time:

packages/chargeback/elasticsearch/transform/cluster_datastream_contribution/transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source:
44
- monitoring-indices # Dependency: ES Integration added, but not neceserily installed. Need the output of the transform only.
55
dest:
66
index: cluster_datastream_contribution_lookup
7-
pipeline: 0.2.2-usage
7+
pipeline: 0.2.3-usage
88
frequency: 60m
99
sync:
1010
time:

packages/chargeback/elasticsearch/transform/cluster_deployment_contribution/transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source:
44
- monitoring-indices # Dependency: ES Integration added, but not neceserily installed. Need the output of the transform only.
55
dest:
66
index: cluster_deployment_contribution_lookup
7-
pipeline: 0.2.2-usage
7+
pipeline: 0.2.3-usage
88
frequency: 60m
99
sync:
1010
time:

packages/chargeback/elasticsearch/transform/cluster_tier_and_ds_contribution/transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source:
44
- monitoring-indices # Dependency: ES Integration added, but not neceserily installed. Need the output of the transform only.
55
dest:
66
index: cluster_tier_and_datastream_contribution_lookup
7-
pipeline: 0.2.2-usage
7+
pipeline: 0.2.3-usage
88
frequency: 60m
99
sync:
1010
time:

packages/chargeback/elasticsearch/transform/cluster_tier_contribution/transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source:
44
- monitoring-indices # Dependency: ES Integration added, but not neceserily installed. Need the output of the transform only.
55
dest:
66
index: cluster_tier_contribution_lookup
7-
pipeline: 0.2.2-usage
7+
pipeline: 0.2.3-usage
88
frequency: 60m
99
sync:
1010
time:

packages/chargeback/kibana/dashboard/chargeback-39a39857-746c-4a29-adca-3c2fcb6bcfb6.json

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

packages/chargeback/kibana/index_pattern/chargeback_integration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"fieldAttrs":"{}",
55
"fieldFormatMap":"{}",
66
"fields":"[]",
7-
"name":"Chargeback Lookups",
7+
"name":"[Chargeback] Billing Cluster Cost",
88
"runtimeFieldMap":"{}",
99
"sourceFilters":"[]",
1010
"timeFieldName":"@timestamp",

packages/chargeback/pre-setup.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,4 @@ POST chargeback_conf_lookup/_doc
3636
"conf_storage_weight": 40,
3737
"conf_start_date": "2024-01-01T12:00:00.000Z",
3838
"conf_end_date": "2030-12-31T23:59:59.000Z"
39-
}
40-
41-
# Create data view used for control.
42-
POST kbn:/api/data_views/data_view
43-
{
44-
"data_view": {
45-
"name": "[Chargeback] Billing Cluster Cost",
46-
"title": "billing_cluster_cost_lookup",
47-
"id": "2bf6c0d816ef0a2d56d03ede549c16c08c35db2cf02d78c12756a98a33f50e4f"
48-
}
4939
}

0 commit comments

Comments
 (0)