Kibana is unable to fetch data from Elasticsearch

Elasticsearch version: 6.7.1
Kibana version: 6.7.1
Elastic search URL: 10.0.2.15:9200

I've also updated the kibana.yml file to point to the elasticsearch url as follows:
elasticsearch.url: http: 10.0.2.15:9200

http://10.0.2.15:9200/cat/indices results in :
yellow open lmao XCfW7-eGSRCj4EnlvjWG7w 5 1 0 0 1.2kb 1.2kb
yellow open twitteddddr GdouYOryT_KUdgoH6EgXLg 5 1 0 0 1.2kb 1.2kb
green open .kibana_1 y4g26AC5Q26yJ1OG_3JGqw 1 0 1 0 3.7kb 3.7kb
yellow open security-auditlog-2019.05.27 sv0lfVEbSXGiRXgmWGBAfg 5 1 27 0 336.7kb 336.7kb
yellow open twitttttttt q3SfpXQPRQGbA3ZFbD82dQ 5 1 0 0 1.2kb 1.2kb
yellow open kibanindex uNPz
-ZXTr65Q3JmSCglDw 5 1 0 0 1.2kb 1.2kb
yellow open twitter Qwn5dHETQV2OJt91-hfKmA 5 1 1 0 5.5kb 5.5kb

but these indices are not available in Kibana even after creating multiple kibana patterns.
I've created indices using curl commands from the terminal of the VM itself, not from any remote machine.
Elasticsearch and kibana are set up using Oracle virtual box (Ubuntu 16.04 LTS)

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