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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...