Category: Database, Data, yaml

Making sure that your ElastAlert yaml file is formatted and configured correctly. Issues with yaml spacing / formatting Incorrect syntax Required fields for rules that are missing Two rules with the same name

Ensure that all fields that are required for a rule to trigger an alert are in your yaml configuration.

Below are the list of rules that you can configure in ElastAlert and the fields required in order for the rule to work correctly.

Here is how to configure your yaml correctly to send a JIRA alert: alert: - "jira" # The hostname of the JIRA server.

Related Articles