Hi there,
i am trying to install slack action to elasticsearch so when I create a MachineLearning job I could add a watcher with slack action.
I add the url to the keystore like the documentation said and put the config in elasticsearch.yml (one at the time to see if either one worked).
In elasticsearch.yml I have right now:
xpack.notification.slack:
account:
monitoring:
secure_url: https://hooks.slack.com/services/########/#######/######
message_defaults:
to: ##########
and than I do restart to elastic and kibana and thank when creating the job there is only one option like the picture shows:
The action "Send Slack" doesn't appear.
Can anyone help me with this please?