<?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: HiddenPostProcess limitations in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78399#M770</link>
    <description>&lt;P&gt;ok, I remembered when I had 'stats', I had the left most part of the graph, and when I used 'fields' I had the right most part.&lt;/P&gt;

&lt;P&gt;The 5 queries are from the same data, but I am presenting the data in different ways, IP, Method, RunTime and ReturnCode.  It turns out that each of these methods I present in a second graph, I group the results a bit.&lt;/P&gt;

&lt;P&gt;As for the bucket, I will do that in my next view, where I expand my time window.&lt;/P&gt;

&lt;P&gt;I have review you link in 2), but I have not located 1) yet.&lt;/P&gt;

&lt;P&gt;Thanks.....&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2010 04:38:10 GMT</pubDate>
    <dc:creator>fk319</dc:creator>
    <dc:date>2010-10-27T04:38:10Z</dc:date>
    <item>
      <title>HiddenPostProcess limitations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78397#M768</link>
      <description>&lt;P&gt;I had 5 summary indexes that I was able to compress into one.  It turns out my final index takes about 1/4 of the space.&lt;/P&gt;

&lt;P&gt;The problem is that I have about 400 sumary events per minute and I would like to have one search and then just sumarize in each of the 5 charts.&lt;/P&gt;

&lt;P&gt;I am only able to process about 24 minutes, where I would like to process about 4 hours.&lt;/P&gt;

&lt;P&gt;Everything was working fine when I had 5 independant searches, but when I started using HiddenSearch/HiddenPostProcess I started loosing data.&lt;/P&gt;

&lt;P&gt;I seem to be hitting the 10,000 event, and I do know know how to construct my query to get around this issue.&lt;/P&gt;

&lt;P&gt;Any Ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2010 04:03:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78397#M768</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2010-10-27T04:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenPostProcess limitations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78398#M769</link>
      <description>&lt;P&gt;The basic idea is to have the base search never match events, but instead end in a &lt;CODE&gt;| stats count, sum(someField) by foo, bar, baz, bat&lt;/CODE&gt;,  where each of the fields you're interested in is represented there somewhere. &lt;/P&gt;

&lt;P&gt;The reason is that the stats search will compress the number of rows down a lot (you almost certainly want to put in a &lt;CODE&gt;bucket&lt;/CODE&gt; command before the stats if you need _time), and even if it doesnt compress it much, stats isnt subject to any limitation on the number of rows, so they'll all be there. &lt;/P&gt;

&lt;P&gt;1) Check out the app 'ui examples for 4.1', which has a view under Advanced XML called 'Using postProcess on dashboards'.   That view has a lot more discussion and advice around these issues.&lt;/P&gt;

&lt;P&gt;2) And a lot of the same items are discussed here in the docs: 
&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.1/Developer/PostProcess" rel="nofollow"&gt;http://docs.splunk.com/Documentation/Splunk/4.1/Developer/PostProcess&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Although notably the docs only seem to explain half of the reason for using the stats clause in the base search.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2010 04:15:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78398#M769</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-10-27T04:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenPostProcess limitations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78399#M770</link>
      <description>&lt;P&gt;ok, I remembered when I had 'stats', I had the left most part of the graph, and when I used 'fields' I had the right most part.&lt;/P&gt;

&lt;P&gt;The 5 queries are from the same data, but I am presenting the data in different ways, IP, Method, RunTime and ReturnCode.  It turns out that each of these methods I present in a second graph, I group the results a bit.&lt;/P&gt;

&lt;P&gt;As for the bucket, I will do that in my next view, where I expand my time window.&lt;/P&gt;

&lt;P&gt;I have review you link in 2), but I have not located 1) yet.&lt;/P&gt;

&lt;P&gt;Thanks.....&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2010 04:38:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78399#M770</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2010-10-27T04:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenPostProcess limitations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78400#M771</link>
      <description>&lt;P&gt;Nick, that app has some good info, but I does not help me in my case.  I will just have to use multipule queries.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2010 23:14:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78400#M771</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2010-10-27T23:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenPostProcess limitations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78401#M772</link>
      <description>&lt;P&gt;we upgraded to 4.1.5, the 50,000 limit was changed.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2010 23:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78401#M772</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2010-11-02T23:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenPostProcess limitations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78402#M773</link>
      <description>&lt;P&gt;The above link &lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/PostProcess"&gt;http://www.splunk.com/base/Documentation/latest/Developer/PostProcess&lt;/A&gt;  is broken.  Please can someone fix it.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2012 09:38:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/HiddenPostProcess-limitations/m-p/78402#M773</guid>
      <dc:creator>baddogdown</dc:creator>
      <dc:date>2012-11-29T09:38:58Z</dc:date>
    </item>
  </channel>
</rss>

