Splunk Search

Query on stats values

p_basanth
New Member

| stats values(Domain), count by Short_Host gives me overall count. But i need individual count of each Domain.

| stats count by values(Domain) does not provide any results.

I am expecting the below output

Host1 --> Domain1 --> 5

        --> Domain2 --> 8

        --> Domain3 --> 1

Host2 --> Domain1 --> 9

        --> Domain2 --> 3

        --> Domain3 --> 7

Tags (1)
0 Karma
1 Solution

Ayn
Legend

The by-clause expects field names, nothing else. You should take the Splunk tutorial if you haven't already, it covers things like this.

... | stats count by Short_Host,Domain

View solution in original post

0 Karma

Ayn
Legend

The by-clause expects field names, nothing else. You should take the Splunk tutorial if you haven't already, it covers things like this.

... | stats count by Short_Host,Domain
0 Karma

Ayn
Legend

? That's exactly what you get. If you want it split up not by Short_Host AND Domain, just split by Domain.

0 Karma

p_basanth
New Member

is it not possible to get count for each values(Domain)

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!

Mile High Learning with Splunk University, Denver, Colorado

If Denver is known for its mile-high elevation, Splunk University is about to raise the bar on technical ...

IT Service Intelligence 5.0 Series: Your Guide to the June Launch

We are excited to announce the June release of Splunk IT Service Intelligence (ITSI) 5.0. This update ...

Agent Mode Engaged! Enchaining Agentic Operations with Splunk AI Assistant 2.0

    Are you ready to transform how your team handles complex data requests? We invite you to our upcoming ...