<?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: Custom timestamp parsing in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658189#M111345</link>
    <description>&lt;P&gt;I had already tried that as well but with no luck.&amp;nbsp; It has to be something else that I missing.&amp;nbsp; Thanks for replying though.&amp;nbsp; &amp;nbsp;If I figure it out, I'll post an update here.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2023 20:07:45 GMT</pubDate>
    <dc:creator>the_sigma</dc:creator>
    <dc:date>2023-09-20T20:07:45Z</dc:date>
    <item>
      <title>How to do custom timestamp parsing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658163#M111340</link>
      <description>&lt;P&gt;I'm looking to use the following as my timestamp.&amp;nbsp; What should I use in props as my timestamp format and timestamp prefix.&lt;BR /&gt;&lt;SPAN&gt;[20230718:001541.421] : [WARN ]&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 18:13:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658163#M111340</guid>
      <dc:creator>the_sigma</dc:creator>
      <dc:date>2023-09-22T18:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom timestamp parsing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658164#M111341</link>
      <description>&lt;P&gt;Assuming that represents 18 July 23 00:15:41.421 then the format string would be &lt;FONT face="courier new,courier"&gt;%Y%m%d:%H%M%S.%3N&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 17:03:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658164#M111341</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-09-20T17:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom timestamp parsing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658172#M111343</link>
      <description>&lt;P&gt;I tried your string in the datapreview screen.&amp;nbsp; I placed it in the timestamp format field.&amp;nbsp; I used&amp;nbsp;\d{8}\:\d{6}\.\d{3} as the prefix put I'm still getting timestamp=none&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 17:27:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658172#M111343</guid>
      <dc:creator>the_sigma</dc:creator>
      <dc:date>2023-09-20T17:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom timestamp parsing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658180#M111344</link>
      <description>&lt;P&gt;The prefix is the part that comes *before* the timestamp string and must not describe the timestamp string itself.&amp;nbsp; The prefix for the sample event would be &lt;FONT face="courier new,courier"&gt;^[&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 18:08:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658180#M111344</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-09-20T18:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom timestamp parsing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658189#M111345</link>
      <description>&lt;P&gt;I had already tried that as well but with no luck.&amp;nbsp; It has to be something else that I missing.&amp;nbsp; Thanks for replying though.&amp;nbsp; &amp;nbsp;If I figure it out, I'll post an update here.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 20:07:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658189#M111345</guid>
      <dc:creator>the_sigma</dc:creator>
      <dc:date>2023-09-20T20:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom timestamp parsing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658228#M111350</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260755"&gt;@the_sigma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if the timestamp it's at the beginning of the event, you could try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TIME_PREFIX = ^\[
TIME_FORMAT = %Y%m%d:%H%M%S.%3N&lt;/LI-CODE&gt;&lt;P&gt;If it isn't at the end of the event, please share some sample of your events, eventually masked, but with the same structure.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 07:11:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-do-custom-timestamp-parsing/m-p/658228#M111350</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-21T07:11:36Z</dc:date>
    </item>
  </channel>
</rss>

