...form whose some of the fields to fill should allow users to sort data using multiple inclusions or exclusions to fit what each and every team works with. Solution 1 : By using an EVAL tag in the X...
Hi Team Can you please let me know how it is possible to fetch the events with the time greater than the time of the 1st event in the dashboard. Example: I've 3 jobs executed e...
Hello Community,
I have defined some tags like:
Field=Value --> TAG
OBJECT_TYPE=*_EMS --> EMS
Now I want to use this Tags within my evalstatement:
|stats
c...
The command I am running is:
basesearch | eval number = case ( number = "1" , "Number 1" , number = "2" , "Number 2" , number = "3" , "Number 3" , number = "4" , "Number 4" ) | stats count by n...
We useeval command to create new field, and we used this as function ex: |stats count(eval(method="GET")) as get . Can someone explain this example clearly? What is eval doing here?