All Apps and Add-ons

How to set the condition for output.

rajhemant26
New Member

Hello everyone.

Want to display the output only for the time which crosses 18 months (earliest time)

Tags (1)
0 Karma

harishalipaka
Motivator

hi @rajhemant26

try like this

| makeresults
 | eval Date="12/08", shiftA=102, shiftB=10, shiftC=200
 | append 
     [| makeresults
      | eval  Date="25/08", shiftA=240, shiftB=102, shiftC=52]
 | table Date shift*
 | eval Max=0
 | foreach shift*
     [eval Max=case(Max>=<<FIELD>>,Max,true(),<<FIELD>>)] |sort - Max |head 1
Thanks
Harish
0 Karma
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 ...