Splunk Search

HI Team , i want to extract 8.9 value from this string " service error rate 50x 8.976851851851853". can you please help

Hemant_h
Engager

" service error rate 50x 8.976851851851853"

field = " service error rate 50x 8.976851851851853"
need to extract 8.9 value from above string.

Labels (1)
0 Karma

bowesmana
SplunkTrust
SplunkTrust

Use the rex statement, for example this regex

| makeresults
| eval field = " service error rate 50x 8.976851851851853"
| rex field=field "service error rate\s+\w+\s+(?<value>\d+\.\d)"

 (this is an example you can run in a search window).

Change your regex statement to match what you expect in the data 

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...