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!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...