Skip to content
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

Watcher history index has too many indexed fields #71479

Open
markharwood opened this issue Apr 8, 2021 · 1 comment
Open

Watcher history index has too many indexed fields #71479

markharwood opened this issue Apr 8, 2021 · 1 comment

Comments

@markharwood
Copy link
Contributor

markharwood commented Apr 8, 2021

A user reported an issue with the result.input.chain part of Watcher history documents being dynamic:true and accumulating large numbers of indexed fields over time. This caused failures relating to hitting indexed field limits.

Unless there's a particularly good business reason for indexing this data could we add this exclusion to the index template for watcher-history indices?

          "disabled_result_input_chain_fields" : {
            "path_match" : "result.input.chain",
            "mapping" : {
              "type" : "object",
              "enabled" : false
            }
          }
@markharwood markharwood added >enhancement :Data Management/Watcher needs:triage Requires assignment of a team area label labels Apr 8, 2021
@elasticmachine elasticmachine added the Team:Data Management Meta label for data/management team label Apr 8, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (Team:Core/Features)

@romseygeek romseygeek removed the needs:triage Requires assignment of a team area label label Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants