-
Notifications
You must be signed in to change notification settings - Fork 564
[FR][DAC] Add exceptions importing from ndjson #3674
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
Labels
Comments
Update 6/20/24
|
Update 7/7/24We are also considering as part of this issue adding support for directly importing and exporting exceptions lists from the CLI in the following PRs: |
PRs merged, issue development complete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: this work will target the DAC-feature branch
related to #3407
This is a consideration and not a commitment to work at this point. We should review the feasibility and supportability. If it is doable and not deemed maintainable, we can move the example code to the DAC reference for users to manually implement.
Currently in the DAC-feature branch, we can manage exception list using a TOML file structure. When rules are exported/imported into kibana, they are uploaded with the rules using the rules API. This is a one way approach that allows users to manage exception list for DAC.
If users want to preserve their existing exceptions (from Kibana) in VCS using a DAC approach, they would have to manually write the exceptions in our TOML format.
It would be great if we could export exceptions (only ones associated to a detection rule), and import into our TOML format.
The text was updated successfully, but these errors were encountered: