I need to create a report that shows each index on my system and the relevant data about sourcetypes within the index. I know I can use <code>|metadata type=sourcetypes index=myindex</code> and get the information for a specific index but I want to basically pull all of my indexes and run that command for each of the indexes I have.
↧