<?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: Warning on the search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318764#M161769</link>
    <description>&lt;P&gt;Hi aniello_cerrato&lt;BR /&gt;
could you share more information?&lt;BR /&gt;
what's the error?&lt;BR /&gt;
what kind of search you're using?&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 10 Apr 2018 10:10:43 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2018-04-10T10:10:43Z</dc:date>
    <item>
      <title>Warning on the search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318763#M161768</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have the below error when I execute the query on Splunk, the problem is present only in Production env and not in dev environment.&lt;/P&gt;

&lt;P&gt;Search on most recent data has completed. Expect slower search speeds as we search the reduced buckets.&lt;/P&gt;

&lt;P&gt;Please help me on this.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Aniello&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 09:58:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318763#M161768</guid>
      <dc:creator>aniello_cerrato</dc:creator>
      <dc:date>2018-04-10T09:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Warning on the search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318764#M161769</link>
      <description>&lt;P&gt;Hi aniello_cerrato&lt;BR /&gt;
could you share more information?&lt;BR /&gt;
what's the error?&lt;BR /&gt;
what kind of search you're using?&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:10:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318764#M161769</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-04-10T10:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Warning on the search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318765#M161770</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;

&lt;P&gt;I execute this query, the warning appears on the dashboard.&lt;/P&gt;

&lt;P&gt;index=devops source="DOO_DEPLOY_HST"    |dedup ID | search STATUS="COMPLETED" $SYSTEM$  RELEASE_WIND=$RELEASE_WIND$ $RELEASE_MODE$ $ENV_DEPLOY$ |  timechart span=1d count by STATUS&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:55:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318765#M161770</guid>
      <dc:creator>aniello_cerrato</dc:creator>
      <dc:date>2020-09-29T18:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Warning on the search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318766#M161771</link>
      <description>&lt;P&gt;Hi aniello_cerrato,&lt;BR /&gt;
$SYSTEM$, $RELEASE_WIND$, $RELEASE_MODE$ and $ENV_DEPLOY$ are dashboard tokens, is it correct?&lt;BR /&gt;
At first modify your search because best practices say that it's conevenient to have search parameters as left as you can.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=devops source="DOO_DEPLOY_HST" STATUS="COMPLETED" $SYSTEM$ RELEASE_WIND=$RELEASE_WIND$ $RELEASE_MODE$ $ENV_DEPLOY$ 
| dedup ID
| timechart span=1d count by STATUS
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then what's Time period you used?&lt;BR /&gt;
In addition, $SYSTEM$, $RELEASE_MODE$ and $ENV_DEPLOY$ are full text searches or field searches?&lt;BR /&gt;
If you use a not structured search on a large time period it's easy to have slow performaces.&lt;/P&gt;

&lt;P&gt;Warning message says that you have events in many buckets, so search could be slow.&lt;BR /&gt;
Did you used default parameter for ingestion or do you used special values?&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318766#M161771</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T18:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Warning on the search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318767#M161772</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;

&lt;P&gt;thanks for the reply. I use the same  query also in test environment and I don't have this warning.&lt;/P&gt;

&lt;P&gt;What you mean about the below point?&lt;/P&gt;

&lt;P&gt;Did you used default parameter for ingestion or do you used special values?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 12:23:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318767#M161772</guid>
      <dc:creator>aniello_cerrato</dc:creator>
      <dc:date>2018-04-10T12:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Warning on the search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318768#M161773</link>
      <description>&lt;P&gt;This means that you can configure the number of buckets to archive logs.&lt;/P&gt;

&lt;P&gt;I don't know why in test environment you haven't this message, have you many concurrent users?&lt;BR /&gt;
do you have this message every time or sometimes: it doesn't seem an overload problem.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 12:32:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318768#M161773</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-04-10T12:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Warning on the search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318769#M161774</link>
      <description>&lt;P&gt;I have this problem always in production env, there is some condition on the index?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 12:37:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318769#M161774</guid>
      <dc:creator>aniello_cerrato</dc:creator>
      <dc:date>2018-04-10T12:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Warning on the search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318770#M161775</link>
      <description>&lt;P&gt;on index you can give access to a user role.&lt;BR /&gt;
Have you the message only from a user or also running search by admin?&lt;BR /&gt;
If you haven't message by admin problem is on role permissions.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 14:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Warning-on-the-search/m-p/318770#M161775</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-04-10T14:32:37Z</dc:date>
    </item>
  </channel>
</rss>

