(myvenv) [sooabia@docker-registry ~]$ mkdir ElastAlert (myvenv) [sooabia@docker-registry ~]$ cd ElastAlert |
|
# This is the folder that contains the rule yaml files # How often ElastAlert will query Elasticsearch # ElastAlert will buffer results from the most recent # The Elasticsearch hostname for metadata writeback # The Elasticsearch port # The AWS region to use. Set this when using AWS-managed elasticsearch # The AWS profile to use. Use this if you are using an aws-cli profile. # Optional URL prefix for Elasticsearch # Connect with TLS to Elasticsearch # Verify TLS certificates # GET request with body is the default option for Elasticsearch. # Option basic-auth username and password for Elasticsearch # Use SSL authentication with client certificates client_cert must be # The index on es_host which is used for metadata storage # If an alert fails for some reason, ElastAlert will retry |
(myvenv) [sooabia@docker-registry ElastAlert]$ vim rule.http.status.404.yaml |
# Alert when the rate of events exceeds a threshold |
|