<?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 find 10 most active folders by their action of uploading documents in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177322#M50985</link>
    <description>&lt;P&gt;I just need the number of AOIDS per OOID. The AOID name is not needed in this instace&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2015 14:23:10 GMT</pubDate>
    <dc:creator>splunkman341</dc:creator>
    <dc:date>2015-08-19T14:23:10Z</dc:date>
    <item>
      <title>How to find 10 most active folders by their action of uploading documents</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177316#M50979</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;

&lt;P&gt;So I am trying to create a search that fetches the top 10 most active OOIDs (Organization ID Folder) by their activity of AOIDS (associate IDS) uploading documents into said folders. The idea is to get the number of AOIDS for each OOID.&lt;/P&gt;

&lt;P&gt;For example, you have three companies:&lt;/P&gt;

&lt;P&gt;Company A XYZ(OOID) has uploaded 300 documents, but only 20 AOIDS uploaded those documents&lt;/P&gt;

&lt;P&gt;Company B ABC(OOID) has uploaded 200 documents, but 100 AOIDS uploaded those documents&lt;/P&gt;

&lt;P&gt;The log of where I need to create the search out of is here:&lt;/P&gt;

&lt;P&gt;Thanks for looking and please let me know if you have any questions! &lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177316#M50979</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-08-18T17:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 10 most active folders by their action of uploading documents</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177317#M50980</link>
      <description>&lt;P&gt;You put a &lt;CODE&gt;regex&lt;/CODE&gt; tag on this question.  Does that mean you don't have the OOID and AOID fields extracted?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:36:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177317#M50980</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-08-18T17:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 10 most active folders by their action of uploading documents</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177318#M50981</link>
      <description>&lt;P&gt;Hi Rich and thanks for you're response,&lt;/P&gt;

&lt;P&gt;I just checked and I actually do have them extracted, I just was not sure where to go from here&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177318#M50981</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-08-18T17:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 10 most active folders by their action of uploading documents</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177319#M50982</link>
      <description>&lt;P&gt;Try this untested search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = foo | top AOID by OOID | table OOID AOID
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:48:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177319#M50982</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-08-18T17:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 10 most active folders by their action of uploading documents</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177320#M50983</link>
      <description>&lt;P&gt;It is generating events but no statistics or a table&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 17:55:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177320#M50983</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-08-18T17:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 10 most active folders by their action of uploading documents</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177321#M50984</link>
      <description>&lt;P&gt;I've updated my answer.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 18:31:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177321#M50984</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-08-18T18:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 10 most active folders by their action of uploading documents</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177322#M50985</link>
      <description>&lt;P&gt;I just need the number of AOIDS per OOID. The AOID name is not needed in this instace&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 14:23:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177322#M50985</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-08-19T14:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 10 most active folders by their action of uploading documents</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177323#M50986</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = foo | stats dc(AOID) AS AOIDs by OOID | sort 10 - AOIDs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This judges "activity" not by raw activity but by the highest number of AOIDs that have any activity (which may not be correct); this judges by raw events:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = foo | stats count dc(AOID) AS AOIDs by OOID | sort 10 - count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Aug 2015 15:59:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177323#M50986</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-19T15:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 10 most active folders by their action of uploading documents</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177324#M50987</link>
      <description>&lt;P&gt;You crushed the nail through the plywood, exactly what I wanted!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 17:13:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-10-most-active-folders-by-their-action-of-uploading/m-p/177324#M50987</guid>
      <dc:creator>splunkman341</dc:creator>
      <dc:date>2015-08-19T17:13:48Z</dc:date>
    </item>
  </channel>
</rss>

