Hello
I have a quick question. are there any ways we can find a specific index name that was used within which App? The reason I am asking since we have a number of apps, but I forgot which apps I used for index wincbs? Thank you so much in advance for your support in these efforts.
Hi @SplunkDash
try this
| rest /services/data/indexes | table title eai:acl.app
| rename title as Index eai:acl.app as app
Hello @SanjayReddy
Thank you so much for your quick response. This is working and gives me the list of the apps and their corresponding indexes in my indexer cluster. But I have some apps in Deployment Server, how I would implement this and find the apps for corresponding indexes/source types. Thank you again.