<?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: How to change the scale of the distinct count of a field on a timechart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142412#M39528</link>
    <description>&lt;P&gt;Hi RVDowning,&lt;/P&gt;

&lt;P&gt;in the UI &lt;CODE&gt;visualization&lt;/CODE&gt; tab, click on &lt;CODE&gt;Format&lt;/CODE&gt; and select &lt;CODE&gt;Y-Axis&lt;/CODE&gt;. There you can set the &lt;CODE&gt;Scale&lt;/CODE&gt; to &lt;CODE&gt;Log&lt;/CODE&gt; instead &lt;CODE&gt;Linear&lt;/CODE&gt;.&lt;BR /&gt;
Maybe this fits your needs.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Fri, 26 Sep 2014 13:38:00 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2014-09-26T13:38:00Z</dc:date>
    <item>
      <title>How to change the scale of the distinct count of a field on a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142411#M39527</link>
      <description>&lt;P&gt;I have the following line:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;timechart span=1d sum(TypeAErrors) , sum(TypeBErrors), dc(racf) as "Unique Ids"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but the dc(racf) is much larger than the other items displayed on the graph.  I would ideally like dc(racf) / 10 so that it will scale more appropriately on the Y axis compared to the other two displayed items.  But, I can't find any syntax that allows me to do this.  Any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:34:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142411#M39527</guid>
      <dc:creator>RVDowning</dc:creator>
      <dc:date>2014-09-26T13:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the scale of the distinct count of a field on a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142412#M39528</link>
      <description>&lt;P&gt;Hi RVDowning,&lt;/P&gt;

&lt;P&gt;in the UI &lt;CODE&gt;visualization&lt;/CODE&gt; tab, click on &lt;CODE&gt;Format&lt;/CODE&gt; and select &lt;CODE&gt;Y-Axis&lt;/CODE&gt;. There you can set the &lt;CODE&gt;Scale&lt;/CODE&gt; to &lt;CODE&gt;Log&lt;/CODE&gt; instead &lt;CODE&gt;Linear&lt;/CODE&gt;.&lt;BR /&gt;
Maybe this fits your needs.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:38:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142412#M39528</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-09-26T13:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the scale of the distinct count of a field on a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142413#M39529</link>
      <description>&lt;P&gt;Thanks for the suggestion, but the end user would totally freak.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  But they could follow a simple division by 10, so when the mouseover showed 26.2 they would know it was 262.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:43:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142413#M39529</guid>
      <dc:creator>RVDowning</dc:creator>
      <dc:date>2014-09-26T13:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the scale of the distinct count of a field on a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142414#M39530</link>
      <description>&lt;P&gt;You can also try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;timechart span=1d sum(TypeAErrors) , sum(TypeBErrors), dc(eval(racf / 10)) as "Unique Ids"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:46:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142414#M39530</guid>
      <dc:creator>wpreston</dc:creator>
      <dc:date>2014-09-26T13:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the scale of the distinct count of a field on a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142415#M39531</link>
      <description>&lt;P&gt;HeHe, sounds like &lt;EM&gt;do not trust any statistics, you did not fake yourself&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:52:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142415#M39531</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-09-26T13:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the scale of the distinct count of a field on a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142416#M39532</link>
      <description>&lt;P&gt;Oops, not qutie what I meant!  Try this instead:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;timechart span=1d sum(TypeAErrors) , sum(TypeBErrors), dc(racf) as TempVal | eval TempVal=TempVal/10 | rename TempVal as "Unique IDs"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:52:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142416#M39532</guid>
      <dc:creator>wpreston</dc:creator>
      <dc:date>2014-09-26T13:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the scale of the distinct count of a field on a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142417#M39533</link>
      <description>&lt;P&gt;That just gives me zeroes for dc(eval(racf / 10)).  A "racf" is an alphanumeric ID.  It is the count of these unique ids that I would like to divide by 10.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:53:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142417#M39533</guid>
      <dc:creator>RVDowning</dc:creator>
      <dc:date>2014-09-26T13:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the scale of the distinct count of a field on a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142418#M39534</link>
      <description>&lt;P&gt;Yep, I realized that just a minute after I posted it, sorry about that (I blame a lack of caffine :-).  The new search I posted should work exactly like you want.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:57:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142418#M39534</guid>
      <dc:creator>wpreston</dc:creator>
      <dc:date>2014-09-26T13:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the scale of the distinct count of a field on a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142419#M39535</link>
      <description>&lt;P&gt;Yep, it works fine.  Thanks much.  I'm on my first cup of caffeine too.  &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:05:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-scale-of-the-distinct-count-of-a-field-on-a/m-p/142419#M39535</guid>
      <dc:creator>RVDowning</dc:creator>
      <dc:date>2014-09-26T14:05:03Z</dc:date>
    </item>
  </channel>
</rss>

