<?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: Table ordered by OID occurrence count in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Table-ordered-by-OID-occurrence-count/m-p/146697#M40967</link>
    <description>&lt;P&gt;Simple and effective,&lt;BR /&gt;
thanks !&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2014 08:43:13 GMT</pubDate>
    <dc:creator>splunk_zen</dc:creator>
    <dc:date>2014-02-12T08:43:13Z</dc:date>
    <item>
      <title>Table ordered by OID occurrence count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-ordered-by-OID-occurrence-count/m-p/146694#M40964</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
what would be the SPL to return a table ordered by most common oid, server ?&lt;/P&gt;

&lt;P&gt;2014-02-11 17:09:23,855 ERROR SNMP get returned empty value: SWITCH-UAT-07 1.3.6.1.4.1.9.9.117.1.1.2.1.3.104000023&lt;BR /&gt;&lt;BR /&gt;
2014-02-11 16:06:01,655 ERROR SNMP get returned empty value: server-prd-01 1.3.6.1.4.1.232.6.2.6.8.1.6.1.9&lt;BR /&gt;&lt;BR /&gt;
2014-02-11 14:48:26,846 ERROR SNMP get returned empty value: SWITCH-US1 1.3.6.1.2.1.31.1.1.1.11.5&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 18:02:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-ordered-by-OID-occurrence-count/m-p/146694#M40964</guid>
      <dc:creator>splunk_zen</dc:creator>
      <dc:date>2014-02-11T18:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table ordered by OID occurrence count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-ordered-by-OID-occurrence-count/m-p/146695#M40965</link>
      <description>&lt;P&gt;Which value is the oid?&lt;BR /&gt;&lt;BR /&gt;
Is the oid already extracted as a field?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 18:50:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-ordered-by-OID-occurrence-count/m-p/146695#M40965</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-02-11T18:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table ordered by OID occurrence count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-ordered-by-OID-occurrence-count/m-p/146696#M40966</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=yoursourcetype | rex "(?i) value: (?P&amp;lt;server&amp;gt;[^ ]+) (?P&amp;lt;oid&amp;gt;.*)" | table _time, server, oid | stats count by server,oid | sort -count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Feb 2014 19:34:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-ordered-by-OID-occurrence-count/m-p/146696#M40966</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-02-11T19:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table ordered by OID occurrence count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-ordered-by-OID-occurrence-count/m-p/146697#M40967</link>
      <description>&lt;P&gt;Simple and effective,&lt;BR /&gt;
thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 08:43:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-ordered-by-OID-occurrence-count/m-p/146697#M40967</guid>
      <dc:creator>splunk_zen</dc:creator>
      <dc:date>2014-02-12T08:43:13Z</dc:date>
    </item>
  </channel>
</rss>

