Skip to content

Commit 5dd0e7e

Browse files
committed
Fix chargeback_conf_lookup transform source index dependency
Change source from cluster_deployment_contribution_lookup to metrics-ess_billing.billing-* to fix transform loading in fresh setups. The transform uses runtime_mappings to generate all config values, so the source index content doesn't matter - it only needs any document to trigger. Billing data is guaranteed to exist in chargeback deployments. Fixes feedback from @elastic-abhi review.
1 parent 3b6d518 commit 5dd0e7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/chargeback/elasticsearch/transform/chargeback_conf_lookup

packages/chargeback/elasticsearch/transform/chargeback_conf_lookup/transform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
description: Bootstrap chargeback configuration lookup index with default settings using cluster_deployment_contribution_lookup as source.
1+
description: Bootstrap chargeback configuration lookup index with default settings using billing data as source trigger.
22
source:
33
index:
4-
- cluster_deployment_contribution_lookup
4+
- metrics-ess_billing.billing-*
55
runtime_mappings:
66
config_join_key:
77
type: keyword

0 commit comments

Comments
 (0)