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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...