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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...