Splunk Search

Use double eval function for an extracted field

soumyacharya91
Path Finder

Hi All,

I have extracted a field from my raw data using eval replace function. Now I want to use the eval split function on that recently extrated field in props.conf. Please find the below command for details.

[sourcetype]
EVAL-field1 = replace(,"[][\"]","") This extraction is working fine.

Now I want to split the field1 values by using EVAL-field1=split(,",")

But I'm unable to do the second extraction. Any help will be highly appreciated.

Thanks,

Tags (1)
0 Karma
1 Solution

FrankVl
Ultra Champion

Just write it in 1 eval statement:

EVAL-field1 = split(replace(,"[\][\"]",""),",")

PS: what did you have as the first parameter of the replace function? Why did you leave that out of your example? I left it blank in my code above as well, but that should contain a field name I guess?

View solution in original post

FrankVl
Ultra Champion

Just write it in 1 eval statement:

EVAL-field1 = split(replace(,"[\][\"]",""),",")

PS: what did you have as the first parameter of the replace function? Why did you leave that out of your example? I left it blank in my code above as well, but that should contain a field name I guess?

soumyacharya91
Path Finder

Yes you are absolutely right. My mistake I missed that entry. I tried this and it is working fine.

Thanks alot 🙂

0 Karma
Get Updates on the Splunk Community!

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureThursday, March 27, 2025  |  11AM PST / 2PM EST | Register NowStep boldly ...

Splunk AppDynamics with Cisco Secure Application

Web applications unfortunately present a target rich environment for security vulnerabilities and attacks. ...