<?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 Help with Regex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-with-Regex/m-p/216578#M63566</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;How can I extract the "TCP_MISS/200" and "TCP_MISS_SSL/200" or similar from the event below?&lt;/P&gt;

&lt;P&gt;1466609862.644 109 1.2.3.55 TCP_MISS/200 387 POST &lt;A href="http://sdsd.com/put" target="_blank"&gt;http://sdsd.com/put&lt;/A&gt; "&lt;A href="mailto:user@dd.com" target="_blank"&gt;user@dd.com&lt;/A&gt;" ...........&lt;/P&gt;

&lt;P&gt;1466609862.632 17096 2.3.4.167 TCP_MISS_SSL/200 1036 GET https://..................&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:59:32 GMT</pubDate>
    <dc:creator>kiran331</dc:creator>
    <dc:date>2020-09-29T09:59:32Z</dc:date>
    <item>
      <title>Help with Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-Regex/m-p/216578#M63566</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;How can I extract the "TCP_MISS/200" and "TCP_MISS_SSL/200" or similar from the event below?&lt;/P&gt;

&lt;P&gt;1466609862.644 109 1.2.3.55 TCP_MISS/200 387 POST &lt;A href="http://sdsd.com/put" target="_blank"&gt;http://sdsd.com/put&lt;/A&gt; "&lt;A href="mailto:user@dd.com" target="_blank"&gt;user@dd.com&lt;/A&gt;" ...........&lt;/P&gt;

&lt;P&gt;1466609862.632 17096 2.3.4.167 TCP_MISS_SSL/200 1036 GET https://..................&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-Regex/m-p/216578#M63566</guid>
      <dc:creator>kiran331</dc:creator>
      <dc:date>2020-09-29T09:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-Regex/m-p/216579#M63567</link>
      <description>&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rex "(?&amp;lt;field&amp;gt;TCP[^\s]+)" | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Jun 2016 15:52:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-Regex/m-p/216579#M63567</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-06-22T15:52:53Z</dc:date>
    </item>
  </channel>
</rss>

