...he fillnull to see which fields are causing the problem. I noticed that these fields where i am using eval are causing the issue as i see 0 inside these columns after using fillnull | eval s...
Hi, I have this field in this format and i am using eval to convert but sometimes there is an extra space in it after : Mon 2 Jun 2025 20:51:24 : 792 EDT - with extra space after h...
...ield) is max. How can I use eval in stats to have this? something like this: | stats values(eval(title4 where value is max)) AS title4 BY title1 How can I do it? Ciao....
When using regex how can I take a field formatted as "0012-4250" and only show the 1st and lat 3 digits? I tried the following in which maintains the original output:
| eval AcctCode = replace(A...
I am ingesting data from the Splunk Add on for O365. I want to use the Eval Expression filter within an ingestion action to filter what email addresses we ingest data from. Sampling the data is e...
...tatus- DB instance is not available I would need to write Eval condition and create new field description that if field status is " database is down" , I need to add date, dB, status, I...
So I've been turning myself inside out trying to figure this one out and cannot... In search this works fine, 'test' evaluates to "default" | makeresults | eval value = "users|default" | eval t...
I've scowered the internet trying to find a similar issue with no avail. | rex field=userRiskData.general "do\:(?<deviceOs>.+?)\|di\:(?<deviceId>.+?)\|db\:"
| eval validUser=if(i...
...osition (1, 3 , 5, etc.) - The file hash in every pair position So far, I've done it in SPL but I cant find a way to do that in a props.conf (because in props.conf, you can't do a multiline |eval : Every eval...