health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open .kibana_1 GUKFkvp_TrOZtv3gnENeBA 1 0 43 0 923.1kb 923.1kb
green open .kibana_task_manager ILKsGNgOQsePS1vT_beE5A 1 0 2 0 46.2kb 46.2kb
yellow open contacts R19ay3ytSvulXh_BElnfWg 1 1 0 0 230b 230b
green open kibana_sample_data_ecommerce 86KbNeNIQHi-NIN9BaBb2Q 1 0 4675 0 4.8mb 4.8mb
Great. So you have an index named contacts but it is empty.
Either you created manually.
Or Logstash created it.
If the later, then it means that Logstash did not read any "event" from the database.
I'd recommend to change the logstash output to stdout just to check if anything is read from the database.
Or check logstash logs. May be something is wrong.
I added stdout to my conf file as you said, now the output of the GET /_cat/indices?v is the following
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open .kibana_1 GUKFkvp_TrOZtv3gnENeBA 1 0 43 0 923.1kb 923.1kb
green open .kibana_task_manager ILKsGNgOQsePS1vT_beE5A 1 0 2 0 13.5kb 13.5kb
green open .monitoring-kibana-7-2019.05.25 NVCHVJyFQGuM19GpVl56wQ 1 0 30 0 37.4kb 37.4kb
yellow open contacts R19ay3ytSvulXh_BElnfWg 1 1 200128 0 50.2mb 50.2mb
green open .monitoring-es-7-2019.05.25 ingGxdRWQAOaledgYp3YaA 1 0 309 182 297.6kb 297.6kb
green open kibana_sample_data_ecommerce 86KbNeNIQHi-NIN9BaBb2Q 1 0 4675 0 4.8mb 4.8mb
Contacts index is not empty anymore.
My problem here is that I cannot reach this data in kibana. I want to create dashboard using this data but all I can reach is the kibana_sample_data_ecommerce.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.