i have two macros
if those values are not macthing(a!=b) then i have to schedule another search query , how it is possible??
example:
macro `a` is 2 (a=2)
macro `b` is 3 (b=3)
if a!=b then we have to schedule below query how it is possible in splunk ?
| makeresults | eval x=3+3 ,y=6+6 | table x,y
↧