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!

What You Read The Most: Splunk Lantern’s Most Popular Articles!

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

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...

Index This | What goes away as soon as you talk about it?

May 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this month’s ...