<?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 Invalid Earliest_time in Splunk dashboard in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Invalid-Earliest-time-in-Splunk-dashboard/m-p/170454#M48764</link>
    <description>&lt;P&gt;I am trying to make a dashboard with a custom time by editing the XML and giving the time in &lt;EARLIESTTIME&gt; tag. I have tried all possible time formats as given in the document but everytime i am getting an error "Invalid earliest_time".&lt;BR /&gt;
I have given the sample of the xml below. &lt;/EARLIESTTIME&gt;&lt;/P&gt;

&lt;P&gt;&lt;DASHBOARD&gt;&lt;BR /&gt;
  &lt;LABEL&gt;Performance&lt;/LABEL&gt;&lt;BR /&gt;
  &lt;ROW&gt;&lt;BR /&gt;
    &lt;TABLE&gt;&lt;BR /&gt;
      &lt;SEARCHSTRING&gt;Search String&lt;/SEARCHSTRING&gt;&lt;BR /&gt;
      &lt;TITLE&gt;Dashboard Title&lt;/TITLE&gt;&lt;BR /&gt;
      &lt;EARLIESTTIME&gt;5/11/2013:20:00:00&lt;/EARLIESTTIME&gt;&lt;BR /&gt;
      &lt;LATESTTIME&gt;12/11/2013:20:00:00&lt;/LATESTTIME&gt;&lt;BR /&gt;
    &lt;/TABLE&gt;&lt;BR /&gt;
  &lt;/ROW&gt;&lt;BR /&gt;
&lt;/DASHBOARD&gt;&lt;/P&gt;

&lt;P&gt;Any help is appreciated.&lt;/P&gt;

&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2014 06:55:28 GMT</pubDate>
    <dc:creator>shaileshv02</dc:creator>
    <dc:date>2014-08-05T06:55:28Z</dc:date>
    <item>
      <title>Invalid Earliest_time in Splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Invalid-Earliest-time-in-Splunk-dashboard/m-p/170454#M48764</link>
      <description>&lt;P&gt;I am trying to make a dashboard with a custom time by editing the XML and giving the time in &lt;EARLIESTTIME&gt; tag. I have tried all possible time formats as given in the document but everytime i am getting an error "Invalid earliest_time".&lt;BR /&gt;
I have given the sample of the xml below. &lt;/EARLIESTTIME&gt;&lt;/P&gt;

&lt;P&gt;&lt;DASHBOARD&gt;&lt;BR /&gt;
  &lt;LABEL&gt;Performance&lt;/LABEL&gt;&lt;BR /&gt;
  &lt;ROW&gt;&lt;BR /&gt;
    &lt;TABLE&gt;&lt;BR /&gt;
      &lt;SEARCHSTRING&gt;Search String&lt;/SEARCHSTRING&gt;&lt;BR /&gt;
      &lt;TITLE&gt;Dashboard Title&lt;/TITLE&gt;&lt;BR /&gt;
      &lt;EARLIESTTIME&gt;5/11/2013:20:00:00&lt;/EARLIESTTIME&gt;&lt;BR /&gt;
      &lt;LATESTTIME&gt;12/11/2013:20:00:00&lt;/LATESTTIME&gt;&lt;BR /&gt;
    &lt;/TABLE&gt;&lt;BR /&gt;
  &lt;/ROW&gt;&lt;BR /&gt;
&lt;/DASHBOARD&gt;&lt;/P&gt;

&lt;P&gt;Any help is appreciated.&lt;/P&gt;

&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2014 06:55:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Invalid-Earliest-time-in-Splunk-dashboard/m-p/170454#M48764</guid>
      <dc:creator>shaileshv02</dc:creator>
      <dc:date>2014-08-05T06:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Earliest_time in Splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Invalid-Earliest-time-in-Splunk-dashboard/m-p/170455#M48765</link>
      <description>&lt;P&gt;In XML You can specify the time as relative time or absolute time. For absolute time it should be in epoch format. &lt;/P&gt;

&lt;P&gt;Check this link. &lt;A href="http://"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Viz/PanelreferenceforSimplifiedXML#earliestTime&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For relative time modifiers check section &lt;STRONG&gt;Specify relative time ranges in your search&lt;/STRONG&gt; in &lt;A href="http://"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Search/Specifytimemodifiersinyoursearch&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2014 10:28:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Invalid-Earliest-time-in-Splunk-dashboard/m-p/170455#M48765</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-05T10:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Earliest_time in Splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Invalid-Earliest-time-in-Splunk-dashboard/m-p/170456#M48766</link>
      <description>&lt;P&gt;In poking through the returned data - when it did work it looks like the format should be.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;YYYY-MM-DDTHH:MM:SS
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Example:  &lt;CODE&gt;2015-05-02T07:30:00&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You can also append your timezone at the end as well.  Really this is &lt;STRONG&gt;&lt;EM&gt;way harder&lt;/EM&gt;&lt;/STRONG&gt; than it should be.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2015 19:48:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Invalid-Earliest-time-in-Splunk-dashboard/m-p/170456#M48766</guid>
      <dc:creator>sklass</dc:creator>
      <dc:date>2015-05-14T19:48:52Z</dc:date>
    </item>
  </channel>
</rss>

