
Latimer Luis
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Latimer Luis-
Latimer Luis commented,
This should work if you nest the IF statements, similar to what you'd need to do in MS Excel: | if(values in ("A","B","C"),"High",if(values in ("D","E","F"),"Medium",if(values in ("G","H","I"),"low...
-
Latimer Luis commented,
I think you'll definitely want to consider using this event time as your message time and making some adjustments to your source configurations: https://help.sumologic.com/03Send-Data/Sources/04Ref...
-
Latimer Luis commented,
Hi Mark - If you click on the dots/elipses next to "Browse by Creator" on the left-nav, it will give you an option to "Switch to all shared content view." I believe this is the view you are expect...
-
Latimer Luis commented,
Hi Nathaniel - Short-circuit evaluation is not performed; hence, the errors you were seeing with the initial query. Your query that evaluates without error would be the recommended approach to ensu...
-
Latimer Luis commented,
I THINK it might be a bug, yes. I was able to verify this behavior on my end.As a workaround, you can use the following instead of the matches operator, since parsing data also acts as a filter whe...