<?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 does my summary search not produce any results? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306280#M91961</link>
    <description>&lt;P&gt;There is nothing special about a summary index search so let's cover the basics.  Probably you are running the search as either a different &lt;CODE&gt;user&lt;/CODE&gt; or in a different &lt;CODE&gt;app&lt;/CODE&gt; context between your 2 runs.  You know the &lt;CODE&gt;user&lt;/CODE&gt; that you are using for your test and you are saying (but may not really mean it) that you are searching from within the &lt;CODE&gt;app&lt;/CODE&gt; context of &lt;CODE&gt;search&lt;/CODE&gt; ("Search and Reporting").  So run this search and verify that the &lt;CODE&gt;user&lt;/CODE&gt; is the same and the &lt;CODE&gt;app&lt;/CODE&gt; is &lt;CODE&gt;search&lt;/CODE&gt;.  If not, fix that and then it should work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|rest/services/search/jobs | table author eai:acl.owner sid title eai:acl.app dispatchState resultCount runDuration eventSearch
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, how are you determining that it "doesn't produce results"?  The above search will show &lt;CODE&gt;resultCount&lt;/CODE&gt; which you are saying is &lt;CODE&gt;0&lt;/CODE&gt; but is it?  How do you know it is not working?&lt;/P&gt;</description>
    <pubDate>Sat, 27 May 2017 16:56:51 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-05-27T16:56:51Z</dc:date>
    <item>
      <title>Why does my summary search not produce any results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306276#M91957</link>
      <description>&lt;P&gt;Hi to all,&lt;/P&gt;

&lt;P&gt;I have a summary search that doesn't produce results, if I copy and paste the same search in "search &amp;amp; reporting" app, I can see the results.&lt;BR /&gt;
I noticed that this search is slow, results appears after quite a minute, is it possible that launching the search in summary search it goes in timeout? Or there is another reason for which summary search doesn't produce results?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Andrea&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 10:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306276#M91957</guid>
      <dc:creator>andreac81</dc:creator>
      <dc:date>2017-05-22T10:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my summary search not produce any results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306277#M91958</link>
      <description>&lt;P&gt;can you search for errors about this search in index = _internal.&lt;BR /&gt;
you can see if it timed out or fails&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 14:00:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306277#M91958</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-22T14:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my summary search not produce any results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306278#M91959</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;05-22-2017 16:16:36.732 +0200 INFO  SavedSplunker - savedsearch_id="nobody;app1;summary_search1", user="nobody", app="app1", savedsearch_name="summary_search1", status=success, digest_mode=1, scheduled_time=1495462560, window_time=300, dispatch_time=1495462594, run_time=1.800, result_count=0, alert_actions="summary_index", sid="scheduler__nobody_YWFhbS1hdnNtNS11aQ__RMD54cf5f9fca85694aa_at_1495462560_7849", suppressed=0, thread_id="AlertNotifierWorker-0"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It seems to succed but returns result_count=0&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 14:42:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306278#M91959</guid>
      <dc:creator>andreac81</dc:creator>
      <dc:date>2017-05-22T14:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my summary search not produce any results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306279#M91960</link>
      <description>&lt;P&gt;It is possible.  If you post the search language, minus any confidential information, then we can see if there is any way to make it more efficient.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 15:43:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306279#M91960</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-05-22T15:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my summary search not produce any results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306280#M91961</link>
      <description>&lt;P&gt;There is nothing special about a summary index search so let's cover the basics.  Probably you are running the search as either a different &lt;CODE&gt;user&lt;/CODE&gt; or in a different &lt;CODE&gt;app&lt;/CODE&gt; context between your 2 runs.  You know the &lt;CODE&gt;user&lt;/CODE&gt; that you are using for your test and you are saying (but may not really mean it) that you are searching from within the &lt;CODE&gt;app&lt;/CODE&gt; context of &lt;CODE&gt;search&lt;/CODE&gt; ("Search and Reporting").  So run this search and verify that the &lt;CODE&gt;user&lt;/CODE&gt; is the same and the &lt;CODE&gt;app&lt;/CODE&gt; is &lt;CODE&gt;search&lt;/CODE&gt;.  If not, fix that and then it should work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|rest/services/search/jobs | table author eai:acl.owner sid title eai:acl.app dispatchState resultCount runDuration eventSearch
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, how are you determining that it "doesn't produce results"?  The above search will show &lt;CODE&gt;resultCount&lt;/CODE&gt; which you are saying is &lt;CODE&gt;0&lt;/CODE&gt; but is it?  How do you know it is not working?&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2017 16:56:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-summary-search-not-produce-any-results/m-p/306280#M91961</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-27T16:56:51Z</dc:date>
    </item>
  </channel>
</rss>

