Splunk Enterprise

indexes which are not in used in any use case

vinitpathri
Path Finder

i want to see which all feeds are there which are not getting used in any use case or in any report/alert or anything.

kindly suggest me the way to check those indexes

 

Thanks in advance.

Labels (1)
0 Karma

ayush1906
Path Finder

Hi @vinitpathri 

  1. List all the names of indexes

 

 

| eventcount summarize=false index=* index=_* | dedup index | fields index​

2. List all the saved searches alerts 

 

 

 

| rest /servicesNS/-/-/saved/searches 
| search is_scheduled=1 
| table title, cron_schedule next_scheduled_time eai:acl.owner actions eai:acl.app action.email action.email.to dispatch.earliest_time dispatch.latest_time search​

 

 

3. Compare the search field with the index field by joining these two outputs and running a search command.

 

Did I get your requirement correct? if yes then I can think of creating a join to give  you desired result 🤔

0 Karma
Get Updates on the Splunk Community!

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...