Splunk Search

Combine two stats count

cloud_cloud
Explorer

How to combine these two stats count into one?

... | stats count by operation

operation       count
added gid       3
deleted gid     2

... | stats count by gid

gid       count
10616     1
12757     1
16605     1
20458     1
22258     1

And I want these results:

operation     gid
added gid     10616
              12757
              20458
deleted gid   16605
              22258
Tags (1)
0 Karma
1 Solution

MuS
Legend

hi cloud_cloud

try

 | stats operation count by gid

cheers

View solution in original post

MuS
Legend

hi cloud_cloud

try

 | stats operation count by gid

cheers

cloud_cloud
Explorer

I've got Error in 'stats' command: The argument 'operation' is invalid.

But, after research on your answers I figured out correct command exactly what do I need! It's:
| stats values(gid) by operation

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 ...