Open programmer74SHA opened 5 years ago
ElastAlert stores every alert it triggers automatically to the Elasticsearch Writeback Index (by default the index is elastalert
) specified in the config file. See ElastAlert Metadata Index Documentation for more details. No need to send alerts information using http post alert type.
In case you want to do it using http post alert type, you have to use Basic Authentication
to post data to Elasticsearch as opposed to just embedding username & password in the post_url itself.
It would be great to add a specific alert type elasticsearch
to be able to define a custom index, and custom fields based on alert informations.
hi all, Is it possible to store Alerts to elastsearch ? I want to store alerts to elasticsearch but I have the following error. Can anyone help?