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
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...