Hi,
How could I find the list of indexes under a particular application.
Is there any query for it
if you need whole list of indexes
| REST /services/data/indexes | table title| dedup title
It depends on what you are looking for. You can get a list of indexes that have a Splunk app on them from the inputs.conf file with the below splunk query. Is that what you are looking for?
| rest splunk_server="local" "services/configs/inputs"
| stats values(index) as indexes by eai:acl.app
If you are looking for all indexes for a particular application that is not a Splunk application, I'm not sure how to find that unfortunately.
Hi I have category for my all applications and would like to know the indexes present in each application
@Deepz2612
Please elaborate, what is the outcome of the search that would satisfy your requirements?
What is the problem you are trying to solve?
@koshyk showed you the way, you can add something like that:
| rest /services/data/indexes | dedup title | table title eai:acl.app