<?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: What causes &amp;quot;Search auto-canceled&amp;quot;? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452423#M29673</link>
    <description>&lt;P&gt;I'm currently at a customer site and am seeing the same behavior and I can say that the memory is definitely not running out.  We are baffled as well, it happens regularly, but is also intermittent.  Same search will complete some of the time, and then a more often than not fail.&lt;/P&gt;

&lt;P&gt;Customer is running 7.1.4, and I don't see anything in the release notes that would explain this behavior.  We are going to be opening a support ticket to look into it.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Feb 2019 16:30:51 GMT</pubDate>
    <dc:creator>jcooper_tzt</dc:creator>
    <dc:date>2019-02-22T16:30:51Z</dc:date>
    <item>
      <title>What causes "Search auto-canceled"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452421#M29671</link>
      <description>&lt;P&gt;The full error message is "Search auto-canceled The search job has failed due to an error. You may be able view the job in the Job Inspector."&lt;/P&gt;

&lt;P&gt;The error occurs once in a while on our dashboard and after some time (usually within minutes) it resolves itself. &lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 17:08:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452421#M29671</guid>
      <dc:creator>cblanton</dc:creator>
      <dc:date>2019-02-04T17:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: What causes "Search auto-canceled"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452422#M29672</link>
      <description>&lt;P&gt;Usually this is because your Search Head uses up all available RAM and there is no more to be had so existing searches cannot get the RAM they need and have to abort.  Best Practice is to get all the RAM that you possibly can for your Search Head.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 17:44:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452422#M29672</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-04T17:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: What causes "Search auto-canceled"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452423#M29673</link>
      <description>&lt;P&gt;I'm currently at a customer site and am seeing the same behavior and I can say that the memory is definitely not running out.  We are baffled as well, it happens regularly, but is also intermittent.  Same search will complete some of the time, and then a more often than not fail.&lt;/P&gt;

&lt;P&gt;Customer is running 7.1.4, and I don't see anything in the release notes that would explain this behavior.  We are going to be opening a support ticket to look into it.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 16:30:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452423#M29673</guid>
      <dc:creator>jcooper_tzt</dc:creator>
      <dc:date>2019-02-22T16:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: What causes "Search auto-canceled"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452424#M29674</link>
      <description>&lt;P&gt;Another reason is that your search is hitting one of these defaults (configurable in the &lt;CODE&gt;Advanced edit&lt;/CODE&gt; section of your saved search):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;dispatch.max_count = &amp;lt;integer&amp;gt;
* The maximum number of results before finalizing the search.
* Defaults to 500000.

dispatch.max_time = &amp;lt;integer&amp;gt;
* Indicates the maximum amount of time (in seconds) before finalizing the
  search.
* Defaults to 0.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See here:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Savedsearchesconf"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Savedsearchesconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2019 22:13:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452424#M29674</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-03T22:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: What causes "Search auto-canceled"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452425#M29675</link>
      <description>&lt;P&gt;The max_time should result in an auto-finalized statement but this goes into the info.csv file which is not indexed by default.&lt;/P&gt;

&lt;P&gt;If you use &lt;A href="https://splunkbase.splunk.com/app/3796/"&gt;Alerts for Splunk Admins&lt;/A&gt; or &lt;A href="https://github.com/gjanders/SplunkAdmins"&gt;github&lt;/A&gt; refer to "SearchHeadLevel - Users with auto-finalized searches"&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2019 22:25:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/452425#M29675</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2019-03-03T22:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: What causes "Search auto-canceled"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/504368#M33360</link>
      <description>&lt;P&gt;Would the same reasoning apply if you are using Splunk Cloud ?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 07:40:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/504368#M33360</guid>
      <dc:creator>wdeguara</dc:creator>
      <dc:date>2020-06-15T07:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: What causes "Search auto-canceled"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/689134#M56444</link>
      <description>&lt;P&gt;Did you end up solving the issue with the customer having failed serches (more often that not), but the system resources are not even being used? I am running into the same issue on 9.2.1 running on RHEL 8.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 19:09:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-causes-quot-Search-auto-canceled-quot/m-p/689134#M56444</guid>
      <dc:creator>joe321</dc:creator>
      <dc:date>2024-05-30T19:09:21Z</dc:date>
    </item>
  </channel>
</rss>

