<?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 generate a search to find errors by type for my error log? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-errors-by-type-for-my-error-log/m-p/207174#M60404</link>
    <description>&lt;P&gt;Could you provide more information on your requirement here? You want to just filter the events which has error in formation &lt;CODE&gt;ERROR - &amp;lt;&amp;lt;errormessage&amp;gt;&amp;gt;&lt;/CODE&gt; ?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Dec 2016 21:58:56 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-12-27T21:58:56Z</dc:date>
    <item>
      <title>How to generate a search to find errors by type for my error log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-errors-by-type-for-my-error-log/m-p/207173#M60403</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;ERROR - *(somedata).
 FlatFile ERROR - 2649 BUSINESS_LOGIC 
 ERROR - More than 1 primary id found for the given offering  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;i wants to find errors type by some data  &lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 17:05:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-errors-by-type-for-my-error-log/m-p/207173#M60403</guid>
      <dc:creator>kirankotla</dc:creator>
      <dc:date>2016-12-27T17:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to find errors by type for my error log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-errors-by-type-for-my-error-log/m-p/207174#M60404</link>
      <description>&lt;P&gt;Could you provide more information on your requirement here? You want to just filter the events which has error in formation &lt;CODE&gt;ERROR - &amp;lt;&amp;lt;errormessage&amp;gt;&amp;gt;&lt;/CODE&gt; ?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 21:58:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-errors-by-type-for-my-error-log/m-p/207174#M60404</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-27T21:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to find errors by type for my error log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-errors-by-type-for-my-error-log/m-p/207175#M60405</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;
 All logs are bellow format ,i wants to chart over unique  errors ,and count of each error.&lt;BR /&gt;
ERROR - More than 1 primary id found for &lt;BR /&gt;
ERROR - 75785 BUSINESS_LOGIC The number&lt;BR /&gt;
ERROR - something&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 00:33:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-errors-by-type-for-my-error-log/m-p/207175#M60405</guid>
      <dc:creator>kirankotla</dc:creator>
      <dc:date>2016-12-28T00:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to find errors by type for my error log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-errors-by-type-for-my-error-log/m-p/207176#M60406</link>
      <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search (e.g. index=foo sourcetype=bar "ERROR") 
| rex "ERROR - (?&amp;lt;Error_Message&amp;gt;.+)" 
| stats count by Error_Message
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Dec 2016 01:58:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-errors-by-type-for-my-error-log/m-p/207176#M60406</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-28T01:58:33Z</dc:date>
    </item>
  </channel>
</rss>

