I need to view the top ten list of all my indices sorted by size in Kibana (dashboad)
for start, I can get the list of my indices sorted with the following command :
GET /_cat/indices?v&format=json&s=store.size:desc (in a list format or in json format)
until now no problems.
My question is how I can index the output of the _CAT API command to a dedicated Elasticsearch index and analyse it then in Kibana(in a dashboad kibana ) ?
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.