<?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 messages in dashboard which use javascript in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Hide-messages-in-dashboard-which-use-javascript/m-p/501054#M8990</link>
    <description>&lt;P&gt;If possible, can you please attach the image and also splunk version.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2019 07:38:46 GMT</pubDate>
    <dc:creator>vnravikumar</dc:creator>
    <dc:date>2019-12-05T07:38:46Z</dc:date>
    <item>
      <title>Hide messages in dashboard which use javascript</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Hide-messages-in-dashboard-which-use-javascript/m-p/501053#M8989</link>
      <description>&lt;P&gt;I am getting a warning message in some of our dashboardsin splunk for a application, which we tried hiding using CSS. But it seems the .js file used in the dashboard (or something else) is overriding it and it is not being hidden.&lt;/P&gt;
&lt;P&gt;Can someone help me with this&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 18:41:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Hide-messages-in-dashboard-which-use-javascript/m-p/501053#M8989</guid>
      <dc:creator>psriyanka</dc:creator>
      <dc:date>2020-06-07T18:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hide messages in dashboard which use javascript</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Hide-messages-in-dashboard-which-use-javascript/m-p/501054#M8990</link>
      <description>&lt;P&gt;If possible, can you please attach the image and also splunk version.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 07:38:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Hide-messages-in-dashboard-which-use-javascript/m-p/501054#M8990</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-12-05T07:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hide messages in dashboard which use javascript</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Hide-messages-in-dashboard-which-use-javascript/m-p/501055#M8991</link>
      <description>&lt;P&gt;I am not able to attach the message so pasted below from my dashboard:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Message:Some panels may not be displayed correctly because the following inputs have not been configured: CloudWatch, Config, Description.&lt;BR /&gt;
Or, the saved search "Addon Metadata - Summarize AWS Inputs" is not enabled on Add-on instance. Learn more&lt;BR /&gt;
Hide Messages&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Splunk Version 7.3.1&lt;/P&gt;

&lt;P&gt;I had tried commenting the code but after reloading the page, the changes are being undone by the script.&lt;/P&gt;

&lt;P&gt;Code :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&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;panel&amp;gt;
  &amp;lt;html&amp;gt;
 &amp;lt;style&amp;gt;
   a.hide-global-filters {
     display: none !important;
   }
 &amp;lt;/style&amp;gt;

&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Dec 2019 10:19:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Hide-messages-in-dashboard-which-use-javascript/m-p/501055#M8991</guid>
      <dc:creator>psriyanka</dc:creator>
      <dc:date>2019-12-06T10:19:18Z</dc:date>
    </item>
  </channel>
</rss>

