Splunk Search

How to use tstats to show unique list of hosts for a specified index?

russell120
Communicator

Hi, I'm using this search: | tstats count by host where index="wineventlog" to attempt to show a unique list of hosts in the wineventlog index.

But I get this error: Error in 'tstats' command: Invalid argument: 'index=wineventlog'

How do I form my search to use tstats (not stats) to return a unique list of hosts within a specific index? (in this case, wineventlog)?

Tags (4)
0 Karma
1 Solution

adamblock2
Path Finder

Try the following: | tstats count where index="wineventlog" by host.

View solution in original post

0 Karma

ddrillic
Ultra Champion

What about - | tstats count where index="wineventlog" by host? works for me ...

0 Karma

adamblock2
Path Finder

Try the following: | tstats count where index="wineventlog" by host.

0 Karma

russell120
Communicator

Perfect, thanks bro.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...