<?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 write a regular expression to list out events with a date in the format dd-mm-yyyy? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-regular-expression-to-list-out-events-with-a-date/m-p/261900#M78639</link>
    <description>&lt;P&gt;\d\d-\d\d-\d\d\d\d&lt;/P&gt;

&lt;P&gt;But I take it you want to then convert this to a timestamp or index this with correct timestamps.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2016 20:54:09 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2016-08-30T20:54:09Z</dc:date>
    <item>
      <title>How to write a regular expression to list out events with a date in the format dd-mm-yyyy?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-regular-expression-to-list-out-events-with-a-date/m-p/261897#M78636</link>
      <description>&lt;P&gt;How do I write the regex to list out the events with dd-mm-yyyy ?&lt;/P&gt;

&lt;P&gt;where &lt;BR /&gt;
dd-days&lt;BR /&gt;
mm-month &lt;BR /&gt;
yyyy-year&lt;/P&gt;

&lt;P&gt;all are digits.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 20:32:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-regular-expression-to-list-out-events-with-a-date/m-p/261897#M78636</guid>
      <dc:creator>pavanae</dc:creator>
      <dc:date>2016-08-30T20:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a regular expression to list out events with a date in the format dd-mm-yyyy?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-regular-expression-to-list-out-events-with-a-date/m-p/261898#M78637</link>
      <description>&lt;P&gt;Can you share some events? &lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 20:34:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-regular-expression-to-list-out-events-with-a-date/m-p/261898#M78637</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-30T20:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a regular expression to list out events with a date in the format dd-mm-yyyy?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-regular-expression-to-list-out-events-with-a-date/m-p/261899#M78638</link>
      <description>&lt;P&gt;Perhaps this will get you started.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo | regex "\d\d-\d\d-\d{4}" | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Aug 2016 20:50:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-regular-expression-to-list-out-events-with-a-date/m-p/261899#M78638</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-08-30T20:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a regular expression to list out events with a date in the format dd-mm-yyyy?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-regular-expression-to-list-out-events-with-a-date/m-p/261900#M78639</link>
      <description>&lt;P&gt;\d\d-\d\d-\d\d\d\d&lt;/P&gt;

&lt;P&gt;But I take it you want to then convert this to a timestamp or index this with correct timestamps.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 20:54:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-regular-expression-to-list-out-events-with-a-date/m-p/261900#M78639</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-08-30T20:54:09Z</dc:date>
    </item>
  </channel>
</rss>

