<?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 Displaying very small values in timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/452080#M128012</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;I have continuous data from a leakage test station with values as low as 1e-8 and spikes up to 1e-2 mbar*l/s (in the image its way higher but this is very rare). &lt;BR /&gt;
Is there a way to display them over this span correctly in a standard timechart? &lt;/P&gt;

&lt;P&gt;I already tried to set min or max for y axis and converted the y axis to logarithmic. &lt;BR /&gt;
The logarithmic scale seems to display only 1, 0.1, 0.01 and not smaller or at least gives the smaller numbers not enough 'room' to display (from 1 to 0.1 is 90% of the timechart area, from 0.1 to 0.01 is 8% and for the smaller values just 2 % of the area).&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7527iFE90965280B55060/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;A other diagram with js or something is not possible for me at the moment.&lt;/P&gt;

&lt;P&gt;Thanks!!&lt;/P&gt;</description>
    <pubDate>Fri, 16 Aug 2019 09:33:54 GMT</pubDate>
    <dc:creator>haph</dc:creator>
    <dc:date>2019-08-16T09:33:54Z</dc:date>
    <item>
      <title>Displaying very small values in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/452080#M128012</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;I have continuous data from a leakage test station with values as low as 1e-8 and spikes up to 1e-2 mbar*l/s (in the image its way higher but this is very rare). &lt;BR /&gt;
Is there a way to display them over this span correctly in a standard timechart? &lt;/P&gt;

&lt;P&gt;I already tried to set min or max for y axis and converted the y axis to logarithmic. &lt;BR /&gt;
The logarithmic scale seems to display only 1, 0.1, 0.01 and not smaller or at least gives the smaller numbers not enough 'room' to display (from 1 to 0.1 is 90% of the timechart area, from 0.1 to 0.01 is 8% and for the smaller values just 2 % of the area).&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7527iFE90965280B55060/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;A other diagram with js or something is not possible for me at the moment.&lt;/P&gt;

&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 09:33:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/452080#M128012</guid>
      <dc:creator>haph</dc:creator>
      <dc:date>2019-08-16T09:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying very small values in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/452081#M128013</link>
      <description>&lt;P&gt;In the image there is no "0" value. They are actually something like 1e-8 &lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 09:36:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/452081#M128013</guid>
      <dc:creator>haph</dc:creator>
      <dc:date>2019-08-16T09:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying very small values in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/532827#M150529</link>
      <description>&lt;P&gt;I had trouble with this as well.&amp;nbsp; Log scale charts in splunk appear to be broken for non-positive powers of 10:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Like the above example, when my data is from 0-1 the gridlines display for powers of 10 but the chart is still linear scale (0-0.01 is 1% of the scale, 0.01-0.1 is 9% of the scale, 0.1-1.0 is 90% of the scale).&amp;nbsp; For a true log scale, 0.01 to 0.1 would have the same vertical scale as 0.1 to 1.0, 1.0-10.0, 10.0.100.0, 0.001 to 0.01, etc.)&lt;/LI&gt;&lt;LI&gt;When I have data from 0.001-100, the data is charted log scale but the divisions are 0-10, 10-100, 100-1000).&amp;nbsp; These are equally spaced but I would expect to see gridlines for 1.0, 0.1, 0.01.&amp;nbsp; The result is that data from 1-100 is easy to visualize but data from 0.001-1.0 is compressed at the bottom of the chart&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;My workaround is to chart log(value) on a linear scale, but this is not easy to consume for most folks.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 15:33:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/532827#M150529</guid>
      <dc:creator>akolbus</dc:creator>
      <dc:date>2020-12-11T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying very small values in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/532834#M150530</link>
      <description>&lt;P&gt;sample search:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults count=10
| streamstats count
| rename count as i
| eval i=i-4, value=pow(10,i), logValue=log(value)
| chart avg(value) by i&lt;/LI-CODE&gt;&lt;P&gt;when charted log scale, this data&amp;nbsp;&lt;EM&gt;should&lt;/EM&gt; display as a straight line, and does for values from 10-1000000 (1e1-1e6).&amp;nbsp; However, splunk does not create divisions for 0.1-1, 0.01-0.01, 0.001-0.01, etc., so the values &amp;lt;10 are incorrectly compressed on the chart&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akolbus_0-1607701554194.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12261iA0F9F6A816C9A459/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akolbus_0-1607701554194.png" alt="akolbus_0-1607701554194.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 15:50:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/532834#M150530</guid>
      <dc:creator>akolbus</dc:creator>
      <dc:date>2020-12-11T15:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying very small values in timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/532836#M150531</link>
      <description>&lt;P&gt;Here's an example with data from 0-1.&amp;nbsp; Here the "log-scale" chart is actually just a linear scale chart with gridlines for powers of 10, same as the original post.&amp;nbsp; Small data is compressed at the bottom of the chart&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults count=4
| streamstats count
| rename count as i
| eval value=pow(10,-i), logValue=log(value)
| chart avg(value) by i&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akolbus_1-1607702094857.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12262i88F5E393213CA91C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akolbus_1-1607702094857.png" alt="akolbus_1-1607702094857.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 15:56:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Displaying-very-small-values-in-timechart/m-p/532836#M150531</guid>
      <dc:creator>akolbus</dc:creator>
      <dc:date>2020-12-11T15:56:27Z</dc:date>
    </item>
  </channel>
</rss>

