<?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: X-axis time range in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113256#M29783</link>
    <description>&lt;P&gt;I ran same example you given and its showing upto now. Is there any configuration behind this ? I am using SPLUNK 6.1 version.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2014 12:34:50 GMT</pubDate>
    <dc:creator>rameshlpatel</dc:creator>
    <dc:date>2014-06-23T12:34:50Z</dc:date>
    <item>
      <title>X-axis time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113250#M29777</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have timechart graph and i am showing that for the day. like Today, Yesterday etc. &lt;/P&gt;

&lt;P&gt;Here problem is when I am seeing chart for today at time of 6 AM then its showing only 6 hrs X -axis line and its growing when time passed. &lt;/P&gt;

&lt;P&gt;Here I need whole 24 hrs in X-axis without considering at what time I am seeing for the day.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:36:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113250#M29777</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-06-20T13:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: X-axis time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113251#M29778</link>
      <description>&lt;P&gt;Let your search run from &lt;CODE&gt;@d&lt;/CODE&gt; to &lt;CODE&gt;@d+d&lt;/CODE&gt; instead of using &lt;CODE&gt;Today&lt;/CODE&gt; which only runs until &lt;CODE&gt;now&lt;/CODE&gt;. That way your search will cover 24 hours and the &lt;CODE&gt;timechart&lt;/CODE&gt; will display the entire day.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:40:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113251#M29778</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-06-20T14:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: X-axis time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113252#M29779</link>
      <description>&lt;P&gt;Should I have to add @d+d instead of 'now' ?  If Yes then I am getting message as  'Earliest Time can be greater then Latest'.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:53:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113252#M29779</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-06-20T14:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: X-axis time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113253#M29780</link>
      <description>&lt;P&gt;Yeah... if you get that message then you may have mixed up the two. Earliest should be &lt;CODE&gt;@d&lt;/CODE&gt; (00:00 today), and latest should be &lt;CODE&gt;@d+d&lt;/CODE&gt; (00:00 tomorrow / "24:00" today).&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113253#M29780</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-06-20T15:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: X-axis time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113254#M29781</link>
      <description>&lt;P&gt;Still in X axis _time showing upto current time.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:54:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113254#M29781</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-06-20T15:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: X-axis time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113255#M29782</link>
      <description>&lt;P&gt;Works for me:&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/Clipboard03.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;Local time is a bit past 6pm, the chart shows empty all the way until midnight.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 16:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113255#M29782</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-06-20T16:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: X-axis time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113256#M29783</link>
      <description>&lt;P&gt;I ran same example you given and its showing upto now. Is there any configuration behind this ? I am using SPLUNK 6.1 version.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 12:34:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/X-axis-time-range/m-p/113256#M29783</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-06-23T12:34:50Z</dc:date>
    </item>
  </channel>
</rss>

