All Apps and Add-ons

How to count hosts in cisco:ios source type?

eholz1
Contributor

Hello All,

I am using the Splunk Cisco TA plugin to get all kinds of data from the cisco devices reporting to splunk. I am sending the cisco logs direct from the cisco host to splunk. Is there a way to get the host only out of a search?, I mean without the events per host. Just the deduped hosts using "sourcetype="cisco:ios" in the search field for a given time span (24hrs, 30 days, etc). it would be nice to get the accurate count of hosts sending data to the indexer.

 

thanks,

Eholz`

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

That sounds like a job for the stats command.  For speed, use tstats.

| tstats count where index=* host=* sourcetype="cisco:ios" by host

 

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

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

That sounds like a job for the stats command.  For speed, use tstats.

| tstats count where index=* host=* sourcetype="cisco:ios" by host

 

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

eholz1
Contributor

Hello richgalloway,

Thanks again for the response, an excellent search term. I wish I had thought of using tstats.

 

Thanks again

eholz1

nyc_jason
Splunk Employee
Splunk Employee

You can also add | fields - count to Richard's tstats, to be left with just the host field.

eholz1
Contributor

Hello nyc_jason,

 

Kudos all around. Thank you for taking the time to reply to my question. For once I learned

more about Splunk and the ART of search stings and SPL You both gave me a mini-lesson in searching.

 

Thanks,

eholz1

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...