Getting Data In

Log Pipeline Management - how to convert comma decimal to dot?

fongpen
Path Finder

Hi,

May i know how to convert raw data (cookedvalue) from comma to dot using regex? 

Raw Data in Log Observer

"instanceName","cookedvalue"

"services","87,8477154366277"

 

Result

"instanceName","cookedvalue"

"services","87.8477154366277"

Labels (3)
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @fongpen,

You can use rex command with sed mode;

| rex mode=sed field=cookedvalue "s/,/./g"
If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma

PickleRick
SplunkTrust
SplunkTrust

I'm wondering how does this compare performancewise to

| eval cookedvalue=replace(cookedvalue,",",".")
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

  🚀 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 ...