<?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 set  the Trend indicator to show the increase and decrease in count over the period. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-the-Trend-indicator-to-show-the-increase-and-decrease/m-p/519612#M146353</link>
    <description>&lt;P&gt;you &lt;STRONG&gt;can not&amp;nbsp;&lt;/STRONG&gt;apply trend for more than two consecutive values.&lt;/P&gt;&lt;P&gt;you can show trend last two days or last two months or last 2 hours or last 2 years. not last 3 days , 3 hours or 3 years.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Trend-example&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal source="*splunkd.log" log_level="error" | timechart span=1d count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-1d@d&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 15 Sep 2020 07:04:15 GMT</pubDate>
    <dc:creator>thambisetty</dc:creator>
    <dc:date>2020-09-15T07:04:15Z</dc:date>
    <item>
      <title>How to set  the Trend indicator to show the increase and decrease in count over the period.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-the-Trend-indicator-to-show-the-increase-and-decrease/m-p/519575#M146342</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have one dashboard which consists of several panels . Like LOGIN,TIMEOUT.&lt;/P&gt;&lt;P&gt;I want to display the Trend Indicator for the count values.&lt;/P&gt;&lt;P&gt;Suppose I select the date Range between 11th September to 13th September .&lt;/P&gt;&lt;P&gt;The Timeout count for11th september is 3694,12th sep is 1209 and 13th september is 2755.&lt;/P&gt;&lt;P&gt;I want to display the trend Indicator which will show the percentage increase/decrease of timeout count values.&lt;/P&gt;&lt;P&gt;I have already use&amp;nbsp;&amp;lt;option name="trendDisplayMode"&amp;gt;percent&amp;lt;/option&amp;gt; . But not sure the percentage increase and decrease count is coming correct.&lt;/P&gt;&lt;P&gt;Can someone guide me do I need to add anything else to show Trend Indicator for comparison.&lt;/P&gt;&lt;P&gt;Below is my XML Code:&lt;/P&gt;&lt;P&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;TIMEOUT&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="abc" sourcetype=xyz Timeout $Org$ | bin span=1d _time |stats count by _time&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="colorBy"&amp;gt;value&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;all&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="height"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="numberPrecision"&amp;gt;0&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rangeValues"&amp;gt;[0,10,25,40]&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trendDisplayMode"&amp;gt;percent&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="unit"&amp;gt;&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rangeColors"&amp;gt;["0xFF0000","0xFF0000","0xFF0000","0xFF0000","0xFF0000"]&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="useColors"&amp;gt;1&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;&amp;lt;set token="show_panel"&amp;gt;true&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;set token="selected_value"&amp;gt;$click.value$&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;/drilldown&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 21:51:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-the-Trend-indicator-to-show-the-increase-and-decrease/m-p/519575#M146342</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-09-14T21:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to set  the Trend indicator to show the increase and decrease in count over the period.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-the-Trend-indicator-to-show-the-increase-and-decrease/m-p/519603#M146351</link>
      <description>&lt;P&gt;Can someone guide me on this.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 06:21:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-the-Trend-indicator-to-show-the-increase-and-decrease/m-p/519603#M146351</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-09-15T06:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to set  the Trend indicator to show the increase and decrease in count over the period.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-the-Trend-indicator-to-show-the-increase-and-decrease/m-p/519612#M146353</link>
      <description>&lt;P&gt;you &lt;STRONG&gt;can not&amp;nbsp;&lt;/STRONG&gt;apply trend for more than two consecutive values.&lt;/P&gt;&lt;P&gt;you can show trend last two days or last two months or last 2 hours or last 2 years. not last 3 days , 3 hours or 3 years.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Trend-example&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal source="*splunkd.log" log_level="error" | timechart span=1d count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-1d@d&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 15 Sep 2020 07:04:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-the-Trend-indicator-to-show-the-increase-and-decrease/m-p/519612#M146353</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-15T07:04:15Z</dc:date>
    </item>
  </channel>
</rss>

