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!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...