Hi,
is it possible with a url like xx.xx.xx.xx:9200/??? to show the list of dashboards ?
or with a curl command, or directly with bash command ... ?
Thanks
Hi,
is it possible with a url like xx.xx.xx.xx:9200/??? to show the list of dashboards ?
or with a curl command, or directly with bash command ... ?
Thanks
ES doesn't have dashboards, do you mean KB?
If so then you can look in the .kibana
index, but it will show you everything as a single json document.
I open this file with http://xx.xx.xx.xx:9200/.kibana, but I don't find my dashboards in this json file.
You say that ES doesn't have dashboard, perhaps when I upgrade Kibana & ES with new version, I can see that all that data are only in ES directory.
No result, but with this url, I have some dashboard :
curl -XPOST 'xx.xx.xx.xx:9200/.kibana/_search?type=dashboard&pretty=1' | grep -i dashboard -A1
But I do not understand why only 1/3 of dashboards appear. Where are the others ?
Perhaps you need to adjust the query's size
parameter to show more than the default 10 matching documents?
Thank you, that resolve my problem
I add
&size=40
© 2020. All Rights Reserved - Elasticsearch
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.