Clearing Alerts Only #12685
Replies: 1 comment 2 replies
-
When you say delete "alerts" but not all data/logs, do you mean remove the alerts from the Suricata index and keep the metadata in Zeek (or Suricata if you are using it as metadata)? When you acknowledge an alert it will have the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the beginning I believe I took the wrong approach by enabling all the playbook alerts available. The thought was that I could tune as they came in, but now I've run into the problem of alert fatigue. I have millions of alerts, and literally cannot acknowledge them fast enough. I've turned off some of the extremely noisy ones and have it under control now. But the problem I am looking for a solution for is: now that I've acknowledged millions of these alerts, I want them deleted permanently. However, I don't want the associated logs to be deleted, as many of them are part of active investigations. I'm aware of commands like:
so-elastic-clear
andsudo so-sensor-clean
but as far as I know these will clear out all the logs that I need to keep.Is there a way to delete the "Alerts" instead of just acknowledging them? But also not delete all the data/logs?
Beta Was this translation helpful? Give feedback.
All reactions