Splunk Search

regex to extract from _raw

khhenderson
Path Finder

I am unfamiliar with regex. I need to separate every field in the _raw data from this line.

06/06 12:46:17 metrics ListeningThreads=3 IdleThreads=21 WaitingThreads=0 BusyThreads=0 TotalThreads=24 DelayedRequests=0 DroppedRequests=0 HandledRequests=28 HandledTime=543 DelayedTime=0 TotalMemory=4019584 FreeMemory=3549100

I know it can be done in the transform.conf and prop.conf files. I would just use a search command.

Would it be best to break it up using spaces? The order of the data should always be the same.
My final result would be a real time table or graph to monitor, BusyThreads, HandledRequests and FreeMemory.

Help for a newbie.

Tags (3)
0 Karma
1 Solution

Starlette
Contributor

did you already indexed this data? cause Splunks default behaviour is that it will extract the key=values pairs (due the = seperator)

View solution in original post

0 Karma

Starlette
Contributor

did you already indexed this data? cause Splunks default behaviour is that it will extract the key=values pairs (due the = seperator)

0 Karma

khhenderson
Path Finder

I think I've figured it out. This is close to what I need: | search "BusyThreads*" "HandledRequest*"

0 Karma

johandk
Path Finder

Make sure you have field discovery turned on when searching?

0 Karma

Starlette
Contributor

right, but you dont have the fieldextractions like Idletreads=21 etc?

0 Karma

khhenderson
Path Finder

Yes it's indexed.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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