[FR] ES|QL remote validation support newline split indices #5356
+4
−2
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.
Pull Request
Issue link(s):
Resolves #5355
Summary - What I changed
Adds support for newline separated ESQL indices in the from line. Currently, this is done through regex parsing, which requires maintenance such as this PR, given an ESQL parser, this would have been caught there. See issue for more detail.
How To Test
Create a rule with some indices split by newlines. E.g.
reconnaissance_web_server_unusual_user_agents.toml.txt
Run view-rule with remote validation to check this new feature and then run
python -m detection_rules dev test esql-remote-validationto test validation on the rest of the rules.Testing Results
Checklist
bug,enhancement,schema,maintenance,Rule: New,Rule: Deprecation,Rule: Tuning,Hunt: New, orHunt: Tuningso guidelines can be generatedmeta:rapid-mergelabel if planning to merge within 24 hoursContributor checklist