<?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: Timestamp separeted by many field/character in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96266#M20063</link>
    <description>&lt;P&gt;what does your props.conf file for the sourcetype look like? MAX_TIMESTAMP_LOOKHEAD is 150 char, but you event doesnt pass that limit.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:21:40 GMT</pubDate>
    <dc:creator>bmacias84</dc:creator>
    <dc:date>2020-09-28T14:21:40Z</dc:date>
    <item>
      <title>Timestamp separeted by many field/character</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96263#M20060</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;
I'm trying to extract a timestamp from a log like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"0123456" "01/02/2000" "XxXxXx" "YyYyY" "ZzZzZ" "1" "12:00"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(letters' number is undefined)&lt;/P&gt;

&lt;P&gt;By default Splunk recognize all "01/02/2000" "XxXxXx" "YyYyY" "ZzZzZ" "1" "12:00" as a timestamp.&lt;/P&gt;

&lt;P&gt;I tried to use &lt;CODE&gt;%d/%m/%Y\D+\d"%H:%M&lt;/CODE&gt; inside the manager but it doesn't work.&lt;BR /&gt;
Any idea?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2013 09:20:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96263#M20060</guid>
      <dc:creator>emaccaferri</dc:creator>
      <dc:date>2013-07-16T09:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp separeted by many field/character</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96264#M20061</link>
      <description>&lt;P&gt;So are you trying to say that - from your example data - you would want to extract the final value "01/02/2000 12:00"?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2013 16:55:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96264#M20061</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2013-07-16T16:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp separeted by many field/character</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96265#M20062</link>
      <description>&lt;P&gt;This should be along the lines you want, if I understand the question correctly:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{search} | rex "(?&amp;lt;fdate&amp;gt;\d{2}/\d{2}/\d{4}).*(?&amp;lt;ftime&amp;gt;\d{2}:\d{2})" | eval dateandtime=fdate." ".ftime | table dateandtime
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jul 2013 17:15:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96265#M20062</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2013-07-16T17:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp separeted by many field/character</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96266#M20063</link>
      <description>&lt;P&gt;what does your props.conf file for the sourcetype look like? MAX_TIMESTAMP_LOOKHEAD is 150 char, but you event doesnt pass that limit.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:21:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96266#M20063</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2020-09-28T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp separeted by many field/character</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96267#M20064</link>
      <description>&lt;P&gt;Another ideas would be to would be to overide the MetaData using a transform. How familar are you with transforms.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2013 17:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-separeted-by-many-field-character/m-p/96267#M20064</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2013-07-16T17:29:13Z</dc:date>
    </item>
  </channel>
</rss>

