Hi, I have a dashboard that shows various counts and other metrics from many of our indexes that we use to transfer to a spreadsheet. We also want to include the size of the indexes in this dashboard for convenience so the person can go to one place for everything. Is there a way to have a visualization run this code below?
GET /_cat/indices/win-2019.40/?pretty&s=index
Thanks!