<?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: delete events from _internal index in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326949#M60729</link>
    <description>&lt;P&gt;It seems this is the undocument restriction of the delete command. Howevers, starting 6.5.x, there is a new attribute in town for roles called 'deleteIndexesAllowed'. The semantics of the values is same as 'srchIndexesDefault' so it may allow deleting from _internal index but haven't tested.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;deleteIndexesAllowed = &amp;lt;string&amp;gt;
* Semicolon delimited list of indexes this role is allowed to delete
* This setting must be used in conjunction with the delete_by_keyword
  capability
* Follows the same wildcarding semantics as srchIndexesDefault
* Defaults to none
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 13 Apr 2017 21:19:08 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-04-13T21:19:08Z</dc:date>
    <item>
      <title>delete events from _internal index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326946#M60726</link>
      <description>&lt;P&gt;Hi at all,&lt;BR /&gt;
I'd like to delete some events indexed with a wrong date (2030-04-03).&lt;BR /&gt;
I enabled admin to can_delete role and I tried to do this but Splunk answers "You do not have the capability to delete from index=_internal".&lt;BR /&gt;
Does anyone know if it's possible to do this?&lt;BR /&gt;
Bye.&lt;BR /&gt;
giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:39:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326946#M60726</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T13:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: delete events from _internal index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326947#M60727</link>
      <description>&lt;P&gt;I don't believe deleting from _internal is allowed for security, audit, compliance and other assorted butt-covering reasons.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 13:33:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326947#M60727</guid>
      <dc:creator>lycollicott</dc:creator>
      <dc:date>2017-04-13T13:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: delete events from _internal index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326948#M60728</link>
      <description>&lt;P&gt;I've tried deleting from a summary table and been denied as well.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 20:38:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326948#M60728</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-04-13T20:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: delete events from _internal index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326949#M60729</link>
      <description>&lt;P&gt;It seems this is the undocument restriction of the delete command. Howevers, starting 6.5.x, there is a new attribute in town for roles called 'deleteIndexesAllowed'. The semantics of the values is same as 'srchIndexesDefault' so it may allow deleting from _internal index but haven't tested.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;deleteIndexesAllowed = &amp;lt;string&amp;gt;
* Semicolon delimited list of indexes this role is allowed to delete
* This setting must be used in conjunction with the delete_by_keyword
  capability
* Follows the same wildcarding semantics as srchIndexesDefault
* Defaults to none
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Apr 2017 21:19:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326949#M60729</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-04-13T21:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: delete events from _internal index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326950#M60730</link>
      <description>&lt;P&gt;Hi somesoni2,&lt;BR /&gt;
putting in $SPLUNK_HOME/system/local/authorize.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[role_can_delete]
deleteIndexesAllowed = *;_internal
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can delete events from _internal index.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 08:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326950#M60730</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-04-25T08:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: delete events from _internal index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326951#M60731</link>
      <description>&lt;P&gt;You can use clean eventdata to clean the index completely if needed.&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 13:54:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/delete-events-from-internal-index/m-p/326951#M60731</guid>
      <dc:creator>deepak_acalvio</dc:creator>
      <dc:date>2018-05-03T13:54:14Z</dc:date>
    </item>
  </channel>
</rss>

