I have setup a cluster on aws using kops.
I have installed elasticsearch, kibana and fluentd in a namespace logging
.
I also created an ingress routing for the same.
I can access the kibana dashboard, but when I try to create index; It asks for adding integration like below.
How Can I connect it with elastic search and get all logs from fluetnd?
Update:
For installation of kibana I use below helm chart,
helm install kibana elastic/kibana -n logging
For elasticsearch I use below helm chart,
helm install elasticsearch elastic/elasticsearch -n logging
For installing fluentd I useda,
helm install fluentd bitnami/fluentd -n logging