I ask this because Im having trouble to get metricbeat dashboard working, and I found this link: https://github.com/elastic/kibana/issues/53878
where people say that deleting those indices you can get the dashboards working again
green open .kibana_task_manager_1 g_3ywTOcSjmQxsMwt5VYGg 1 1 2 1 80.8kb 40.4kb
green open .kibana_2 u8PwnljuQPiHIwMrUeJgSg 1 1 470 4 3.4mb 2mb
green open .kibana_1 Ju8f8hFzRnKqPzDyNMw5Gw 1 1 6 0 29kb 14.5kb
With this configuration some visualizations doesn't appears and show me this error
Could not locate that index-pattern (id:test*), [click here to re-create it](#/management/kibana/index_pattern)
so kibana is looking for a visualization with id of "test*" instead of alphanumeric key, and in some cases I can manualy change the id in the visualization Json to get it to work
[ {
"name": "kibanaSavedObjectMeta.searchSourceJSON.index",
"type": "index-pattern",
"id": "test*" # replaced this for the id of the index
}]
Im monitoring docker also, but the dashboard of docker doesnt show any result, but if I go to discovery I can find data of the docker containers
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.