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