Update to version 0.2.10 with automated config lookup and visualization fix#71
Merged
2 commits merged intomainfrom Jan 23, 2026
Merged
Update to version 0.2.10 with automated config lookup and visualization fix#712 commits merged intomainfrom
2 commits merged intomainfrom
Conversation
…on fixes - Removed manual setup_commands.json (no longer needed) - Updated Instructions.md: removed manual config setup step, added Configuration section at end - Updated README.md with version 0.2.10 release notes - Documented automated chargeback_conf_lookup creation via bootstrap transform - Simplified installation steps - configuration index now auto-created - Default config: ECU rate 0.85 EUR, weights 20/20/40, date range 2010-2046 Based on PR: elastic/integrations#16936
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Chargeback integration to version 0.2.10, introducing automated configuration index creation and fixing visualization display issues. The update eliminates manual setup steps by automatically creating the chargeback_conf_lookup index via a bootstrap transform during installation.
Changes:
- Automated
chargeback_conf_lookupindex creation with default configuration (ECU rate 0.85 EUR, weights 20/20/40, date range 2010-2046) - Fixed visualization display issues caused by integer division in ES|QL queries
- Simplified installation instructions by removing manual index creation steps
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| integration/README.md | Updated version to 0.2.10, documented automated config lookup creation, and added release notes detailing bug fixes and enhancements |
| integration/Instructions.md | Removed manual index creation steps, reorganized installation workflow, and moved configuration documentation to end of file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixing:
#69
#70
Based on PR: elastic/integrations#16936