Hi,
How to configure slack account for Elasticsearch 7.3 under the elastic.co cloud.
Based on documentation editing elasticsearch.yml is disabled in versions higher than 7.
In the documentation is specified " You can no longer configure Slack accounts using elasticsearch.yml
settings. Please use Elasticsearch’s secure keystore method instead."
Secure method instead is saying to use commands which looks like console ones like this
bin/kibana-keystore create
Where to run these commands for cloud version of ELK?
Or may be there is another way to add slack account to ELK cloud?