<?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: Sparkline and Trend Indicator splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300484#M161089</link>
    <description>&lt;P&gt;Do you want to bucket alert_risk_level in 1 hour window? Use following query instead&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=aws sourcetype=description earliest=-7d 
| timechart span=1h count(alert_risk_level) as Risk_Identified
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Sep 2020 14:06:58 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2020-09-29T14:06:58Z</dc:date>
    <item>
      <title>Sparkline and Trend Indicator splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300482#M161087</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I did Sparkline and Trend Indicator splunk as compared to lastweek.&lt;/P&gt;

&lt;P&gt;In the result it showing as 92 means in 2 digit value only it is showing. Actually it has to show in like 9240000 like this.&lt;/P&gt;

&lt;P&gt;Can any one please help me with this.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;source code&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;earliest&amp;gt;-7d&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;-60m@m&amp;lt;/latest&amp;gt;
      &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;option name="trendColorInterpretation"&amp;gt;standard&amp;lt;/option&amp;gt;
    &amp;lt;option name="trendDisplayMode"&amp;gt;absolute&amp;lt;/option&amp;gt;
    &amp;lt;option name="trendInterval"&amp;gt;-1h&amp;lt;/option&amp;gt;
    &amp;lt;option name="colorBy"&amp;gt;value&amp;lt;/option&amp;gt;
    &amp;lt;option name="colorMode"&amp;gt;none&amp;lt;/option&amp;gt;
    &amp;lt;option name="numberPrecision"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="showTrendIndicator"&amp;gt;1&amp;lt;/option&amp;gt;
    &amp;lt;option name="showSparkline"&amp;gt;1&amp;lt;/option&amp;gt;
    &amp;lt;option name="useColors"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="useThousandSeparators"&amp;gt;1&amp;lt;/option&amp;gt;
    &amp;lt;option name="underLabel"&amp;gt;Compared to lastweek&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 14:12:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300482#M161087</guid>
      <dc:creator>dchalasani</dc:creator>
      <dc:date>2017-05-18T14:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline and Trend Indicator splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300483#M161088</link>
      <description>&lt;P&gt;And I used string as&lt;/P&gt;

&lt;P&gt;index=aws sourcetype=description  earliest=-7d | stats count as alert_risk_level by _time | timechart span=60m max(alert_risk_level) | rename max(alert_risk_level) as Risk_Identified&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:06:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300483#M161088</guid>
      <dc:creator>dchalasani</dc:creator>
      <dc:date>2020-09-29T14:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline and Trend Indicator splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300484#M161089</link>
      <description>&lt;P&gt;Do you want to bucket alert_risk_level in 1 hour window? Use following query instead&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=aws sourcetype=description earliest=-7d 
| timechart span=1h count(alert_risk_level) as Risk_Identified
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:06:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300484#M161089</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-09-29T14:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline and Trend Indicator splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300485#M161090</link>
      <description>&lt;P&gt;Thanks Nike!&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 15:01:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300485#M161090</guid>
      <dc:creator>dchalasani</dc:creator>
      <dc:date>2017-05-18T15:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline and Trend Indicator splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300486#M161091</link>
      <description>&lt;P&gt;@dchalasani, glad it worked. I have converted to answer. Please Accept Answer to close this question.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 15:03:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300486#M161091</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-05-18T15:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline and Trend Indicator splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300487#M161092</link>
      <description>&lt;P&gt;Ok...and The Trend Indicator is showing very small.. Can we make it big(Trend Indicator) to show in a effective way.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 15:08:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300487#M161092</guid>
      <dc:creator>dchalasani</dc:creator>
      <dc:date>2017-05-18T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sparkline and Trend Indicator splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300488#M161093</link>
      <description>&lt;P&gt;All single value elements adjust according to the size of panel and amount of data. You can color your single value panel based on trends to make the same obvious. You should be able to Edit Panel and choose these settings from Format menu.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 19:58:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sparkline-and-Trend-Indicator-splunk/m-p/300488#M161093</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-05-18T19:58:09Z</dc:date>
    </item>
  </channel>
</rss>

