<?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 How to check when the index is disabled/enabled in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330701#M6599</link>
    <description>&lt;P&gt;We are seeing once of our index is disabled.&lt;BR /&gt;
Is there any way to find when the index was disabled (date and time)? &lt;BR /&gt;
Is this info logged in any log files ? &lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2017 14:31:25 GMT</pubDate>
    <dc:creator>sajeshpp</dc:creator>
    <dc:date>2017-07-26T14:31:25Z</dc:date>
    <item>
      <title>How to check when the index is disabled/enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330701#M6599</link>
      <description>&lt;P&gt;We are seeing once of our index is disabled.&lt;BR /&gt;
Is there any way to find when the index was disabled (date and time)? &lt;BR /&gt;
Is this info logged in any log files ? &lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 14:31:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330701#M6599</guid>
      <dc:creator>sajeshpp</dc:creator>
      <dc:date>2017-07-26T14:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to check when the index is disabled/enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330702#M6600</link>
      <description>&lt;P&gt;@sajeshpp, you can get this from Splunk's &lt;CODE&gt;_audit&lt;/CODE&gt; index. Add the index name which has been disabled to the following query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_audit" action=disable object="&amp;lt;YourDisabledIndexName&amp;gt;"
 | table object action user timestamp _raw _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Jul 2017 16:29:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330702#M6600</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-26T16:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to check when the index is disabled/enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330703#M6601</link>
      <description>&lt;P&gt;You will know if you are getting events for that index, believe me!&lt;/P&gt;

&lt;P&gt;On all Search Heads that are peered to indexers in the &lt;CODE&gt;Messages&lt;/CODE&gt; area you will see messages like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Received event for unconfigured/disabled/deleted index='lost_index' with source='source::/tmp/test' host='host::localhost.localdomain' sourcetype='sourcetype::anything' (1 missing total)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can also search &lt;CODE&gt;_internal&lt;/CODE&gt; for &lt;CODE&gt;splunkd.log&lt;/CODE&gt; (/opt/splunk/var/log/splunk/splunkd.log) for events like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;05-22-2017 17:30:43.276 +0200 WARN  IndexProcessor - received event for unconfigured/disabled/deleted index='lost_index' with source='source::/tmp/test' host='host::localhost.localdomain' sourcetype='sourcetype::anything' (1 missing total)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:15:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330703#M6601</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-26T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to check when the index is disabled/enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330704#M6602</link>
      <description>&lt;P&gt;thanks.. this worked out for me&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 04:41:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330704#M6602</guid>
      <dc:creator>sajeshpp</dc:creator>
      <dc:date>2017-07-27T04:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to check when the index is disabled/enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330705#M6603</link>
      <description>&lt;P&gt;thanks for your response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
yes. it shows the messages. But it won't tell you when the index was disabled.&lt;/P&gt;

&lt;P&gt;We are not using/monitoring this server regularly as it is part of poc/testing activity and also logs are not pushed regularly to the index. Hence it will be difficult to find when was index disabled by whom.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 04:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330705#M6603</guid>
      <dc:creator>sajeshpp</dc:creator>
      <dc:date>2017-07-27T04:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to check when the index is disabled/enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330706#M6604</link>
      <description>&lt;P&gt;Great... Cheers!!!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 07:11:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330706#M6604</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-27T07:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to check when the index is disabled/enabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330707#M6605</link>
      <description>&lt;P&gt;Search in &lt;CODE&gt;_internal&lt;/CODE&gt; for the log that I indicated.  When it first started happening is roughly when it was disabled.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:48:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-check-when-the-index-is-disabled-enabled/m-p/330707#M6605</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-27T18:48:37Z</dc:date>
    </item>
  </channel>
</rss>

