<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Log Pipeline Management - how to convert comma decimal to dot in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Log-Pipeline-Management-how-to-convert-comma-decimal-to-dot/m-p/612838#M106028</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243720"&gt;@fongpen&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use rex command with sed mode;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex mode=sed field=cookedvalue "s/,/./g"&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 13 Sep 2022 08:11:58 GMT</pubDate>
    <dc:creator>scelikok</dc:creator>
    <dc:date>2022-09-13T08:11:58Z</dc:date>
    <item>
      <title>Log Pipeline Management - how to convert comma decimal to dot?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log-Pipeline-Management-how-to-convert-comma-decimal-to-dot/m-p/612834#M106026</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May i know how to convert raw data (cookedvalue) from comma to dot using regex?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Raw Data in Log Observer&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"instanceName","cookedvalue"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"services","87,8477154366277"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Result&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"instanceName","cookedvalue"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"services","87.8477154366277"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 12:58:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log-Pipeline-Management-how-to-convert-comma-decimal-to-dot/m-p/612834#M106026</guid>
      <dc:creator>fongpen</dc:creator>
      <dc:date>2022-09-13T12:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Log Pipeline Management - how to convert comma decimal to dot</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log-Pipeline-Management-how-to-convert-comma-decimal-to-dot/m-p/612838#M106028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/243720"&gt;@fongpen&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use rex command with sed mode;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex mode=sed field=cookedvalue "s/,/./g"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 13 Sep 2022 08:11:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log-Pipeline-Management-how-to-convert-comma-decimal-to-dot/m-p/612838#M106028</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2022-09-13T08:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Log Pipeline Management - how to convert comma decimal to dot</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Log-Pipeline-Management-how-to-convert-comma-decimal-to-dot/m-p/612853#M106034</link>
      <description>&lt;P&gt;I'm wondering how does this compare performancewise to&lt;/P&gt;&lt;PRE&gt;| eval cookedvalue=replace(cookedvalue,",",".")&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Sep 2022 09:43:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Log-Pipeline-Management-how-to-convert-comma-decimal-to-dot/m-p/612853#M106034</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-09-13T09:43:51Z</dc:date>
    </item>
  </channel>
</rss>

