HI,
Using Elastic 7.3.. on a Cluster with 2 nodes
Added Webhook Url to keystore and made entries in elasticsearch.yml. (Entries made on all nodes)
Below is my yml details:
</>
xpack.notification.slack:
    account:
        myaccount1:
            message_defaults:
                from: elklocalmy
                to: test_slack
                text: "testing message"
</>
But I still getting the message - Slack account is not configrued.
Please help here.
Thanks