Splunk Enterprise Security

Is there a page view that shows all Source's for an Index

gregoryrecords
Engager

Aside from doing a search is there a configuration page that will show me all the sources sending logs to an index at a quick glance?

0 Karma
1 Solution

nvanderwalt_spl
Splunk Employee
Splunk Employee

The user that runs |metadata needs get_metadata capability, which the user role should have by default, but you may want to check that.

Make sure you select the correct time in the timepicker, and change the index name as appropriate

Also, the command listed above will return sourcetypes. If you want sources, you need
| metadata type=sources index=indexname

View solution in original post

spayneort
Contributor
|tstats values(sourcetype) as sourcetypes, values(source) as sources where index=* by index
0 Karma

nvanderwalt_spl
Splunk Employee
Splunk Employee

The user that runs |metadata needs get_metadata capability, which the user role should have by default, but you may want to check that.

Make sure you select the correct time in the timepicker, and change the index name as appropriate

Also, the command listed above will return sourcetypes. If you want sources, you need
| metadata type=sources index=indexname

jkat54
SplunkTrust
SplunkTrust

Not other than the data summary on the default search view.

Here's a good search for that though:

| metadata type=sourcetypes index=yourindex 
0 Karma

jkat54
SplunkTrust
SplunkTrust

You can make your own dashboard using the above.

0 Karma

gregoryrecords
Engager

Hmmm thats not returning anything for me.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to July Tech Talks, Office Hours, and Webinars!

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...