<?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 Regex expression in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85787#M21903</link>
    <description>&lt;P&gt;really ur maverick...its worked....&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2013 11:49:36 GMT</pubDate>
    <dc:creator>Paul_tcs</dc:creator>
    <dc:date>2013-07-05T11:49:36Z</dc:date>
    <item>
      <title>how to write Regex expression</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85782#M21898</link>
      <description>&lt;P&gt;Hi xperts,&lt;/P&gt;

&lt;P&gt;Am new to splunk. I am uploading my data into the splunk. when i see the preview, it shows me all the events in the only line. i have the date 10:22:58 04/16/2013 as seprater. i want to break the line for new event after this type of time stamp. when i go through the kbs and articles, i found the term as regex..kindly help me how to write the regex with examples.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2013 11:29:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85782#M21898</guid>
      <dc:creator>Paul_tcs</dc:creator>
      <dc:date>2013-07-05T11:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to write Regex expression</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85783#M21899</link>
      <description>&lt;P&gt;Add a sample of data to make easier help you&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2013 11:30:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85783#M21899</guid>
      <dc:creator>gfuente</dc:creator>
      <dc:date>2013-07-05T11:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to write Regex expression</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85784#M21900</link>
      <description>&lt;P&gt;10:22:58 04/16/2013 alert&lt;BR /&gt;
 alert-type: SNMPTrap&lt;BR /&gt;
 alert-name: Unix_CPU_Composite_Normal&lt;BR /&gt;
 alert-failed: true&lt;BR /&gt;
 alert-message:  SiteScope/dbnk04p4/CPU &amp;amp; CPU Load/1/no items checked/10:22 AM 4/16/13&lt;BR /&gt;
 alert-monitor: CPU &amp;amp; CPU Load&lt;/P&gt;

&lt;P&gt;10:22:59 04/16/2013 alert&lt;BR /&gt;
 alert-type: SNMPTrap&lt;BR /&gt;
 alert-name: Memory_Normal&lt;BR /&gt;
 alert-failed: true&lt;BR /&gt;
 alert-message:  SiteScope/dbnk04p4/Memory/1/2% swap space used, 80280MB swap space free; 97% physical memory used, 882MB physical memory free/10:22 AM 4/16/13&lt;BR /&gt;
 alert-monitor: Memory&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:16:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85784#M21900</guid>
      <dc:creator>Paul_tcs</dc:creator>
      <dc:date>2020-09-28T14:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to write Regex expression</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85785#M21901</link>
      <description>&lt;P&gt;Here you go:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;\d{2}:\d{2}:\d{2}\s\d{2}/\d{2}/\d{4}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2013 11:44:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85785#M21901</guid>
      <dc:creator>gfuente</dc:creator>
      <dc:date>2013-07-05T11:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to write Regex expression</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85786#M21902</link>
      <description>&lt;P&gt;can uhelp me how to write this regex..&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2013 11:47:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85786#M21902</guid>
      <dc:creator>Paul_tcs</dc:creator>
      <dc:date>2013-07-05T11:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to write Regex expression</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85787#M21903</link>
      <description>&lt;P&gt;really ur maverick...its worked....&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2013 11:49:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-write-Regex-expression/m-p/85787#M21903</guid>
      <dc:creator>Paul_tcs</dc:creator>
      <dc:date>2013-07-05T11:49:36Z</dc:date>
    </item>
  </channel>
</rss>

