<?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 do I get errors for index=__ALL__ when using | delete? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327164#M60772</link>
    <description>&lt;P&gt;Some of the errors numbers look an awful lot like an integer overflow/underflow.  I'd say this is probably a bug, something treating an integer as signed in some places, unsigned in others ...&lt;/P&gt;

&lt;P&gt;2^64 - 18446744073709539157 = 12459&lt;BR /&gt;
2^64 - 18446744073709539122 = 12494&lt;/P&gt;

&lt;P&gt;Both of these are really near the order of magnitude of other values of 'errors' in the screen shot.  Smells plausible.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Sep 2017 20:31:18 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2017-09-10T20:31:18Z</dc:date>
    <item>
      <title>Why do I get errors for index=__ALL__ when using | delete?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327162#M60770</link>
      <description>&lt;P&gt;When deleting via &lt;CODE&gt;index=xxx sourcetype=yyyy | delete&lt;/CODE&gt; I got the following page -&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3477i823EC6DEC3E8FBF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;So, in addition to the proper &lt;CODE&gt;index xxx&lt;/CODE&gt; report of 0 errors for the various indexers, I also got these lines for the different indexers. Why do they mean?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 23:20:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327162#M60770</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-08T23:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors for index=__ALL__ when using | delete?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327163#M60771</link>
      <description>&lt;P&gt;Wow -  I don't know what happened here, but you are deleting a boatload of data. It's possible that you have exceeded the design specs for the delete command.&lt;/P&gt;

&lt;P&gt;I suggest that you search the internal log files for more information. Try this search, being sure to set the timerange to just around the time of the delete command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal OR index=_audit log_level=error OR log_level=warn
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hopefully that will give you more info...&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 17:41:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327163#M60771</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2017-09-10T17:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors for index=__ALL__ when using | delete?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327164#M60772</link>
      <description>&lt;P&gt;Some of the errors numbers look an awful lot like an integer overflow/underflow.  I'd say this is probably a bug, something treating an integer as signed in some places, unsigned in others ...&lt;/P&gt;

&lt;P&gt;2^64 - 18446744073709539157 = 12459&lt;BR /&gt;
2^64 - 18446744073709539122 = 12494&lt;/P&gt;

&lt;P&gt;Both of these are really near the order of magnitude of other values of 'errors' in the screen shot.  Smells plausible.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 20:31:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327164#M60772</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2017-09-10T20:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors for index=__ALL__ when using | delete?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327165#M60773</link>
      <description>&lt;P&gt;Very interesting!!!!! &lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 01:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327165#M60773</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-11T01:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors for index=__ALL__ when using | delete?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327166#M60774</link>
      <description>&lt;P&gt;Perfect - let me try.... &lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 01:38:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327166#M60774</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-11T01:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors for index=__ALL__ when using | delete?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327167#M60775</link>
      <description>&lt;P&gt;And the &lt;CODE&gt;index=__ALL__&lt;/CODE&gt; - what's that?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 01:39:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-get-errors-for-index-ALL-when-using-delete/m-p/327167#M60775</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-11T01:39:01Z</dc:date>
    </item>
  </channel>
</rss>

