<?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: Top Url by place for summary indexing in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Top-Url-by-place-for-summary-indexing/m-p/92260#M23805</link>
    <description>&lt;P&gt;I found my answer. If it can help :&lt;/P&gt;

&lt;P&gt;sourcetype="bcoat_proxysg" filter_result!="DENIED" http_response=200 http_content_type="text/html" | top category limit=20 by organisme&lt;/P&gt;

&lt;P&gt;So simple that I lose mysefl searching a very dificult querry !&lt;/P&gt;

&lt;P&gt;Olivier&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:23:44 GMT</pubDate>
    <dc:creator>o_calmels</dc:creator>
    <dc:date>2020-09-28T13:23:44Z</dc:date>
    <item>
      <title>Top Url by place for summary indexing</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Top-Url-by-place-for-summary-indexing/m-p/92259#M23804</link>
      <description>&lt;P&gt;Hi, I found on this forum the following search : top 10 URL for top 10 Users.&lt;/P&gt;

&lt;P&gt;I modify this search to comply with my bluecoat Logs (get top 10 URL (dest_host) for top all organisme):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="bcoat_proxysg" filter_result!="DENIED"  http_response=200 http_content_type="text/html| eventstats count AS total by organisme | stats count first(total) AS total BY organisme dest_host | sort - count | stats list(count) AS count list(dest_host) AS url first(total) AS total by organisme | sort - total | fields - total | eval url=mvindex(url, 0, 30)| eval count=mvindex(count, 0, 30)g
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My problem is that the result is grouped by organisme : Each result line is containing one time the organisme name and the 30 entries for each URL:&lt;/P&gt;

&lt;P&gt;I would like to get on each single line every information &lt;BR /&gt;&lt;BR /&gt;
Result#1 = organisme 1     URL1&lt;BR /&gt;&lt;BR /&gt;
Result#2 = organisme 1     URL2&lt;BR /&gt;&lt;BR /&gt;
Result#3 = organisme 1     URL3&lt;BR /&gt;&lt;BR /&gt;
Result#4 = organisme 1     URL4&lt;BR /&gt;&lt;BR /&gt;
...&lt;BR /&gt;
Result#X = organisme 2     URL1&lt;BR /&gt;&lt;BR /&gt;
Result#X = organisme 2     URL2&lt;BR /&gt;&lt;BR /&gt;
Result#X = organisme 2     URL3&lt;BR /&gt;&lt;BR /&gt;
Result#X = organisme 2     URL4&lt;BR /&gt;&lt;BR /&gt;
...&lt;/P&gt;

&lt;P&gt;My aim is to populate a summary indexing on with I will generate Web activity for every organisme each month.&lt;/P&gt;

&lt;P&gt;Thanks a lot.&lt;/P&gt;

&lt;P&gt;Olivier.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 16:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Top-Url-by-place-for-summary-indexing/m-p/92259#M23804</guid>
      <dc:creator>o_calmels</dc:creator>
      <dc:date>2013-01-18T16:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Top Url by place for summary indexing</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Top-Url-by-place-for-summary-indexing/m-p/92260#M23805</link>
      <description>&lt;P&gt;I found my answer. If it can help :&lt;/P&gt;

&lt;P&gt;sourcetype="bcoat_proxysg" filter_result!="DENIED" http_response=200 http_content_type="text/html" | top category limit=20 by organisme&lt;/P&gt;

&lt;P&gt;So simple that I lose mysefl searching a very dificult querry !&lt;/P&gt;

&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:23:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Top-Url-by-place-for-summary-indexing/m-p/92260#M23805</guid>
      <dc:creator>o_calmels</dc:creator>
      <dc:date>2020-09-28T13:23:44Z</dc:date>
    </item>
  </channel>
</rss>

