<?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: How do I block GUI messages about missing indexes? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480794#M193036</link>
    <description>&lt;P&gt;Well that sucks. Thanks for the confirmation. Without direct control over the thousands of forwarders sending to my indexers, I guess I'm just boned.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2019 15:18:34 GMT</pubDate>
    <dc:creator>twinspop</dc:creator>
    <dc:date>2019-09-13T15:18:34Z</dc:date>
    <item>
      <title>How do I block GUI messages about missing indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480792#M193034</link>
      <description>&lt;P&gt;Since 7.3 the missing indexes message below goes to all my users causing many panicked questions about Splunk being down. How can I block this message? I don't see any stanza in default/messages.conf that matches this verbiage.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Search peer indx01 has the following message: Received event for unconfigured/disabled/deleted index=indexname with source="source::vmstat" host="hostname" sourcetype="sourcetype::vmstat". So far received events from 1 missing index
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Sep 2019 14:50:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480792#M193034</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2019-09-13T14:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I block GUI messages about missing indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480793#M193035</link>
      <description>&lt;P&gt;Hello twinspop,&lt;BR /&gt;
Unfortunately, I do not think there is any way to control which users see these messages. you could resolve this issue either by creating a new index or by disabling the monitor inputs causing those messages.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 15:12:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480793#M193035</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-09-13T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I block GUI messages about missing indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480794#M193036</link>
      <description>&lt;P&gt;Well that sucks. Thanks for the confirmation. Without direct control over the thousands of forwarders sending to my indexers, I guess I'm just boned.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 15:18:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480794#M193036</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2019-09-13T15:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I block GUI messages about missing indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480795#M193037</link>
      <description>&lt;P&gt;Hi @twinspop,&lt;/P&gt;

&lt;H2&gt;Edit: According to @martin_mueller &lt;A href="https://answers.splunk.com/answers/206670/is-there-a-way-to-retrieve-the-messages-from-the-b.html"&gt;here&lt;/A&gt;, you can just go to &lt;CODE&gt;Settings &amp;gt; User Interface &amp;gt; Bulletin messages&lt;/CODE&gt; to configure stuff like this (new to me). However, I see nothing personally when I go there.&lt;/H2&gt;

&lt;P&gt;While I do not agree with this approach, if you &lt;STRONG&gt;really&lt;/STRONG&gt; want to do this, could you try this search (replace the third part with your error message or a part of it). Keep in mind that I am guessing because I would never do this in my own environment.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd [index=indexname]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;From there, on your search head (wherever users access Splunk), you should get an extracted &lt;CODE&gt;component&lt;/CODE&gt; field and &lt;CODE&gt;log_level&lt;/CODE&gt; field. From there, go to &lt;CODE&gt;Settings &amp;gt; Server Settings &amp;gt; Server Logging&lt;/CODE&gt; and click the derived &lt;CODE&gt;component&lt;/CODE&gt; from previously. You can change the log level of that component (only show FATAL, CRIT, ERROR, WARN, INFO, DEBUG and greater). That &lt;EM&gt;might&lt;/EM&gt; suppress the warnings showed to the users if they are based on the splunkd logs.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 15:25:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480795#M193037</guid>
      <dc:creator>jacobpevans</dc:creator>
      <dc:date>2019-09-13T15:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I block GUI messages about missing indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480796#M193038</link>
      <description>&lt;P&gt;well you could try @jacobevans solution. and see if it helps!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 15:38:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-block-GUI-messages-about-missing-indexes/m-p/480796#M193038</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-09-13T15:38:57Z</dc:date>
    </item>
  </channel>
</rss>

