Advice needed for Elastic Agent Alerting #12907
-
Beta Was this translation helpful? Give feedback.
Answered by
defensivedepth
May 6, 2024
Replies: 2 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
hey there - for clarification: Are you wanting to use Elastic Agent as the primary anti-malware for your endpoints? Or are you just looking for alerting off the data that Elastic Agent is generating? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our default settings for Elastic Agent generates/ships alot of logs:
The detections that focus on these logsources are from Sigma rules loaded in Playbook. The vast majority of these are disabled by default, as they require a bit of tuning, field mapping changes and can cause performance issues if care is not taken to work through them.
The good news is that in our next release, we are debuting a brand new Detections module. It will replace Playbook. We will have a certain set of Sigma rules enabled and tuned by default. You can find ou…