-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[7.14] Improve circular reference detection in grok processor (#74581) #74829
Conversation
Pinging @elastic/es-core-features (Team:Core/Features) |
@elasticmachine test this please |
@elasticmachine update branch |
@elasticmachine run elasticsearch-ci/bwc |
@elasticmachine run elasticsearch-ci/part-2 |
The test that's repeatedly failing in It might be simplest just to incorporate the fix into this PR:
|
This change is a tweak to elastic#74581 which removes the N^2 loop that was added in that PR.
…nn/elasticsearch into backport_714_74581_grok
All tests passed. Some test result updates on the PR were delayed. |
Certain combinations of patterns could result in circular references that were not properly detected. This PR resolves that.
Backport of #74581