Splunk Search

How to use where command to keep only specific rows?

summitsplunk
Communicator

My query so far looks like this:

sourcetype="type1" OR sourcetype="type2" |chart count(sales1) over sales2 by sourcetype

How would I pipe in | where ..

so that it only keeps rows where the value in type1 is greater than twice the value in type2?

Tags (1)
0 Karma
1 Solution

woodcock
Esteemed Legend

Just add:

| where type1 > (2 * type2)

View solution in original post

woodcock
Esteemed Legend

Just add:

| where type1 > (2 * type2)
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...