<?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: why splunk doesn't resolve stats count on postprocess ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273187#M82327</link>
    <description>&lt;P&gt;but it's possible to extend this limit?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2016 20:35:53 GMT</pubDate>
    <dc:creator>sfatnass</dc:creator>
    <dc:date>2016-09-09T20:35:53Z</dc:date>
    <item>
      <title>why splunk doesn't resolve stats count on postprocess ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273183#M82323</link>
      <description>&lt;P&gt;when i try to run a stats count using postprocess splunk doesn't resolve the query search  and i don't know why ?&lt;/P&gt;

&lt;P&gt;this is my dashboard :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Post Process Search&amp;lt;/label&amp;gt;
  &amp;lt;description&amp;gt;Each panel post processes the base search through a separate search pipeline.&amp;lt;/description&amp;gt;
  &amp;lt;search id="internal_data"&amp;gt;
      &amp;lt;query&amp;gt;index=_internal &amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;
    &amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
     &amp;lt;table&amp;gt;
      &amp;lt;title&amp;gt;Top Sourcetypes&amp;lt;/title&amp;gt;
      &amp;lt;search base="internal_data"&amp;gt;
          &amp;lt;query&amp;gt;stats count(uri_path)&amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;

    &amp;lt;/table&amp;gt;
    &amp;lt;chart&amp;gt;
      &amp;lt;title&amp;gt;Events over Time&amp;lt;/title&amp;gt;
      &amp;lt;search base="internal_data"&amp;gt;
          &amp;lt;query&amp;gt;timechart count&amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;
    &amp;lt;/chart&amp;gt;

  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Sep 2016 13:47:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273183#M82323</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-09-09T13:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: why splunk doesn't resolve stats count on postprocess ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273184#M82324</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;its a little tricky. Splunk runs all Dashboard searches in fast mode. So for your search index=_internal no fields are extracted during search time. This means you cannot do a stats command on "uri_path" because splunk just dont know the field in your postprocess search. just do &lt;/P&gt;

&lt;P&gt;"index=_internal | fields *" for your basesearch and it will work.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/152287/why-search-with-postprocessing-returns-no-results-in-dashboard-but-the-actual-search-does.html" target="_blank"&gt;https://answers.splunk.com/answers/152287/why-search-with-postprocessing-returns-no-results-in-dashboard-but-the-actual-search-does.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:55:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273184#M82324</guid>
      <dc:creator>TStrauch</dc:creator>
      <dc:date>2020-09-29T10:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: why splunk doesn't resolve stats count on postprocess ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273185#M82325</link>
      <description>&lt;P&gt;thx ^^ it worl perfectly&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 15:41:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273185#M82325</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-09-09T15:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: why splunk doesn't resolve stats count on postprocess ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273186#M82326</link>
      <description>&lt;P&gt;Basically you must apply a transforming command in your base search fields, stats, etc.  Keep in mind that their is 100,000 event limit when using post process searches.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 16:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273186#M82326</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2016-09-09T16:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: why splunk doesn't resolve stats count on postprocess ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273187#M82327</link>
      <description>&lt;P&gt;but it's possible to extend this limit?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 20:35:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273187#M82327</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-09-09T20:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: why splunk doesn't resolve stats count on postprocess ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273188#M82328</link>
      <description>&lt;P&gt;Limits are controlled through limits.conf.  I've never been able to ID a corresponding setting.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 20:53:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/why-splunk-doesn-t-resolve-stats-count-on-postprocess/m-p/273188#M82328</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2016-09-09T20:53:55Z</dc:date>
    </item>
  </channel>
</rss>

