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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...