From 2719b80f87419bba9f89425a24762eb3bc5468e5 Mon Sep 17 00:00:00 2001 From: Abhishek Jaisingh Date: Sat, 13 Jul 2019 17:07:19 +0530 Subject: [PATCH] Fix Writeback Index Prefix in Example Config Change writeback index prefix in `config.yaml.example` from `elastalert_status` to `elastalert` since we already attach appropriate suffixes in `create_index.py` --- config.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml.example b/config.yaml.example index beec38030..5adb1b28a 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -56,7 +56,7 @@ es_port: 9200 # The index on es_host which is used for metadata storage # This can be a unmapped index, but it is recommended that you run # elastalert-create-index to set a mapping -writeback_index: elastalert_status +writeback_index: elastalert # If an alert fails for some reason, ElastAlert will retry # sending the alert until this time period has elapsed