<?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: Why do I only see numeric values without a decimal when using &amp;quot;|chart values(...) &amp;quot; for comma separated values? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142295#M39466</link>
    <description>&lt;P&gt;A shot in the dark: Are your decimal values possibly &lt;CODE&gt;0,5&lt;/CODE&gt; for one half instead of &lt;CODE&gt;0.5&lt;/CODE&gt;, ie with a comma instead of a decimal point? &lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2015 15:55:06 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2015-04-13T15:55:06Z</dc:date>
    <item>
      <title>Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142293#M39464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to make a chart of the measured force over time.&lt;/P&gt;

&lt;P&gt;This is the search I am using:  &lt;CODE&gt;|chart values(force) over _time&lt;/CODE&gt;&lt;BR /&gt;
The force values are comma separated. In the chart I can only see the values that are not decimal. (which are just two events)&lt;/P&gt;

&lt;P&gt;I am sure there is an eval command or something else that I can use in order for the values(...) function to use the values that are comma separated.&lt;/P&gt;

&lt;P&gt;Does anyone know how to solve this? &lt;BR /&gt;
Thank you for your advice in advance!&lt;/P&gt;

&lt;P&gt;Silvia &lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 15:22:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142293#M39464</guid>
      <dc:creator>SilviaGebel</dc:creator>
      <dc:date>2015-04-13T15:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142294#M39465</link>
      <description>&lt;P&gt;Could you please provide some sample events, and the chart values you would expect to get from them?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 15:39:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142294#M39465</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2015-04-13T15:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142295#M39466</link>
      <description>&lt;P&gt;A shot in the dark: Are your decimal values possibly &lt;CODE&gt;0,5&lt;/CODE&gt; for one half instead of &lt;CODE&gt;0.5&lt;/CODE&gt;, ie with a comma instead of a decimal point? &lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 15:55:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142295#M39466</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-04-13T15:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142296#M39467</link>
      <description>&lt;P&gt;They are all seperated by a comma except for two values. For example:&lt;BR /&gt;&lt;BR /&gt;
5,678 MPa&lt;BR /&gt;
4,385 MPa&lt;BR /&gt;
6 MPa&lt;BR /&gt;
5,015 MPa&lt;BR /&gt;
6 MPa&lt;/P&gt;

&lt;P&gt;In the chart i can only show these two 6 MPa.&lt;/P&gt;

&lt;P&gt;What I want to see is a timechart, where every single measured value is shown.&lt;BR /&gt;
Y-axis= force in MPa&lt;BR /&gt;
X-axis= _time&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:31:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142296#M39467</guid>
      <dc:creator>SilviaGebel</dc:creator>
      <dc:date>2015-04-14T06:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142297#M39468</link>
      <description>&lt;P&gt;You will need to convert the German-style decimals to English-style decimals, for example something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval force = replace(force, ",", ".") | ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then Splunk will treat them as decimals rather than strings.&lt;/P&gt;

&lt;P&gt;Do you have multiple values for one &lt;CODE&gt;_time&lt;/CODE&gt; value? If so, using &lt;CODE&gt;values(force)&lt;/CODE&gt; will return a multi-valued field with all values of force for that timestamp, which again would not be chartable.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:10:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142297#M39468</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-04-14T07:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142298#M39469</link>
      <description>&lt;P&gt;try with stats command like this:&lt;BR /&gt;
    ...|stats values(force) by _time&lt;BR /&gt;
or&lt;BR /&gt;
    ...|stats list(force) by _time&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:17:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142298#M39469</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2015-04-14T07:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142299#M39470</link>
      <description>&lt;P&gt;&lt;CODE&gt;chart&lt;/CODE&gt; and &lt;CODE&gt;stats&lt;/CODE&gt; should be treating numbers the same way, so this doesn't help.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:34:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142299#M39470</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-04-14T07:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142300#M39471</link>
      <description>&lt;P&gt;Yes, this works! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:57:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142300#M39471</guid>
      <dc:creator>SilviaGebel</dc:creator>
      <dc:date>2015-04-14T09:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142301#M39472</link>
      <description>&lt;P&gt;Is it possible to show all values using |timechart instead of |chart values(force) over  _time ? &lt;BR /&gt;
It seems like timechart can only be combined with avg(force) or count etc. but not with single values of single events&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 15:14:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142301#M39472</guid>
      <dc:creator>SilviaGebel</dc:creator>
      <dc:date>2015-04-14T15:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142302#M39473</link>
      <description>&lt;P&gt;Timechart buckets the data into equal time slots, eg all values in a second. That results in one value per bucket, so there has to be a reducing function. You can overcome some issues by using min, avg, and max together. &lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 15:42:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142302#M39473</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-04-14T15:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I only see numeric values without a decimal when using "|chart values(...) " for comma separated values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142303#M39474</link>
      <description>&lt;P&gt;Ok thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 06:21:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-do-I-only-see-numeric-values-without-a-decimal-when-using/m-p/142303#M39474</guid>
      <dc:creator>SilviaGebel</dc:creator>
      <dc:date>2015-04-15T06:21:58Z</dc:date>
    </item>
  </channel>
</rss>

