<?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: Devices with the most error in Security</title>
    <link>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63154#M13958</link>
    <description>&lt;P&gt;Can you provide a sample of your logs ?&lt;/P&gt;</description>
    <pubDate>Wed, 30 May 2012 03:45:39 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2012-05-30T03:45:39Z</dc:date>
    <item>
      <title>Devices with the most error</title>
      <link>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63153#M13957</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I am new to splunk and would like some help in displaying the top devices on my network that produces the most error. Can someone assist??&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2012 03:40:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63153#M13957</guid>
      <dc:creator>Starky</dc:creator>
      <dc:date>2012-05-30T03:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Devices with the most error</title>
      <link>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63154#M13958</link>
      <description>&lt;P&gt;Can you provide a sample of your logs ?&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2012 03:45:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63154#M13958</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-05-30T03:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Devices with the most error</title>
      <link>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63155#M13959</link>
      <description>&lt;P&gt;I want to see the cisco devices that has the most input/output errors over a 7 days period. The below is for one of my devices.&lt;/P&gt;

&lt;P&gt;Total Counters since 01/17/13 04:30 PM EST&lt;BR /&gt;
286663 input errors, 0 output errors&lt;BR /&gt;
0 input discards, 0 output discards&lt;BR /&gt;
11570 interface resets, 69 carrier transitions&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2012 12:49:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63155#M13959</guid>
      <dc:creator>Starky</dc:creator>
      <dc:date>2012-05-30T12:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Devices with the most error</title>
      <link>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63156#M13960</link>
      <description>&lt;P&gt;Your best bet would be to find your error events, and then create eventtypes for them. You would then be able to search for the eventtype, and get a count of the hosts. For example:&lt;/P&gt;

&lt;P&gt;index=firewall eventtype=fw_input_errors | stats count by host&lt;/P&gt;

&lt;P&gt;For the time period you can use the time picker, or add it to the search:&lt;/P&gt;

&lt;P&gt;earliest=-7d latest=now index=firewall eventtype=fw_input_errors | stats count by host&lt;/P&gt;

&lt;P&gt;More on eventtypes:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/knowledge/Defineeventtypes"&gt;http://docs.splunk.com/Documentation/Splunk/latest/knowledge/Defineeventtypes&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/eventtypesconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/eventtypesconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;HTH,&lt;/P&gt;

&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2012 13:06:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63156#M13960</guid>
      <dc:creator>dshpritz</dc:creator>
      <dc:date>2012-05-30T13:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Devices with the most error</title>
      <link>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63157#M13961</link>
      <description>&lt;P&gt;Thanks Dave.. But maybe becuase i am such a newb.. i am still lost.. I have about 100 cisco switches and routers across MPLS.. But i want to see the to 10 devices give the most errors over a 7 days period. I have a deadline i am trying to meet for Tuesday and i am really stuck.&lt;BR /&gt;
 Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2012 20:40:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63157#M13961</guid>
      <dc:creator>Starky</dc:creator>
      <dc:date>2012-05-31T20:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Devices with the most error</title>
      <link>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63158#M13962</link>
      <description>&lt;P&gt;Are you able to find the error events that you want to count in your data?&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2012 21:28:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Devices-with-the-most-error/m-p/63158#M13962</guid>
      <dc:creator>dshpritz</dc:creator>
      <dc:date>2012-05-31T21:28:32Z</dc:date>
    </item>
  </channel>
</rss>

