Elastic alert frequency rule #12427
Replies: 1 comment
-
You built the rule manually in Elastalert rather than in Playbook, and now you want it in Playbook? Unfortunately, it doesn't sync backwards like that -- you'd need to write the rule in Sigma in Playbook, make it active, and then make your frequency modifications to the resulting Elastalert YAML file. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am writing an elastic alert rule in /opt/so/rule/playbook. It performs detection and alerts are available. I need to ask if the same can be done so that (perhaps in sigma) playbook show it as active play.
`alert:
elasticsearch_host:xyz
play_title: Test login frequency
play_id: test
event.module: playbook
event.dataset: playbook.alert
event.severity: 4
rule.category: process_creation
play_url: abc
kibana_pivot: >-
adc
soc_pivot: aec
sigma_level: critical
index: .ds-logs-*
name: Example frequency rule
type: frequency
num_events: 50
timeframe:
hours: 1
filter:
any where (event.code : "4625" and winlog.channel : "Security")`
Beta Was this translation helpful? Give feedback.
All reactions