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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...