Splunk Search

extracting the field

splunkpoornima
Communicator

hi all

please help me in extracting the feild called Failed from the following events

Mon Jun 25 11:13:41 CDT 2012,UpdateDealStartPricesTask,Status : Completed with errors

Total chunks = 5

Successful chunks = 3

Failed chunks = 2

i used the extract fields -->i typed the failed there and i generate but its shows me

No regex could be learned. Try providing different examples or restriction.

Tags (1)
0 Karma
1 Solution

dmaislin_splunk
Splunk Employee
Splunk Employee

Just create or modify the field extraction to be:

^Failed chunks\s=\s(?\d+)

View solution in original post

0 Karma

dmaislin_splunk
Splunk Employee
Splunk Employee

Just create or modify the field extraction to be:

^Failed chunks\s=\s(?\d+)

0 Karma

Rob
Splunk Employee
Splunk Employee

Just to expand what @dmaislin_splunk is saying. You can use the rex command with the regex above like this:

|rex field=_raw "^Failed\schunks\s=\s(?<failedchunks>\d+)"
0 Karma

smolcj
Builder

you should narrow your search , so that you will get the source file with your field to be extracted. the examples you are providing should be there in the right side.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...

Keep the Learning Going with the New Best of .conf Hub

Hello Splunkers, With .conf26 getting closer, there’s already a lot of excitement building around this year’s ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...