Hi
If I have a premium ELK license, how can I use with alerting?!?
I just know the connection between kibana and elasticsearch must be secured... how?!?
And also, what should I do, to send some alerts or anomalies to another API such as SMS or calling machine or....
Thank`s
I have already read this link:
Yes exactly...
Thank you for your response
Could you please guide me how should I send webhook?
Thank`s
Check it here
Your endpoint target (SMS Gateway, Ticketing system, ...) must expose a Rest API so you can be able to send a POST or PUT from kibana alerting framework
The body of your request to the webhoost can be composed as a json using moustach templating language
Thank you so much
I did something like this. I used api Twilio for send sms or whatsapp message.
For more detail check my repository https://github.com/hoat23/ElasticSearch/blob/master/doc/NotesAboutWatchers.md