<?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 do I get the settings menu back in Splunk Web? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205422#M5904</link>
    <description>&lt;P&gt;The settings dropdown menu only shows the DMC? I don't how it got this way. I was trying to restore some views on reports and ran the refresh options for nav and view.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1885iC5F6FC872D71098D/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 07 Jun 2020 16:41:04 GMT</pubDate>
    <dc:creator>techn0gichida</dc:creator>
    <dc:date>2020-06-07T16:41:04Z</dc:date>
    <item>
      <title>How do I get the settings menu back in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205422#M5904</link>
      <description>&lt;P&gt;The settings dropdown menu only shows the DMC? I don't how it got this way. I was trying to restore some views on reports and ran the refresh options for nav and view.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1885iC5F6FC872D71098D/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 16:41:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205422#M5904</guid>
      <dc:creator>techn0gichida</dc:creator>
      <dc:date>2020-06-07T16:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the settings menu back in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205423#M5905</link>
      <description>&lt;P&gt;Very interesting.   It is not widely known but the admin section is actually extremely dynamic,  and is controlled in large part by all the XML files you'll find in etc/apps/search/default/data/ui/manager/  The files there are a part of EAI, which stands for Extensible Administration Interface, and the "eai" prefix that you see in certain places in the rest api still.   It is indeed extensible, and you can see some apps like DBConnect do indeed extend it quite powerfully. &lt;/P&gt;

&lt;P&gt;Also the refresh endpoints I believe are able to refresh those XML files from disk.   It's possible that Splunk was unable to reach those files at the moment when you hit the refresh endpoint?   Perhaps verify that all those xml files are actually there in the right place and hit the refresh endpoint again ?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:27:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205423#M5905</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2016-09-21T17:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the settings menu back in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205424#M5906</link>
      <description>&lt;P&gt;I did find that the entire default directory was missing. I've restored from fresh install of the same Splunk version.&lt;/P&gt;

&lt;P&gt;Are &lt;A href="http://splunk/en-US/debug/refresh?entity=/data/ui/nav"&gt;http://splunk/en-US/debug/refresh?entity=/data/ui/nav&lt;/A&gt; and &lt;A href="http://splunk/en-US/debug/refresh?entity=/data/ui/view"&gt;http://splunk/en-US/debug/refresh?entity=/data/ui/view&lt;/A&gt; the correct endpoint to refresh?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Jim&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 18:58:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205424#M5906</guid>
      <dc:creator>techn0gichida</dc:creator>
      <dc:date>2016-09-21T18:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the settings menu back in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205425#M5907</link>
      <description>&lt;P&gt;Great -    I believe the relevant refresh endpoint is actually &lt;A href="http://splunk/en-US/debug/refresh?entity=/admin/manager"&gt;http://splunk/en-US/debug/refresh?entity=/admin/manager&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;/data/ui/nav refreshes  all the  &lt;CODE&gt;*/data/ui/nav/default.xml&lt;/CODE&gt; files from all apps.&lt;BR /&gt;&lt;BR /&gt;
/data/ui/views refreshes all the &lt;CODE&gt;*/data/ui/views/*.xml&lt;/CODE&gt;  from all apps. &lt;/P&gt;

&lt;P&gt;When in doubt,  you can just hit   the refresh endpoint with no entity specified and it can take a really long time on some platforms, but it will refresh them all. &lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 19:06:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205425#M5907</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2016-09-21T19:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the settings menu back in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205426#M5908</link>
      <description>&lt;P&gt;Thank you very. This did bring back the all the settings. Hate to be a bother but can you tell me how I get the files in /etc/apps/search/local/data/ui/views to be seen? I don't see the dashboards.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Jim&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 20:27:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205426#M5908</guid>
      <dc:creator>techn0gichida</dc:creator>
      <dc:date>2016-09-21T20:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the settings menu back in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205427#M5909</link>
      <description>&lt;P&gt;No problem - just hit   &lt;A href="http://splunk/en-US/debug/refresh?entity=/data/ui/views"&gt;http://splunk/en-US/debug/refresh?entity=/data/ui/views&lt;/A&gt;   and that will refresh all the views aka dashboards. &lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 20:39:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205427#M5909</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2016-09-21T20:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the settings menu back in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205428#M5910</link>
      <description>&lt;P&gt;Hi @techn0gichida - If @sideview was able to answer your question, please don't forget to resolve the post by clicking "Accept" below the answer. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 23:02:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205428#M5910</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2016-09-21T23:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the settings menu back in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205429#M5911</link>
      <description>&lt;P&gt;I did that refresh but dashboards in the location still do not show up. Maybe if I move them to another location it might pick them up?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Jim&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 23:50:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205429#M5911</guid>
      <dc:creator>techn0gichida</dc:creator>
      <dc:date>2016-09-21T23:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the settings menu back in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205430#M5912</link>
      <description>&lt;P&gt;if I'm going to &lt;A href="http://mySplunk:8000/en-US/debug/refresh?entity=/data/ui/view"&gt;http://mySplunk:8000/en-US/debug/refresh?entity=/data/ui/view&lt;/A&gt;, suggestions on where to look next?  I've checked all the files in /etc/apps/search/.../views/manager are have 644 permissions, owned by splunk.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;This XML file does not appear to have any style information associated with it. The document tree is shown below.
&amp;lt;response&amp;gt;
&amp;lt;link type="text/css" id="dark-mode" rel="stylesheet" href=""/&amp;gt;
&amp;lt;style type="text/css" id="dark-mode-custom-style"/&amp;gt;
&amp;lt;messages&amp;gt;
&amp;lt;msg type="ERROR"&amp;gt;Forbidden&amp;lt;/msg&amp;gt;
&amp;lt;/messages&amp;gt;
&amp;lt;/response&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 May 2020 02:10:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205430#M5912</guid>
      <dc:creator>ridwanahmed</dc:creator>
      <dc:date>2020-05-21T02:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the settings menu back in Splunk Web?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205431#M5913</link>
      <description>&lt;P&gt;Ah thanks - sorry there was a typo in my response.  The URL is &lt;BR /&gt;
&lt;A href="http://splunk/en-US/debug/refresh?entity=/data/ui/views"&gt;http://splunk/en-US/debug/refresh?entity=/data/ui/views&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and it was missing the "s" on the end, which is why you were getting that error.  Add the "s" and it will work.  Also I will go and edit my comment above to fix that typo. &lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 22:15:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-get-the-settings-menu-back-in-Splunk-Web/m-p/205431#M5913</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2020-06-01T22:15:42Z</dc:date>
    </item>
  </channel>
</rss>

