Good day,
I am trying to set up Watcher Slack notifications, but I have some questions that your documentation are not clear on.
According to this article I am supposed to use the keystore tool to add the account name and URL to the keystore, but how do I go about using the keystore tool? The example shows:
bin/elasticsearch-keystore add xpack.notification.slack.account.monitoring.secure_url
- Where and how do I run this command if our stack is in the cloud?
- What is the syntax of this command when adding a setting? Is it
bin/elasticsearch-keystore add xpack.notification.slack.account.monitoring.secure_url=https://hooks.slack.com/services/TOKEN
?
After this is all done, how do I proceed from here to get the notifications to Slack? Your documentation states:
Thank you.