Splunk Search

How do I create the regex to extract this field from my sample data?

Splunk_rocks
Path Finder

I have a events like below in my servers so I want write a search to extract tps(cur) value in a table format with _time it is occurred. I have tried regex as well as the Field Extractor, but nothing has worked. Any help is greatly appreciated.

Nov 28, 2015 3:57:59 AM com.xxrklogic.developer.XXX.Monitor monitorResults
INFO: completed all tasks 1428872/1428872, 548 tps(avg), 612 tps(cur), ETC 00:00:00, 0 active threads.
0 Karma

diogofgm
SplunkTrust
SplunkTrust

try this:

<your search>| rex field=_raw "\s+(?<tpscur>\d+)\s+tps\(cur\)" | table _time tpscur

off course if you intend to use this often just do a field extraction so you dont have to use the rex command in que search

------------
Hope I was able to help you. If so, some karma would be appreciated.
0 Karma

jplumsdaine22
Influencer

Have you tried testing your regular expression with a tool like https://www.debuggex.com/ ? If you post the full search string that has failed for you (including the regex command) we can help you with your regex

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...