<?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: What is the regular expression to extract &amp;quot;java.net.SocketTimeoutException: Read timed out&amp;quot; from my raw event? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286574#M86788</link>
    <description>&lt;P&gt;in the same event i have one more &lt;BR /&gt;
"msgContentType":"Exception occured Retirement Audit Rest service"&lt;/P&gt;

&lt;P&gt;it is retriving "Exception occured Retirement Audit Rest service"&lt;/P&gt;

&lt;P&gt;whai need is "java.net.SocketTimeoutException: Read timed out"&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2017 15:50:21 GMT</pubDate>
    <dc:creator>sravankaripe</dc:creator>
    <dc:date>2017-02-06T15:50:21Z</dc:date>
    <item>
      <title>What is the regular expression to extract "java.net.SocketTimeoutException: Read timed out" from my raw event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286572#M86786</link>
      <description>&lt;P&gt;please help me with rex&lt;BR /&gt;
i want to retrieve &lt;CODE&gt;java.net.SocketTimeoutException: Read timed out&lt;/CODE&gt; from below _raw&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"msgContentType":"java.net.SocketTimeoutException: Read timed out"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Feb 2017 15:35:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286572#M86786</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-02-06T15:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract "java.net.SocketTimeoutException: Read timed out" from my raw event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286573#M86787</link>
      <description>&lt;P&gt;Hi sravankaripe&lt;BR /&gt;
try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;\"msgContentType\"\:\"(?&amp;lt;your_field&amp;gt;[^\"]*)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;see at &lt;A href="https://regex101.com/r/eNg0P0/1"&gt;https://regex101.com/r/eNg0P0/1&lt;/A&gt;&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 15:41:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286573#M86787</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-02-06T15:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract "java.net.SocketTimeoutException: Read timed out" from my raw event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286574#M86788</link>
      <description>&lt;P&gt;in the same event i have one more &lt;BR /&gt;
"msgContentType":"Exception occured Retirement Audit Rest service"&lt;/P&gt;

&lt;P&gt;it is retriving "Exception occured Retirement Audit Rest service"&lt;/P&gt;

&lt;P&gt;whai need is "java.net.SocketTimeoutException: Read timed out"&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 15:50:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286574#M86788</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-02-06T15:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract "java.net.SocketTimeoutException: Read timed out" from my raw event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286575#M86789</link>
      <description>&lt;P&gt;what* need is "java.net.SocketTimeoutException: Read timed out"&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 15:51:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286575#M86789</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-02-06T15:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract "java.net.SocketTimeoutException: Read timed out" from my raw event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286576#M86790</link>
      <description>&lt;P&gt;try this&lt;BR /&gt;
\"msgContentType\":\"(?java[^\"]*)&lt;BR /&gt;
see &lt;A href="https://regex101.com/r/eNg0P0/2"&gt;https://regex101.com/r/eNg0P0/2&lt;/A&gt;&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 16:01:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286576#M86790</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-02-06T16:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract "java.net.SocketTimeoutException: Read timed out" from my raw event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286577#M86791</link>
      <description>&lt;P&gt;sry not working&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 16:28:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286577#M86791</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-02-06T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract "java.net.SocketTimeoutException: Read timed out" from my raw event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286578#M86792</link>
      <description>&lt;P&gt;Can you share some example of your logs, to detail the regex?&lt;BR /&gt;
because as you can see in regex101 it seems to work..&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 16:31:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286578#M86792</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-02-06T16:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract "java.net.SocketTimeoutException: Read timed out" from my raw event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286579#M86793</link>
      <description>&lt;P&gt;i have one more content in same event.&lt;BR /&gt;
i think will it helps you i think to retrive &lt;BR /&gt;
 java.net.SocketTimeoutException: Read timed out&lt;/P&gt;

&lt;P&gt;"msgQueryString":"com.wm.app.b2b.server.ServiceException: java.net.SocketTimeoutException: Read timed out\n\&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 16:35:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286579#M86793</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-02-06T16:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract "java.net.SocketTimeoutException: Read timed out" from my raw event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286580#M86794</link>
      <description>&lt;P&gt;try now&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;\"[^\"]*\"\:\".*\s(?&amp;lt;your_field&amp;gt;java[^\"]*)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;see &lt;A href="https://regex101.com/r/eNg0P0/3"&gt;https://regex101.com/r/eNg0P0/3&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 16:42:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286580#M86794</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-02-06T16:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract "java.net.SocketTimeoutException: Read timed out" from my raw event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286581#M86795</link>
      <description>&lt;P&gt;got it thanks&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 16:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-quot-java-net/m-p/286581#M86795</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-02-06T16:44:08Z</dc:date>
    </item>
  </channel>
</rss>

