<?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: Span &amp; timepicker in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30039#M1239</link>
    <description>&lt;P&gt;As a different idea, have you considered giving them control over the number of bins rather than the span?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Aug 2013 09:58:54 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2013-08-09T09:58:54Z</dc:date>
    <item>
      <title>Span &amp; timepicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30038#M1238</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I would like to give the users an option/control for span in a pull-down based on the value of the time-range picker. This is to prevent the users from using 5min window on 30 day search as the results get truncated in time-charts.&lt;/P&gt;

&lt;P&gt;Any Ideas ???&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Last 24 hours -&amp;gt; span=5min

Last 7days    -&amp;gt; span=1hr

Last 30days   -&amp;gt; span=1day
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;etc etc etc&lt;/P&gt;

&lt;P&gt;Thanks for your help &lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;KK&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 07:25:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30038#M1238</guid>
      <dc:creator>KarunK</dc:creator>
      <dc:date>2013-08-09T07:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Span &amp; timepicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30039#M1239</link>
      <description>&lt;P&gt;As a different idea, have you considered giving them control over the number of bins rather than the span?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 09:58:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30039#M1239</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-08-09T09:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Span &amp; timepicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30040#M1240</link>
      <description>&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/44213/how-can-i-change-the-span-in-timechart-when-the-timerangepicker-is-change"&gt;http://splunk-base.splunk.com/answers/44213/how-can-i-change-the-span-in-timechart-when-the-timerangepicker-is-change&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 14:49:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30040#M1240</guid>
      <dc:creator>davecroto</dc:creator>
      <dc:date>2013-08-09T14:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Span &amp; timepicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30041#M1241</link>
      <description>&lt;P&gt;No that wont work for us, we are quite a time dependent - internet traffic application. So we prefer a time based reports.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 04:30:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30041#M1241</guid>
      <dc:creator>KarunK</dc:creator>
      <dc:date>2013-10-08T04:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Span &amp; timepicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30042#M1242</link>
      <description>&lt;P&gt;hi KarunK,&lt;BR /&gt;
try use this example.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Time Picker Form Input Element&amp;lt;/label&amp;gt;
  &amp;lt;description&amp;gt;Count Source by Time Period using Time Picker&amp;lt;/description&amp;gt;

  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;       
    &amp;lt;input type="dropdown" token="level" searchWhenChanged="true"&amp;gt;
        &amp;lt;label&amp;gt;TimeRange:&amp;lt;/label&amp;gt;
        &amp;lt;choice value="-30d@h"&amp;gt;Last 30 days&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="-7d@h"&amp;gt;Last 7 days&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="-24h@h"&amp;gt;Last 24 hours&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="-4h@h"&amp;gt;Last 4 hours&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="-60m@m"&amp;gt;Last 60 minutes&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="-15m@m"&amp;gt;Last 15 minutes&amp;lt;/choice&amp;gt;
        &amp;lt;default&amp;gt;Last 30 days&amp;lt;/default&amp;gt;
        &amp;lt;change&amp;gt;
          &amp;lt;condition value="-30d@h"&amp;gt;
            &amp;lt;set token="s_level"&amp;gt;4 days &amp;lt;/set&amp;gt;
          &amp;lt;/condition&amp;gt;

          &amp;lt;condition value="-7d@h"&amp;gt;
            &amp;lt;set token="s_level"&amp;gt;1 day &amp;lt;/set&amp;gt;
          &amp;lt;/condition&amp;gt;

          &amp;lt;condition value="-24h@h"&amp;gt;
            &amp;lt;set token="s_level"&amp;gt;6 hours &amp;lt;/set&amp;gt;
          &amp;lt;/condition&amp;gt;

          &amp;lt;condition value="-4h@h"&amp;gt;
            &amp;lt;set token="s_level"&amp;gt;1 hour &amp;lt;/set&amp;gt;
          &amp;lt;/condition&amp;gt;

          &amp;lt;condition value="-60m@m"&amp;gt;
            &amp;lt;set token="s_level"&amp;gt;10 min &amp;lt;/set&amp;gt;
          &amp;lt;/condition&amp;gt;

          &amp;lt;condition value="-15m@m"&amp;gt;
            &amp;lt;set token="s_level"&amp;gt;5 min &amp;lt;/set&amp;gt;
          &amp;lt;/condition&amp;gt;

        &amp;lt;/change&amp;gt;
      &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;

  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
     &amp;lt;html&amp;gt;
       &amp;lt;h1 style="color:blue;text-align:center"&amp;gt; span=$s_level$ &amp;lt;/h1&amp;gt;
    &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;

  &amp;lt;row&amp;gt; 
     &amp;lt;panel&amp;gt;
    &amp;lt;chart&amp;gt;
      &amp;lt;title&amp;gt;Chart of Top Sourcetypes between $level$ and $latest$&amp;lt;/title&amp;gt;
      &amp;lt;searchString&amp;gt;index=_internal earliest=$level$ latest=now |timechart count by source&amp;lt;/searchString&amp;gt;
    &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Sep 2015 10:38:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Span-timepicker/m-p/30042#M1242</guid>
      <dc:creator>gyslainlatsa</dc:creator>
      <dc:date>2015-09-23T10:38:35Z</dc:date>
    </item>
  </channel>
</rss>

