Hi, i have succesfully deployed elasticsearch master and can access it from other container.
Service URL: http://elasticsearch-master.efk.svc.cluster.local:9200
I'm trying to deploy kibana with default settings, but recieve the same message/error.
0 the server could not find the requested resource ( pods/log kibana-kibana-5c54bf44cb-ll569)
What i'm doing wrong?
I'm trying different variants, but the same message.
helm install elastic/kibana --namespace efk --name kibana
helm install elastic/kibana --namespace efk --name kibana --set elasticsearchHosts=http://elasticsearch-master.efk.svc.cluster.local:9200
helm install elastic/kibana --namespace efk --name kibana --set elasticsearchHosts=["http://elasticsearch-master.efk.svc.cluster.local:9200"]
helm install elastic/kibana --namespace efk --name kibana --set elasticsearchHosts=[http://elasticsearch-master.efk.svc.cluster.local:9200]
helm install elastic/kibana --namespace efk --name kibana --set elasticsearchHosts=["http://elasticsearch-master:9200"]