I have indicies in Elasticsearch and need to create an index pattern in Kibana. When I run a GET /_cat/indices?v I get the following:
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open security_review T8PoIlwtTkSTQBbSvVNGxA 5 1 0 0 1.2kb 1.2kb
green open .kibana Ym9OxeNVSDSBPkopXxDxzA 1 0 2 0 9.6kb 9.6kb
yellow open security_review-1-1 xVhguASpTbOw01Wm1qpejw 5 1 0 0 1.2kb 1.2kb
When I try to go to management, it says" Couldn't find any Elasticsearch data. You'll need to index some data into Elasticsearch before you can create an index pattern."
How can I create an index pattern?