Missing create/add index button in Kibana

I have newly installed Kibana with elastisearch but to connect with Kibana and elasticsearch I am supposed to create a index pattern but I don;t see any CREATE/ADD button under index pattern.

Kibana version- 6.1.3
Elasticsearch-6.1.1

I am doing POC for my cassandra log analysis.. I am new to ELK

Can anyone help me? I am attaching image below.

Can you check that you have data in Elasticsearch via _cat/indices?

Here is the output.

elk@localhost ~]$ curl 'localhost:9200/_cat/indices?v'
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open customer ddE-cIiqRXqVHRpf1StoUw 5 1 0 0 1.1kb 1.1kb

Thanks
Chandra

It's working now.

After adding some data into elasticksearch I am able to create index pattern on Kibana.

Thanks
Chandra

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