-
Notifications
You must be signed in to change notification settings - Fork 511
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
[FR] Add ES|QL Custom Library for Rule Support #3134
Closed
Closed
Changes from 6 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
c90ab9d
load unsupported rule type from schema
Mikaayenson f92b34f
Merge branch 'main' of github.com:elastic/detection-rules
Mikaayenson b245d5b
Merge branch 'main' of github.com:elastic/detection-rules
Mikaayenson f589ad4
Merge branch 'main' of github.com:elastic/detection-rules
Mikaayenson 7ad3012
Merge branch 'main' of github.com:elastic/detection-rules
Mikaayenson 7887392
Merge branch 'main' of github.com:elastic/detection-rules
Mikaayenson 40a8e64
Merge branch 'main' of github.com:elastic/detection-rules
Mikaayenson 172aa04
Merge branch 'main' of github.com:elastic/detection-rules
Mikaayenson c4af6f8
initial development for ESQL
terrancedejesus 0a9e0bb
updated workflow to view-rule correctly
terrancedejesus 538fc8c
Merge branch 'main' of github.com:elastic/detection-rules
Mikaayenson db43a33
Merge branch 'main' into esql-dev
Mikaayenson 9b1eda2
Merge branch 'main' into esql-dev
Mikaayenson 8c4a6ca
Add initial semantic validation and core logic
Mikaayenson b0ce5e9
Merge branch 'main' into esql-dev
Mikaayenson 2e3d0c0
update grammar and add license headers
Mikaayenson ed76f4f
light cleanup
Mikaayenson c930c1b
refactor base esql methods and remove extra antlr4 files
Mikaayenson 1e08afd
use packaged integrations
Mikaayenson 652167b
updating walker; bug in utils.get_node with recursion
terrancedejesus 62ca601
Merge branch 'esql-dev' of github.com:elastic/detection-rules into es…
Mikaayenson c81455d
update recursion to get multiple nodes
Mikaayenson 49251aa
added event.dataset schema validation
terrancedejesus bb54c20
capture syntax errors and lint
Mikaayenson 3b9128c
addressed TODOs; added more TODOs
terrancedejesus 1662378
adding changes from #3297
terrancedejesus ba20d47
Merge branch 'main' into esql-dev
terrancedejesus e30e8c9
remove duplicate class
Mikaayenson 2f03d86
adding metadata and stats semantic validation
terrancedejesus f2e2616
Add more type check support and lint
Mikaayenson 17c9dd3
Merge branch 'esql-dev' of github.com:elastic/detection-rules into es…
Mikaayenson ee40a53
update flake linting
Mikaayenson e6f8b19
small cleanup
Mikaayenson 1c9b91c
add more support for type checking
Mikaayenson b5e1672
small cleanup
Mikaayenson 776b1dc
add support for related integrations
Mikaayenson d1fdd67
add initial esql unit tests
Mikaayenson e91d294
remove java related logic
Mikaayenson df5d442
refactor esql logic to support versioned grammars, parsers, and liste…
Mikaayenson ecb83e6
update devtool commands to use new paths
Mikaayenson 182af10
lint
Mikaayenson 09cf26c
lint and docstrings
Mikaayenson 7c5199d
small cleanup
Mikaayenson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Binary file not shown.
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder to myself to delete this and all the checks below.