Yelp / elastalert

Easy & Flexible Alerting With ElasticSearch
https://elastalert.readthedocs.org
Apache License 2.0
7.99k stars 1.74k forks source link

Alerting change file #1898

Open mcoam opened 6 years ago

mcoam commented 6 years ago

Hello, I've ELK and Beats plugin (auditbeat) for monitoring files and directories and works fine. Now integrate Elastalert, but dont have clarity for create rules for auditbeat index. Someone have any example, please.

Thanks.

Qmando commented 6 years ago

Do you know what you want to alert on?

mcoam commented 6 years ago

Hello, yes, i'm alerting with email notification. I've some test rule (ssh, process) with logstash-* index and works fine, but auditbeat i've a little confusion .

thanks

Qmando commented 6 years ago

What are you confused about? It should work the same whatever the index is.

mcoam commented 6 years ago

For example, with auditbeat i've custom tags for search change in files. From Kibana i search with tags: change and list the file. I need create from elastalert the similar rule with tags: change and alert the event. My confused is ¿How do i search and filter with my custom tags: xxxx?

Thanks.