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!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...