<?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 How to find a word using last part of the word from a file in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-a-word-using-last-part-of-the-word-from-a-file/m-p/89291#M22911</link>
    <description>&lt;P&gt;exception is java.Exception&lt;BR /&gt;
exception is java.sql.Exception&lt;BR /&gt;
exception is java.sql.SQLException&lt;BR /&gt;
exception is java.sql.UmatchedException&lt;BR /&gt;
exception is java.sql.UpdateException&lt;BR /&gt;
and so on&lt;/P&gt;

&lt;P&gt;This is a content of the file iam working with.I am looking for some unique search query to find out the only Exceptions those having name like(UmatchedException)not just the word Exception.please help me...&lt;/P&gt;</description>
    <pubDate>Mon, 12 Mar 2012 06:21:55 GMT</pubDate>
    <dc:creator>john</dc:creator>
    <dc:date>2012-03-12T06:21:55Z</dc:date>
    <item>
      <title>How to find a word using last part of the word from a file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-a-word-using-last-part-of-the-word-from-a-file/m-p/89291#M22911</link>
      <description>&lt;P&gt;exception is java.Exception&lt;BR /&gt;
exception is java.sql.Exception&lt;BR /&gt;
exception is java.sql.SQLException&lt;BR /&gt;
exception is java.sql.UmatchedException&lt;BR /&gt;
exception is java.sql.UpdateException&lt;BR /&gt;
and so on&lt;/P&gt;

&lt;P&gt;This is a content of the file iam working with.I am looking for some unique search query to find out the only Exceptions those having name like(UmatchedException)not just the word Exception.please help me...&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2012 06:21:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-a-word-using-last-part-of-the-word-from-a-file/m-p/89291#M22911</guid>
      <dc:creator>john</dc:creator>
      <dc:date>2012-03-12T06:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a word using last part of the word from a file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-a-word-using-last-part-of-the-word-from-a-file/m-p/89292#M22912</link>
      <description>&lt;P&gt;Try something like this in your splunk search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rex field=_raw "exception is (?:\w+\.)+(?&amp;lt;exception_name&amp;gt;\w+Exception)" &amp;nbsp;| stats count by exception_name
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Mar 2012 07:05:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-a-word-using-last-part-of-the-word-from-a-file/m-p/89292#M22912</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-03-12T07:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a word using last part of the word from a file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-a-word-using-last-part-of-the-word-from-a-file/m-p/89293#M22913</link>
      <description>&lt;P&gt;Thanks Damien its working....................&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2012 09:32:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-a-word-using-last-part-of-the-word-from-a-file/m-p/89293#M22913</guid>
      <dc:creator>john</dc:creator>
      <dc:date>2012-03-12T09:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a word using last part of the word from a file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-a-word-using-last-part-of-the-word-from-a-file/m-p/89294#M22914</link>
      <description>&lt;P&gt;Nice. Don't forget to "accept" the answer !&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2012 09:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-a-word-using-last-part-of-the-word-from-a-file/m-p/89294#M22914</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-03-12T09:36:52Z</dc:date>
    </item>
  </channel>
</rss>

