<?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 display dynamic date time range in Splunk dashboard panel? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-dynamic-date-time-range-in-Splunk-dashboard-panel/m-p/190504#M11861</link>
    <description>&lt;P&gt;HI  somesoni2 ,&lt;/P&gt;

&lt;P&gt;I am using timerangepicker i have requirement like this&lt;BR /&gt;
i want display timeranges in chart panel ( i want noth earliest and latest times) cn u plz help me................timerange selection is time all real or any selction(datein range also)  &lt;/P&gt;

&lt;P&gt;plz help me&lt;/P&gt;</description>
    <pubDate>Thu, 30 Oct 2014 09:24:06 GMT</pubDate>
    <dc:creator>mvaradarajam</dc:creator>
    <dc:date>2014-10-30T09:24:06Z</dc:date>
    <item>
      <title>How to display dynamic date time range in Splunk dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-dynamic-date-time-range-in-Splunk-dashboard-panel/m-p/190502#M11859</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I'm using splunk 6&lt;/P&gt;

&lt;P&gt;In a dashboard panel im searching previous week's logs. I want my panel name with the time range dynamically.like this&lt;/P&gt;

&lt;P&gt;Total failed attempts 10/08/2014 to 16/08/2014&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2014 16:42:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-dynamic-date-time-range-in-Splunk-dashboard-panel/m-p/190502#M11859</guid>
      <dc:creator>aak2</dc:creator>
      <dc:date>2014-08-21T16:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic date time range in Splunk dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-dynamic-date-time-range-in-Splunk-dashboard-panel/m-p/190503#M11860</link>
      <description>&lt;P&gt;Try this workaround (using a single value panel instead of chart title)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;TimechartTick&amp;lt;/label&amp;gt;
  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;
    &amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliestTime&amp;gt;-7d@w0&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime&amp;gt;@w0&amp;lt;/latestTime&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row grouping="2"&amp;gt;
    &amp;lt;single&amp;gt;
      &amp;lt;searchString&amp;gt;|gentimes start=-1 
| eval earliest=if(NOT isnum("-$earliest$"), relative_time(now(),"$earliest$"),"$earliest$") | eval latest=if(NOT isnum("-$latest$"), relative_time(now(),"$latest$"),"$latest$") | convert ctime(*) | eval message="Total failed attempts ".earliest." to ".latest | table message&amp;lt;/searchString&amp;gt;
      &amp;lt;earliestTime&amp;gt;$earliest$&amp;lt;/earliestTime&amp;gt;
      &amp;lt;latestTime&amp;gt;$latest$&amp;lt;/latestTime&amp;gt;     
    &amp;lt;/single&amp;gt;  
    &amp;lt;chart&amp;gt;
      &amp;lt;searchString&amp;gt;index=_internal | stats count by sourcetype&amp;lt;/searchString&amp;gt;
      &amp;lt;earliestTime&amp;gt;$earliest$&amp;lt;/earliestTime&amp;gt;
      &amp;lt;latestTime&amp;gt;$latest$&amp;lt;/latestTime&amp;gt;
      &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;      
    &amp;lt;/chart&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Aug 2014 19:28:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-dynamic-date-time-range-in-Splunk-dashboard-panel/m-p/190503#M11860</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-08-21T19:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic date time range in Splunk dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-dynamic-date-time-range-in-Splunk-dashboard-panel/m-p/190504#M11861</link>
      <description>&lt;P&gt;HI  somesoni2 ,&lt;/P&gt;

&lt;P&gt;I am using timerangepicker i have requirement like this&lt;BR /&gt;
i want display timeranges in chart panel ( i want noth earliest and latest times) cn u plz help me................timerange selection is time all real or any selction(datein range also)  &lt;/P&gt;

&lt;P&gt;plz help me&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:24:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-dynamic-date-time-range-in-Splunk-dashboard-panel/m-p/190504#M11861</guid>
      <dc:creator>mvaradarajam</dc:creator>
      <dc:date>2014-10-30T09:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic date time range in Splunk dashboard panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-dynamic-date-time-range-in-Splunk-dashboard-panel/m-p/190505#M11862</link>
      <description>&lt;P&gt;i ried to paste this into a dashboard i have but nothing would display.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2015 19:42:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-dynamic-date-time-range-in-Splunk-dashboard-panel/m-p/190505#M11862</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-03-02T19:42:11Z</dc:date>
    </item>
  </channel>
</rss>

