<?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: Can I get search script to filter only errpt errors? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128479#M34881</link>
    <description>&lt;P&gt;its issue with your logging of syslog as its getting re-indexed. You can check inputs and get that fixed though if you want to continue as it is and remove duplicates use : source="/var/adm/syslog/syslog.log" ERRLOGGER | dedup _raw&lt;/P&gt;</description>
    <pubDate>Sun, 28 Feb 2016 18:09:29 GMT</pubDate>
    <dc:creator>anilyelmar</dc:creator>
    <dc:date>2016-02-28T18:09:29Z</dc:date>
    <item>
      <title>Can I get search script to filter only errpt errors?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128475#M34877</link>
      <description>&lt;P&gt;I am getting below output when i am searching in syslog. I want to filter only Error Log messages given below.&lt;/P&gt;

&lt;P&gt;search :source="/var/adm/syslog/syslog.log"  | multikv |&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Time    Event
2/5/15 
4:09:15.000 PM  
Feb  5 16:09:15 bhx26 user:notice root: Msg from Error Log: --------------------------------------------------------------------------- LABEL: OPMSG IDENTIFIER: AA8AB241 Date/Time: Thu Feb 5 16:09:15 EST 2015 Sequence Number: 387 Machine Id: 00C463C74C00 Node Id: bhx26 Class: O Type: TEMP WPAR: Global Resource Name: OPERATOR Description OPERATOR NOTIFICATION User Causes ERRLOGGER COMMAND Recommended Actions REVIEW DETAILED DATA Detail Data MESSAGE FROM ERRLOGGER COMMAND this is a test 
host = Host name source = /var/adm/syslog/syslog.log sourcetype = syslog-2
2/5/15 
4:09:15.000 PM  
Feb  5 16:09:15 bhx26 user:notice root: Msg from Error Log: --------------------------------------------------------------------------- LABEL: OPMSG IDENTIFIER: AA8AB241 Date/Time: Thu Feb 5 16:09:15 EST 2015 Sequence Number: 387 Machine Id: 00C463C74C00 Node Id: bhx26 Class: O Type: TEMP WPAR: Global Resource Name: OPERATOR Description OPERATOR NOTIFICATION User Causes ERRLOGGER COMMAND Recommended Actions REVIEW DETAILED DATA Detail Data MESSAGE FROM ERRLOGGER COMMAND this is a test 
host = Host name source = /var/adm/syslog/syslog.log sourcetype = syslog-2
2/5/15 
4:09:03.000 PM  
Feb  5 16:09:03 bhx26 auth|security:debug sshd[14155806]: debug3: fd 8 is O_NONBLOCK
host = Host name source = /var/adm/syslog/syslog.log sourcetype = syslog-2
2/5/15 
4:09:03.000 PM  
Feb  5 16:09:03 bhx26 auth|security:debug sshd[14155806]: debug2: fd 11 setting O_NONBLOCK
host = Host name source = /var/adm/syslog/syslog.log sourcetype = syslog-2
2/5/15 
4:09:03.000 PM  
Feb  5 16:09:03 bhx26 auth|security:debug sshd[14155806]: debug2: channel 0: rfd 11 isatty
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Feb 2015 21:30:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128475#M34877</guid>
      <dc:creator>gsrikanth87</dc:creator>
      <dc:date>2015-02-05T21:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get search script to filter only errpt errors?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128476#M34878</link>
      <description>&lt;P&gt;Can you provide a mockup of what you would like to see?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 01:48:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128476#M34878</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2015-02-06T01:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get search script to filter only errpt errors?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128477#M34879</link>
      <description>&lt;P&gt;I think this will be a good start&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="/var/adm/syslog/syslog.log" ERRLOGGER
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Feb 2015 06:42:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128477#M34879</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-02-06T06:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get search script to filter only errpt errors?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128478#M34880</link>
      <description>&lt;P&gt;Yes, but I am getting 2 duplicate results for each error, &lt;/P&gt;

&lt;P&gt;Time    Event&lt;BR /&gt;
 2/5/15 &lt;BR /&gt;
 4:09:15.000 PM&lt;BR /&gt;&lt;BR /&gt;
 Feb  5 16:09:15 bhx26 user:notice root: Msg from Error Log: --------------------------------------------------------------------------- LABEL: OPMSG IDENTIFIER: AA8AB241 Date/Time: Thu Feb 5 16:09:15 EST 2015 Sequence Number: 387 Machine Id: 00C463C74C00 Node Id: bhx26 Class: O Type: TEMP WPAR: Global Resource Name: OPERATOR Description OPERATOR NOTIFICATION User Causes ERRLOGGER COMMAND Recommended Actions REVIEW DETAILED DATA Detail Data MESSAGE FROM ERRLOGGER COMMAND this is a test &lt;BR /&gt;
 host = Host name source = /var/adm/syslog/syslog.log sourcetype = syslog-2&lt;/P&gt;

&lt;P&gt;2/5/15 &lt;BR /&gt;
 4:09:15.000 PM&lt;BR /&gt;&lt;BR /&gt;
 Feb  5 16:09:15 bhx26 user:notice root: Msg from Error Log: --------------------------------------------------------------------------- LABEL: OPMSG IDENTIFIER: AA8AB241 Date/Time: Thu Feb 5 16:09:15 EST 2015 Sequence Number: 387 Machine Id: 00C463C74C00 Node Id: bhx26 Class: O Type: TEMP WPAR: Global Resource Name: OPERATOR Description OPERATOR NOTIFICATION User Causes ERRLOGGER COMMAND Recommended Actions REVIEW DETAILED DATA Detail Data MESSAGE FROM ERRLOGGER COMMAND this is a test &lt;BR /&gt;
 host = Host name source = /var/adm/syslog/syslog.log sourcetype = syslog-2&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 14:58:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128478#M34880</guid>
      <dc:creator>gsrikanth87</dc:creator>
      <dc:date>2015-02-06T14:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get search script to filter only errpt errors?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128479#M34881</link>
      <description>&lt;P&gt;its issue with your logging of syslog as its getting re-indexed. You can check inputs and get that fixed though if you want to continue as it is and remove duplicates use : source="/var/adm/syslog/syslog.log" ERRLOGGER | dedup _raw&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2016 18:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-get-search-script-to-filter-only-errpt-errors/m-p/128479#M34881</guid>
      <dc:creator>anilyelmar</dc:creator>
      <dc:date>2016-02-28T18:09:29Z</dc:date>
    </item>
  </channel>
</rss>

