<?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: presenting logs in reverse order in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139162#M38227</link>
    <description>&lt;P&gt;There is no setting to changes the Splunk's default chronological order of showing events (most recent to oldest). You can use "reverse" command to show events in opposite order. &lt;/P&gt;

&lt;P&gt;See this&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/1691/how-to-reverse-the-order-of-displayed-events"&gt;http://answers.splunk.com/answers/1691/how-to-reverse-the-order-of-displayed-events&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jul 2014 14:21:20 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-07-11T14:21:20Z</dc:date>
    <item>
      <title>presenting logs in reverse order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139160#M38225</link>
      <description>&lt;P&gt;hI,&lt;/P&gt;

&lt;P&gt;The default mode for Splunk is to show the most recent activity first.  How can I show the logs from, say midnight to now, rather than now to midnight.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 14:13:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139160#M38225</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2014-07-11T14:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: presenting logs in reverse order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139161#M38226</link>
      <description>&lt;P&gt;Using REVERSE may do the job for you:&lt;/P&gt;

&lt;P&gt;&lt;YOUR search=""&gt; | reverse&lt;/YOUR&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 14:20:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139161#M38226</guid>
      <dc:creator>Jeff_Lightly_Sp</dc:creator>
      <dc:date>2014-07-11T14:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: presenting logs in reverse order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139162#M38227</link>
      <description>&lt;P&gt;There is no setting to changes the Splunk's default chronological order of showing events (most recent to oldest). You can use "reverse" command to show events in opposite order. &lt;/P&gt;

&lt;P&gt;See this&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/1691/how-to-reverse-the-order-of-displayed-events"&gt;http://answers.splunk.com/answers/1691/how-to-reverse-the-order-of-displayed-events&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 14:21:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139162#M38227</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-07-11T14:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: presenting logs in reverse order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139163#M38228</link>
      <description>&lt;P&gt;I have found that the reverse command gives unexpected results, specially when there are a lot of events returned. Therefore, I use the sort command on the _time field.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | sort +_time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Jul 2014 14:29:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139163#M38228</guid>
      <dc:creator>agodoy</dc:creator>
      <dc:date>2014-07-11T14:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: presenting logs in reverse order</title>
      <link>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139164#M38229</link>
      <description>&lt;P&gt;The only problem with sort is that it doesn't handle events with same timestamp well like reverse does. Otherwise if there won't be events with same timestamp or you don't care about the order in that case, sort _time can be used.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 14:48:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/presenting-logs-in-reverse-order/m-p/139164#M38229</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-07-11T14:48:13Z</dc:date>
    </item>
  </channel>
</rss>

