<?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 timestamp in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653022#M110799</link>
    <description>&lt;P&gt;i have a problem with the timestamp when i parsing the data, i want the date to start with 28/04/2023 and end with 03/05/2023 but it start with 30/04 then 29/04 and end with 28/04, who can i start the data with 28/04 and not 30/04&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 09:05:20 GMT</pubDate>
    <dc:creator>lorscardala985</dc:creator>
    <dc:date>2023-08-03T09:05:20Z</dc:date>
    <item>
      <title>timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653022#M110799</link>
      <description>&lt;P&gt;i have a problem with the timestamp when i parsing the data, i want the date to start with 28/04/2023 and end with 03/05/2023 but it start with 30/04 then 29/04 and end with 28/04, who can i start the data with 28/04 and not 30/04&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 09:05:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653022#M110799</guid>
      <dc:creator>lorscardala985</dc:creator>
      <dc:date>2023-08-03T09:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653023#M110800</link>
      <description>&lt;P&gt;It sounds like the timerange for your search is not correct - how are you setting this?&lt;/P&gt;&lt;P&gt;Also, event usually come back in reverse chronological order (latest first). You can reverse the order with the reverse command or sort command (using _time as the sort variable).&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 09:09:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653023#M110800</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-08-03T09:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653030#M110801</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258387"&gt;@lorscardala985&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;are you speaking of the parsing phase or the search outputs ?&lt;/P&gt;&lt;P&gt;if in the parsing phase, the date is extracted from the log so there isn't a starting or ending date.&lt;/P&gt;&lt;P&gt;If you're speaking of the search output, you can change the sorting order using the sort command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_search&amp;gt;
| sort _time
| table ...&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 09:28:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653030#M110801</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-03T09:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653031#M110802</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sc.png" style="width: 342px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26620i933D299367700019/image-size/large?v=v2&amp;amp;px=999" role="button" title="sc.png" alt="sc.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="search4.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26621iA855A916447A9106/image-size/large?v=v2&amp;amp;px=999" role="button" title="search4.png" alt="search4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this are my sourcetype and the problem with the date&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 09:29:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653031#M110802</guid>
      <dc:creator>lorscardala985</dc:creator>
      <dc:date>2023-08-03T09:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653037#M110803</link>
      <description>&lt;P&gt;This issue doesn't appear to be with the dates per se, it is that the x-axis is sorted lexicographically (alphabetically) - either change your date format to YYYY/MM/DD or change the search so that the results are sorted by ascend time order.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 09:49:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/timestamp/m-p/653037#M110803</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-08-03T09:49:36Z</dc:date>
    </item>
  </channel>
</rss>

