Can someone please help me with dashboard search query that will look for all alerts configured in splunk and list only those alerts having index=*
Try the API:
| rest "/servicesNS/-/-/saved/searches" splunk_server=*
| regex search="index=\*"
| table title search disabled author eai:acl.app 
		
		
		
		
		
	
			
		
		
			
					
		