Thanks for clarifying. I take it this is on Splunk Cloud. Try this query
| rest splunk_server=local /services/cluster_blaster_indexes/sh_indexes_manager
| search *
| where isnull(archiver.selfStorageProvider)
| table title *self*
What do you mean by "do not have a self storage attached"? What problem are you trying to solve?
With that I mean by that are indexes which do not have an S3 bucket attached for backup. When you go to Settings > Indexes and the list is displayed, there's a column called "Self storage".
I want to configure a dashboard that displays all the indexes without self storage attached.
Thanks for clarifying. I take it this is on Splunk Cloud. Try this query
| rest splunk_server=local /services/cluster_blaster_indexes/sh_indexes_manager
| search *
| where isnull(archiver.selfStorageProvider)
| table title *self*
Thanks! This works wonders