I want to setup JIRA configuration with ELK so I have configured few data in elasticsearch-keystore in Docker. Docker file data is below
RUN elasticsearch-keystore create
RUN echo "****" | elasticsearch-keystore add -stdin xpack.notification.jira.account.monitoring.secure_url
But When I am accessing elasticsearch container and trying to see all stored Data . It's not showing which I stored via Dockerfile
[root@fsdsd34gdgdfg elasticsearch]# bin/elasticsearch-keystore list
bootstrap.password
keystore.seed
Can't see data which I stored in keystore via dockerfile. Could you please help me cause of this ?