<?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: on Splunk 5.0 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141071#M28898</link>
    <description>&lt;P&gt;"probably need to do" is not answer.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Apr 2015 19:03:20 GMT</pubDate>
    <dc:creator>KShen</dc:creator>
    <dc:date>2015-04-10T19:03:20Z</dc:date>
    <item>
      <title>on Splunk 5.0</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141069#M28896</link>
      <description>&lt;P&gt;How to add date time range to the dashboard on the Splunk 5.0&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 15:51:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141069#M28896</guid>
      <dc:creator>KShen</dc:creator>
      <dc:date>2015-04-10T15:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: on Splunk 5.0</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141070#M28897</link>
      <description>&lt;P&gt;In Splunk 5, you will probably need to use Advanced XML to do what you want.  Here is a link to the 5.0 documentation:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.6/AdvancedDev/AdvancedDashboard"&gt;Build a dashboard using advanced XML&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, I found this Example app much more useful &lt;A href="https://splunkbase.splunk.com/app/1265/#/overview"&gt;Splunk Dashboard Examples&lt;/A&gt; for 5.0. It's free and it shows a lot of advanced XML code...&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141070#M28897</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-04-10T18:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: on Splunk 5.0</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141071#M28898</link>
      <description>&lt;P&gt;"probably need to do" is not answer.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 19:03:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141071#M28898</guid>
      <dc:creator>KShen</dc:creator>
      <dc:date>2015-04-10T19:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: on Splunk 5.0</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141072#M28899</link>
      <description>&lt;P&gt;You are right, but then I thought perhaps that the advice in the duplicate question:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/228231/do-dashboards-in-splunk-50-support-dynamic-datetim.html#answer-228449"&gt;Do dashboards in Splunk 5.0 support dynamic date/time inputs?&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;didn't work for you. That question clearly pointed to the answer in the manual&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Viz/Buildandeditforms"&gt;Build and edit forms with simple XML&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Did you read that and do what it suggested? &lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 19:08:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141072#M28899</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-04-10T19:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: on Splunk 5.0</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141073#M28900</link>
      <description>&lt;P&gt;I read the &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Viz/Buildandeditforms"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Viz/Buildandeditforms&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and try and datetime picker is not displayed. And I do not know how to pass the earliest and last time to the querystring. Any idea?&lt;/P&gt;

&lt;P&gt;Monthly OR Data&lt;/P&gt;

&lt;P&gt;error&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;!-- Create a text box; token is "series"                         --&amp;gt;
  &amp;lt;!-- label: Label for the text box                                --&amp;gt;
  &amp;lt;!-- default: A default value is not specified                    --&amp;gt;
  &amp;lt;!-- seed: Upon first load, the text box specifies 'splunkd'      --&amp;gt;
  &amp;lt;!-- suffix: All tokens are followed by a *                       --&amp;gt;
  &amp;lt;!--         If user does not specify text, then search uses '*'  --&amp;gt;
  &amp;lt;input type="text" token="series"&amp;gt;
    &amp;lt;label&amp;gt;sourcetype&amp;lt;/label&amp;gt;
    &amp;lt;default&amp;gt;&amp;lt;/default&amp;gt;
    &amp;lt;seed&amp;gt;splunkd&amp;lt;/seed&amp;gt;
    &amp;lt;suffix&amp;gt;*&amp;lt;/suffix&amp;gt;
  &amp;lt;/input&amp;gt;

  &amp;lt;!-- Add default TimePicker --&amp;gt;
  &amp;lt;input type="time" /&amp;gt;





&amp;lt;table&amp;gt;

  &amp;lt;searchString&amp;gt;error&amp;lt;/searchString&amp;gt;
  &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;

&amp;lt;/table&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Apr 2015 19:39:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/on-Splunk-5-0/m-p/141073#M28900</guid>
      <dc:creator>KShen</dc:creator>
      <dc:date>2015-04-10T19:39:10Z</dc:date>
    </item>
  </channel>
</rss>

