There is no "Create Index" Tab

I installed the latest version of elasticsearch and kibana with helm chart on kubernetes. There is no create index tab in Kibana. Is it up or is there something I missed?

helm install elasticsearch elastic/elasticsearch -n efk
helm install kibana elastic/kibana --set env.ELASTICSEARCH_URL=url:9200 -n efk

Create a data view | Kibana Guide [8.8] | Elastic is what these are now called.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.