Skip to content

Adding wording to create the @custom pipeline on the same environment as where the integration is running. #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2025
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
1 change: 1 addition & 0 deletions Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ To calculate the _value_ of your ECU, you need to add a rate to the ESS billing
Modify the `ess.billing.ecu_value` field with your value rate. E.g if 1 ECU is $2.2 worth you would modify the `0.85` to `2.2`

>These instructions assume this pipeline does not exist yet!
>Note: this custom pipeline should be generated on the environment where the ESS billing integration is running.

```json
PUT _ingest/pipeline/metrics-ess_billing.billing@custom
Expand Down
2 changes: 2 additions & 0 deletions Upgrade_value.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ To calculate the _value_ of your ECU, you need to add a rate to the ESS billing
Modify the `ess.billing.ecu_value` field with your value rate. E.g if 1 ECU is $2.2 worth you would modify the `0.85` to `2.2`

>These instructions assume this pipeline does not exist yet!
>Note: this custom pipeline should be generated on the environment where the ESS billing integration is running.


```json
PUT _ingest/pipeline/metrics-ess_billing.billing@custom
Expand Down