Playbook - Can't find any Play corresponding to generating rule.uuid #9414
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes, The short version of how this all works: When a Play is made When a Play is edited, the Elastalert rule file is updated as needed. When a Play is made Every 3 minutes, Elastalert processes the current files in /opt/so/rules/elastalert/playbook and generates alerts accordingly. Sometimes things get out of sync - that's where Based on what you posted, it sounds like pulling on some of those levers have caused some inconsistency. I would suggest the following:
Good luck! :) |
Beta Was this translation helpful? Give feedback.
Yes,
so-playbook-reset
will wipe it all, so don't do that unless you have backed up your custom Plays :)The short version of how this all works:
When a Play is made
Active
the following happens: An ElastAlert rule is generated, based on the content of the Play, and copied over to the Elastalert rules folder/opt/so/rules/elastalert/playbook
When a Play is edited, the Elastalert rule file is updated as needed.
When a Play is made
inactive
, the Elastalert rule file is deleted from /opt/so/rules/elastalert/playbook.Every 3 minutes, Elastalert processes the current files in /opt/so/rules/elastalert/playbook and generates alerts accordingly.
Sometimes things get out of sync - that's where
so…