<?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 Regex need help here! in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52466#M12755</link>
    <description>&lt;P&gt;For the record, the format strings you define for parsing timestamps are not regular expressions, they're strptime/strftime format specifiers.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2013 08:49:35 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2013-03-06T08:49:35Z</dc:date>
    <item>
      <title>Timestamp Regex need help here!</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52462#M12751</link>
      <description>&lt;P&gt;Good Day Splunkers&lt;/P&gt;

&lt;P&gt;Can you help me to define this in regex format?? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Sat Mar  2 01:02:02 2013 +08:00
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2013 03:18:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52462#M12751</guid>
      <dc:creator>christantoy</dc:creator>
      <dc:date>2013-03-06T03:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Regex need help here!</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52463#M12752</link>
      <description>&lt;P&gt;What are you trying to accomplish here?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2013 03:40:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52463#M12752</guid>
      <dc:creator>emiller42</dc:creator>
      <dc:date>2013-03-06T03:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Regex need help here!</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52464#M12753</link>
      <description>&lt;P&gt;To set a new timestamp for my data instead of default splunk timestamp&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2013 05:21:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52464#M12753</guid>
      <dc:creator>christantoy</dc:creator>
      <dc:date>2013-03-06T05:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Regex need help here!</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52465#M12754</link>
      <description>&lt;P&gt;here is what you need : &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Commontimeformatvariables"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Commontimeformatvariables&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;for your example, it should look in the sourcetype definition like :&lt;BR /&gt;
&lt;CODE&gt;TIMEFORMAT=%a %b %e %H:%M:%S %Y %Z&lt;/CODE&gt;&lt;BR /&gt;
please try on the data input preview to confirm.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2013 05:48:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52465#M12754</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-03-06T05:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Regex need help here!</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52466#M12755</link>
      <description>&lt;P&gt;For the record, the format strings you define for parsing timestamps are not regular expressions, they're strptime/strftime format specifiers.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2013 08:49:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52466#M12755</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-03-06T08:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Regex need help here!</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52467#M12756</link>
      <description>&lt;P&gt;Yes your right Ayn... it's strptime/strime... it working now thanks a lot for the support...&lt;/P&gt;

&lt;P&gt;Take care alway....&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2013 09:18:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52467#M12756</guid>
      <dc:creator>christantoy</dc:creator>
      <dc:date>2013-03-06T09:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Regex need help here!</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52468#M12757</link>
      <description>&lt;P&gt;Although I would add "why do you need to specify this?" Splunk is remarkably good at figuring out timestamps and this one is not hard. Splunk really shouldn't need you to specify anything - it can automatically handle this!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2013 09:32:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timestamp-Regex-need-help-here/m-p/52468#M12757</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-03-06T09:32:20Z</dc:date>
    </item>
  </channel>
</rss>

