Splunk Search

How do I display multiple sources, hosts, and source types on a table?

maryamchar
Explorer

I want a table that shows my hosts, sources, source types, and indexes with some data feeds. How do I approach that?

i was thinking to do

source=" source1" , host = " " sourcetype "sourcetype11 " , index= "index1" 
source="source2"  , host = " " sourcetype "sourcetype22 " , index= "index2" 

|table source, host, sourcetype, index 

The above is not working and not giving me results. Is there an easy way to solve this problem? I'm using Splunk Enterprise search and reporting. Thanks!

Tags (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Try | tstats count by source, host, sourcetype, index | table source host sourcetype index.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try | tstats count by source, host, sourcetype, index | table source host sourcetype index.

---
If this reply helps you, Karma would be appreciated.
0 Karma

maryamchar
Explorer

Thank you so much!!!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Event Series: The Agentic SOC: Trust Before Autonomy

AI is fundamentally changing security operations, but true progress requires more than just automation—it ...

Free Professional Services for .conf26 Attendees

This year at .conf26, we are doing something a little different. We are bringing the best minds from ...

Defend at Machine Speed: Your Guide to Security Sessions at .conf26

Splunk .conf26   With threats moving at machine speed and attack surfaces expanding across hybrid ...