<?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 show in a graph a numbers with two numbers after comma in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56906#M13924</link>
    <description>&lt;P&gt;hi, I would like to build a graph with these values:&lt;/P&gt;

&lt;P&gt;a 100&lt;BR /&gt;
b 97,56&lt;BR /&gt;
c 99,34&lt;/P&gt;

&lt;P&gt;my issue is when i try to see a graph.. there is only one value show it in a graph the "A" and "100". The other values are not in a graph.&lt;BR /&gt;
Why?&lt;/P&gt;

&lt;P&gt;thx u soo much&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2013 13:57:46 GMT</pubDate>
    <dc:creator>tissparkle</dc:creator>
    <dc:date>2013-06-06T13:57:46Z</dc:date>
    <item>
      <title>show in a graph a numbers with two numbers after comma</title>
      <link>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56906#M13924</link>
      <description>&lt;P&gt;hi, I would like to build a graph with these values:&lt;/P&gt;

&lt;P&gt;a 100&lt;BR /&gt;
b 97,56&lt;BR /&gt;
c 99,34&lt;/P&gt;

&lt;P&gt;my issue is when i try to see a graph.. there is only one value show it in a graph the "A" and "100". The other values are not in a graph.&lt;BR /&gt;
Why?&lt;/P&gt;

&lt;P&gt;thx u soo much&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 13:57:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56906#M13924</guid>
      <dc:creator>tissparkle</dc:creator>
      <dc:date>2013-06-06T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: show in a graph a numbers with two numbers after comma</title>
      <link>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56907#M13925</link>
      <description>&lt;P&gt;Most likely because Splunk doesn't consider the fields to be numerical. By default Splunk will consider "." to be a decimal sign but not ",". Short fix would be to replace "," with "." in your numbers.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:57:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56907#M13925</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-06-06T14:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: show in a graph a numbers with two numbers after comma</title>
      <link>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56908#M13926</link>
      <description>&lt;P&gt;no way to converto those "string" into values?!?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 15:00:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56908#M13926</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2013-12-06T15:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: show in a graph a numbers with two numbers after comma</title>
      <link>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56909#M13927</link>
      <description>&lt;P&gt;I have same issue. Is there any easy fix?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2016 21:08:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56909#M13927</guid>
      <dc:creator>rapmancz</dc:creator>
      <dc:date>2016-04-09T21:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: show in a graph a numbers with two numbers after comma</title>
      <link>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56910#M13928</link>
      <description>&lt;P&gt;This should do it -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search
| eval basavalue="97,56"
| rex field=basavalue mode=sed "s/,/./g"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 09 Apr 2016 23:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/show-in-a-graph-a-numbers-with-two-numbers-after-comma/m-p/56910#M13928</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-04-09T23:25:50Z</dc:date>
    </item>
  </channel>
</rss>

