<?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 disable automatic sorting in table in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25032#M22003</link>
    <description>&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;yoursearchhere
| sort _time
| table field1 field2 field3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, I am not sure that I really undersand the question. It would be better to see your actual search.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2013 08:33:53 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2013-02-08T08:33:53Z</dc:date>
    <item>
      <title>How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25031#M22002</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
i have a table displaying log messages alone and their timestamp is same as they have only micro milliseconds difference in their occurrence, in the table the lo details are sorted according to the alphabetic order of the log details, i want it as it is in the log file.. How can i do this?&lt;BR /&gt;
Please help&lt;BR /&gt;
Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 08:29:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25031#M22002</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2013-02-08T08:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25032#M22003</link>
      <description>&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;yoursearchhere
| sort _time
| table field1 field2 field3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, I am not sure that I really undersand the question. It would be better to see your actual search.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 08:33:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25032#M22003</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-02-08T08:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25033#M22004</link>
      <description>&lt;P&gt;Yes, or perhaps to tell us how it appears in the log file so we actually understand how you want it to look &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt; Its pretty hard to replicate it without knowing! Although Lguinn is probably bang on the money with a sort by time&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 08:48:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25033#M22004</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-02-08T08:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25034#M22005</link>
      <description>&lt;P&gt;this is my search lguinn&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE&gt; index=main source=file.txt|transaction startswith=START endswith=END maxevents=10000 |fields log_details |mvexpand log_details |join  log_details [search index=main source=file.txt ]|table _time severity msg_code log_details |fields - _raw |sort _time&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:16:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25034#M22005</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2020-09-28T13:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25035#M22006</link>
      <description>&lt;P&gt;and how does it appear in the log file?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 09:07:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25035#M22006</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-02-08T09:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25036#M22007</link>
      <description>&lt;P&gt;nearly 15 logs with same timestamp.. it will be like&lt;BR /&gt;
2011-12-13 10:12:12 :ERROR: Target connection group #1 consists of target error&lt;BR /&gt;
2011-12-13 10:12:12 :INFO :Writer initialization complete.&lt;BR /&gt;
2011-12-13 10:12:12 :ERROR :DTM log error&lt;BR /&gt;
2011-12-13 10:12:12 :INFO :Writer run started.&lt;BR /&gt;
and the output table is like&lt;BR /&gt;
2011-12-13 10:12:12 :ERROR :DTM log error&lt;BR /&gt;
2011-12-13 10:12:12 :INFO :Writer initialization complete.&lt;BR /&gt;
2011-12-13 10:12:12 :INFO :Writer initialization complete.&lt;BR /&gt;
2011-12-13 10:12:12 :ERROR: Target connection group #1 consists of target error&lt;BR /&gt;
Please help&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 09:16:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25036#M22007</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2013-02-08T09:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25037#M22008</link>
      <description>&lt;P&gt;Perhaps try changing the sort _time to...&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| eval indextime=_indextime | sort indextime&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This "may" work better than _time, if not you're just going to have to increase the timestamping on your logs as there is no guarantee it arrives in Splunk in the same order, thus Splunk doesn't know the original order in the log.&lt;/P&gt;

&lt;P&gt;DISCLAIMER:&lt;/P&gt;

&lt;P&gt;This obviously won't work if you have historical events or any other funny time related business going on.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 09:30:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25037#M22008</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-02-08T09:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25038#M22009</link>
      <description>&lt;P&gt;its not working :'(.. it is not a real time dashboard, i am uploading my logs and then searching on it..&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 09:44:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25038#M22009</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2013-02-08T09:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25039#M22010</link>
      <description>&lt;P&gt;The issue is that without finer detail in the timestamp there isn't really any way to ensure it appears as it does in the log. Can you increase the timestamping?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 10:02:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25039#M22010</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-02-08T10:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25040#M22011</link>
      <description>&lt;P&gt;it need to change the entire setpu of the product, i dont think it can be done :'(&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 11:43:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25040#M22011</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2013-02-08T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable automatic sorting in table</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25041#M22012</link>
      <description>&lt;P&gt;Any other go?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 05:22:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-disable-automatic-sorting-in-table/m-p/25041#M22012</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2013-02-11T05:22:50Z</dc:date>
    </item>
  </channel>
</rss>

