.kibana is missing in docker elasticsearch

Hi,

I Configured Elasticsearch(6.1.3) and kibana(6.1.3) in docker, both are running in separate containers , now the issue is i couldn't find .kiaban index in elasticsearch.

what mistake i have done?

curl -XGET http://localhost:9200/_cat/indices?v

output of above command is

health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open .triggered_watches 3JN1GI5GSoeO2zHj5yblfQ 1 1 0 0 8.2kb 8.2kb
yellow open .monitoring-kibana-6-2018.02.15 l7YYfcaQSbWi8klGvZJ3QQ 1 1 228 0 113.9kb 113.9kb
yellow open .watcher-history-7-2018.02.15 5cW5lNQ-TGWbrydAJRdiUA 1 1 294 0 443.7kb 443.7kb
yellow open apache_access_log AdW0Hh2jQ9-xHSB2PM9rPQ 5 1 7262 0 3.2mb 3.2mb
yellow open .monitoring-es-6-2018.02.15 lB4SVnWKS_idjTlw4Loofw 1 1 2873 138 1.7mb 1.7mb
yellow open .monitoring-alerts-6 CqdWH5DDSJe3gpu4u8X4Iw 1 1 1 0 6.1kb 6.1kb
green open .security-6 y36xLxVuSkmO4UONWKUkVw 1 0 2 0 10.3kb 10.3kb
yellow open .watches rnyeJzzASjGshk4-j8Iu4A 1 1 5 0 22.6kb 22.6kb

What tells the logs of Kibana?

Nothing, after creating one index-pattern .kibana created automatically how it is related ??

I believe Kibana creates the .kibana index when you first start using it, which is why you do not necessarily see it from the beginning.

@Christian_Dahlqvist

Ok, Thanks for the reply

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