Hi, I'm using a docker compose file for ELK setup and using the latest version (above 7) for kibana. Now I set the xpack.encryptedSavedObjects.encryptionKey parameter in the kibana.yml so that i can use the alert and actions feature. But even after that I'm not able to create alert. Can anyone help me please?
Exactly which version of Kibana are you using? I ask because the image above is not a very recent version. The version can be found on the Stack Management home screen.
Also I assume you restarted Kibana after you made the change, and you shift reloaded the Kibana App in the browser.
Just FYI, In newer / lastest versions enabling security / TLS is required to use Kibana Alerts.
It is still OK to use some of these older versions... but if you are interested in Kibana alerts a lot of new capabilities have been added since they were Beta.
The current version of the Elastic Stack is 7.13.0
How to bring down the 3 containers (kibana, logstash, elasticsearch) using docker-compose down? And there are other conatiners as well running on the server. Will they be also stopped?
@Akanksha_Pandey
BTW I was just working on another issues and for me confirmed the settings did not get picked up unless destroyed the container and recreated it i.e. docker-compose down
then docker-compose up
@stephenb Sorry for the late response as my limit to send messages here was exceeded. I was prompted to send the message after 22 hours
Yes, you are right. That was the actual issue. I'm able to create the alert when I put the encryption key in docker-compose.yaml file instead of kibana.yml. And recreated the container using docker-compose up -d then docker-compose up --build
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.