<?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: Change/disable 4.2 Help link in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79092#M181676</link>
    <description>&lt;P&gt;Thank you much.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2011 21:42:33 GMT</pubDate>
    <dc:creator>kevintelford</dc:creator>
    <dc:date>2011-04-12T21:42:33Z</dc:date>
    <item>
      <title>Change/disable 4.2 Help link</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79090#M181674</link>
      <description>&lt;P&gt;We're using Splunk on a network that is cordoned off from the interwebs.  Is there a way that we could either disable or change the url that the ?Help link points to for all apps?&lt;/P&gt;

&lt;P&gt;Thanks,
Kevin&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2011 23:02:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79090#M181674</guid>
      <dc:creator>kevintelford</dc:creator>
      <dc:date>2011-04-11T23:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change/disable 4.2 Help link</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79091#M181675</link>
      <description>&lt;P&gt;Yes.  You would need to modify the AppBar module by hand though.  &lt;/P&gt;

&lt;P&gt;Specifically, I believe this section &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;div class="auxLinks"&amp;gt;
    &amp;lt;a class="help" href="${generateSelfHelpLink()}" target="_blank" title="${_('Splunk help')}"&amp;gt;${_("Help")}&amp;lt;/a&amp;gt;
    &amp;lt;span&amp;gt;|&amp;lt;/span&amp;gt;
    &amp;lt;a class="aboutLink" href="#about" title="${_('About Splunk')}"&amp;gt;${_("About")}&amp;lt;/a&amp;gt;
    &amp;lt;!-- moved Print link into the Actions menu
    &amp;lt;span&amp;gt;|&amp;lt;/span&amp;gt;
    &amp;lt;a class="printLink" href="#print" class="last"&amp;gt;${_("Print")}&amp;lt;/a&amp;gt;
    --&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/share/splunk/search_mrsparkle/modules/nav/AppBar.html&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2011 01:45:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79091#M181675</guid>
      <dc:creator>netwrkr</dc:creator>
      <dc:date>2011-04-12T01:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change/disable 4.2 Help link</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79092#M181676</link>
      <description>&lt;P&gt;Thank you much.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2011 21:42:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79092#M181676</guid>
      <dc:creator>kevintelford</dc:creator>
      <dc:date>2011-04-12T21:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change/disable 4.2 Help link</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79093#M181677</link>
      <description>&lt;P&gt;If you over your mouse over the Help Button, you should see the URL contains the app name you're using as well as the view name but this URL by default, redirects to Splunk documentation. Thus, I believe there is a "softer" way to redirect to your own page. I have not found it out yet, though...&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 08:39:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79093#M181677</guid>
      <dc:creator>yoho</dc:creator>
      <dc:date>2013-03-14T08:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change/disable 4.2 Help link</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79094#M181678</link>
      <description>&lt;P&gt;You can redirect to your own webserver by changing the following parameter in web.conf (as usual can be done at the user, app or system level) :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[settings]
docsCheckerBaseURL = &lt;A href="http://quickdraw.splunk.com/help" target="test_blank"&gt;http://quickdraw.splunk.com/help&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The webserver will be queried this way :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$docsCheckerBaseURL/$license/$versionNumber/$location/$installType/$skin?locale=$locale
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;with the following parameters :&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
$license: {free | pro} the product license level&lt;BR /&gt;
$versionNumber: &lt;STRING&gt; the textual product version label, i.e. 3.4.6&lt;BR /&gt;
$location: &lt;STRING&gt; the keyword identifier for the requesting asset, i.e. 'documentation'&lt;BR /&gt;
$installType: {trial | prod} the license type, i.e. unpaid trial or fully licensed&lt;BR /&gt;
$skin: &lt;STRING&gt; the current skin theme&lt;BR /&gt;
$locale: &lt;STRING&gt; the user's locale, i.e., en-US&lt;BR /&gt;
&lt;/STRING&gt;&lt;/STRING&gt;&lt;/STRING&gt;&lt;/STRING&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;&lt;TT&gt;$location&lt;/TT&gt; is itself built like this (when help button is pressed from an app view) :&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[$app_name:$app_version]app.$app_name.$app_view&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:41:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79094#M181678</guid>
      <dc:creator>yoho</dc:creator>
      <dc:date>2013-03-14T09:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change/disable 4.2 Help link</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79095#M181679</link>
      <description>&lt;P&gt;By going further, I've found that the webserver shouldn't directly answer to splunk with the "Help" HTML page. It should reply with a sort of text file (javascript?) containing these lines:&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
var helpParams = {url:'&lt;A href="http://webserver/myhelppage.html'"&gt;http://webserver/myhelppage.html'&lt;/A&gt;}; showHelp(helpParams); &lt;BR /&gt;
&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;It makes the process a bit more complicated but allows your webserver to redirect to different URLs based on the different parameters provided in the initial URL (thus, providing contextual help).&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 06:33:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-disable-4-2-Help-link/m-p/79095#M181679</guid>
      <dc:creator>yoho</dc:creator>
      <dc:date>2013-08-08T06:33:32Z</dc:date>
    </item>
  </channel>
</rss>

