We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Core Repo - (rule management, validation, testing, lib, cicd, etc.)
Long-time customers might still be running deprecated rules without realizing that the logic is either not performant or flawed.
We could provide a CLI command to check the cluster for rules that are in https://github.com/elastic/detection-rules/blob/main/detection_rules/etc/deprecated_rules.json
Here is a quick (and dirty) check in python I did for a customer: https://gist.github.com/w0rk3r/01196baf3449d4f1605337aa497c0e7a
No response
The text was updated successfully, but these errors were encountered:
Somewhat related to #2327 .
Sorry, something went wrong.
No branches or pull requests
Repository Feature
Core Repo - (rule management, validation, testing, lib, cicd, etc.)
Problem Description
Long-time customers might still be running deprecated rules without realizing that the logic is either not performant or flawed.
Desired Solution
We could provide a CLI command to check the cluster for rules that are in https://github.com/elastic/detection-rules/blob/main/detection_rules/etc/deprecated_rules.json
Here is a quick (and dirty) check in python I did for a customer: https://gist.github.com/w0rk3r/01196baf3449d4f1605337aa497c0e7a
Considered Alternatives
No response
Additional Context
The text was updated successfully, but these errors were encountered: