I am trying to deploy Search Guard secured Elasticsearch using https://github.com/floragunncom/search-guard-helm
I was unable to deploy and got some errors:
{“type”:“log”,“@timestamp”:“2018-11-13T13:05:59Z”,“tags”:[“status”,“plugin:kibana@6.4.1”,“info”],“pid”:1,“state”:“green”,“message”:“Status changed from uninitialized to green - Ready”,“prevState”:“uninitialized”,“prevMsg”:“uninitialized”}
{“type”:“log”,“@timestamp”:“2018-11-13T13:05:59Z”,“tags”:[“status”,“plugin:elasticsearch@6.4.1”,“info”],“pid”:1,“state”:“yellow”,“message”:“Status changed from uninitialized to yellow - Waiting for Elasticsearch”,“prevState”:“uninitialized”,“prevMsg”:“uninitialized”}
{“type”:“log”,“@timestamp”:“2018-11-13T13:05:59Z”,“tags”:[“status”,“plugin:timelion@6.4.1”,“info”],“pid”:1,“state”:“green”,“message”:“Status changed from uninitialized to green - Ready”,“prevState”:“uninitialized”,“prevMsg”:“uninitialized”}
I tired on docker with the repo https://github.com/deviantony/docker-elk and it is working with Search guard. I am pretty new to this Search Guard and still reading its docs.
Also please let me know if someone have tried with this k8s HELM chart and some steps that I should follow and best practices.
Any help is appreciated.
Thanks