<?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: Hide Error Message on a Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481847#M31593</link>
    <description>&lt;P&gt;I think the error message is in an additional  element. I need the html code to find the right element. I have no example in my Splunk instances. So i cannot test it.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2020 12:57:49 GMT</pubDate>
    <dc:creator>mblietz</dc:creator>
    <dc:date>2020-01-10T12:57:49Z</dc:date>
    <item>
      <title>Hide Error Message on a Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481844#M31590</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;I am getting the following Error message which might be the result of to many concurrent searches.&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Configuration initialization for C:\Program Files\Splunk\etc took longer than expected (1500ms) when dispatching a search with search ID&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;I am trying to just hide these messages as they alter the format of the dashboard as shown below:&lt;BR /&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/8191i9175A1A8D697AC75/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;The format should be displayed like the left panel and is altered when the error message appears like on the right panel which is really annoying.&lt;/P&gt;

&lt;P&gt;I have managed to hide the warning icon with html but the banner which the error warning appears on is still causing an issue even though the popup banner is now empty.&lt;/P&gt;

&lt;P&gt;How can I stop this banner appearing and altering the dashboard.&lt;/P&gt;

&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 11:57:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481844#M31590</guid>
      <dc:creator>nathanluke86</dc:creator>
      <dc:date>2020-01-10T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Error Message on a Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481845#M31591</link>
      <description>&lt;P&gt;i think you can use some custom css for this Dashboard and set the error message element with something like this&lt;BR /&gt;
visibility: hidden;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 12:06:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481845#M31591</guid>
      <dc:creator>mblietz</dc:creator>
      <dc:date>2020-01-10T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Error Message on a Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481846#M31592</link>
      <description>&lt;P&gt;Thanks @mblietz &lt;/P&gt;

&lt;P&gt;So far I have:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;style&amp;gt;
        .dashboard-master{
             background-color:blue !important;
         }
        .dashboard-row .dashboard-panel{
             background-color:transparent !important;
         } .dashboard-row .dashboard-panel { border: 3px solid white;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;}.dashboard-row .dashboard-panel .error-details .error-indicator {&lt;BR /&gt;
display: none; !important;&lt;BR /&gt;
    &lt;/P&gt;

&lt;P&gt;This only removes the warning icon from the popup banner and doesn't actually prevent the banner from popping up. &lt;/P&gt;

&lt;P&gt;I am unsure how to write this within the xml.&lt;/P&gt;

&lt;P&gt;Help would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 12:21:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481846#M31592</guid>
      <dc:creator>nathanluke86</dc:creator>
      <dc:date>2020-01-10T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Error Message on a Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481847#M31593</link>
      <description>&lt;P&gt;I think the error message is in an additional  element. I need the html code to find the right element. I have no example in my Splunk instances. So i cannot test it.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 12:57:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481847#M31593</guid>
      <dc:creator>mblietz</dc:creator>
      <dc:date>2020-01-10T12:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Error Message on a Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481848#M31594</link>
      <description>&lt;P&gt;@nathanluke86 &lt;BR /&gt;
 Have  your try this ? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row depends="$hidden$"&amp;gt;
         &amp;lt;panel&amp;gt;
           &amp;lt;html&amp;gt;
              &amp;lt;style&amp;gt;
                .dashboard-row .dashboard-panel .error-details .error-indicator {
                 display: none; !important;
                }
              &amp;lt;/style&amp;gt;
            &amp;lt;/html&amp;gt;
         &amp;lt;/panel&amp;gt;
       &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Jan 2020 13:48:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hide-Error-Message-on-a-Dashboard/m-p/481848#M31594</guid>
      <dc:creator>jarizeloyola</dc:creator>
      <dc:date>2020-01-10T13:48:54Z</dc:date>
    </item>
  </channel>
</rss>

