<?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 change the title text on the tabs from default text to a custom text? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/448369#M127023</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/74274"&gt;@sh254087&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;&lt;FONT color="blue"&gt; &lt;STRONG&gt;Any changes to the design has to be allowed by your license terms. Consult with your Splunk representative&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;The login page document title can be changed in web.conf . Reference &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.1.2/Admin/Webconf" target="_blank"&gt;WEB CONF&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;loginDocumentTitleOption = custom
loginDocumentTitleText = "your title"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;FONT color="red"&gt; &lt;STRONG&gt;However, please do check the license agreement as stated below about these properties.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Default login document title settings
# NOTE: This option is made available only to OEM customers participating in Splunk’s OEM Partner Program
# and subject to the relevant terms of the Master OEM Agreement. All other customers or partners are prohibited
# from removing or altering any copyright, trademark, and/or other intellectual property or proprietary rights
# notices of Splunk placed on or embedded in any Splunk materials.
loginDocumentTitleOption = default
loginDocumentTitleText =
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For other dashboard, it's part of the core js files. For e.g. change in &lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/build/pages/enterprise/common.js&lt;/P&gt;

&lt;P&gt;From &lt;BR /&gt;
&lt;CODE&gt;document.title=splunkUtils.sprintf(_("%s | Splunk %s %s").t(),title,isLite?"Light":"",version)}.bind(this))}&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;to&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;document.title=splunkUtils.sprintf(_("%s | your_preferred_text %s").t(),title,isLite?"Light":"",version)}.bind(this))}&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This will print &lt;CODE&gt;Your Dashboard Name| your_preferred_text&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Upgrade of splunk will rewrite these files and you might need to redo it again. And again highly suggest to consult with your splunk contact! *&lt;EM&gt;Risk is all yours &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; *&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 21:14:47 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2020-09-29T21:14:47Z</dc:date>
    <item>
      <title>How do I change the title text on the tabs from default text to a custom text?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/448368#M127022</link>
      <description>&lt;P&gt;I want to change the title text on the tabs from, for example, "Login|Splunk" or "Dashboards | Splunk 7.1.2" to a text which I want, something like just "Login" or just "Dashboards." I also want to exclude the Splunk version details from being displayed on the title. &lt;/P&gt;

&lt;P&gt;So, I have two questions:&lt;/P&gt;

&lt;P&gt;—How do I change the title text on the tabs from default text to a custom text?&lt;BR /&gt;
—How do I disable the Splunk version details being displayed on the tab title?&lt;/P&gt;

&lt;P&gt;Is there a way that I achieve this? &lt;/P&gt;

&lt;P&gt;Note: Found a similar question here - &lt;A href="https://answers.splunk.com/answers/521061/how-to-change-bookmark-name-from-loginsplunk-to-na.html"&gt;https://answers.splunk.com/answers/521061/how-to-change-bookmark-name-from-loginsplunk-to-na.html&lt;/A&gt;, but the answer provided was in Chinese.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 11:40:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/448368#M127022</guid>
      <dc:creator>sh254087</dc:creator>
      <dc:date>2018-09-11T11:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the title text on the tabs from default text to a custom text?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/448369#M127023</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/74274"&gt;@sh254087&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;&lt;FONT color="blue"&gt; &lt;STRONG&gt;Any changes to the design has to be allowed by your license terms. Consult with your Splunk representative&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;The login page document title can be changed in web.conf . Reference &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.1.2/Admin/Webconf" target="_blank"&gt;WEB CONF&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;loginDocumentTitleOption = custom
loginDocumentTitleText = "your title"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;FONT color="red"&gt; &lt;STRONG&gt;However, please do check the license agreement as stated below about these properties.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Default login document title settings
# NOTE: This option is made available only to OEM customers participating in Splunk’s OEM Partner Program
# and subject to the relevant terms of the Master OEM Agreement. All other customers or partners are prohibited
# from removing or altering any copyright, trademark, and/or other intellectual property or proprietary rights
# notices of Splunk placed on or embedded in any Splunk materials.
loginDocumentTitleOption = default
loginDocumentTitleText =
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For other dashboard, it's part of the core js files. For e.g. change in &lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/build/pages/enterprise/common.js&lt;/P&gt;

&lt;P&gt;From &lt;BR /&gt;
&lt;CODE&gt;document.title=splunkUtils.sprintf(_("%s | Splunk %s %s").t(),title,isLite?"Light":"",version)}.bind(this))}&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;to&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;document.title=splunkUtils.sprintf(_("%s | your_preferred_text %s").t(),title,isLite?"Light":"",version)}.bind(this))}&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This will print &lt;CODE&gt;Your Dashboard Name| your_preferred_text&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Upgrade of splunk will rewrite these files and you might need to redo it again. And again highly suggest to consult with your splunk contact! *&lt;EM&gt;Risk is all yours &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; *&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:14:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/448369#M127023</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-09-29T21:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the title text on the tabs from default text to a custom text?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/448370#M127024</link>
      <description>&lt;P&gt;This perfectly served my requirement. Thank you very much, @renjith.nair &lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 12:51:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/448370#M127024</guid>
      <dc:creator>sh254087</dc:creator>
      <dc:date>2018-09-12T12:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the title text on the tabs from default text to a custom text?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/610541#M212343</link>
      <description>&lt;P&gt;Any updates to this for Splunk 9.x?&lt;/P&gt;&lt;P&gt;We are an OEM partner and authorized to make this change, but cannot figure out how to make the change in Splunk 9.x. It looks like the javascript syntax has changed. I found what I thought was the equivalent, but changing it doesn't have any affect.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 17:59:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/610541#M212343</guid>
      <dc:creator>brook5838</dc:creator>
      <dc:date>2022-08-23T17:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the title text on the tabs from default text to a custom text?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/611215#M212522</link>
      <description>&lt;P&gt;If using dark mode dashboards, you also have to edit the following two files with same tweak:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;/opt/splunk/share/splunk/search_mrsparkle/exposed/build/pages/dark/dasboard.js&lt;/LI&gt;&lt;LI&gt;/opt/splunk/share/splunk/search_mrsparkle/exposed/build/pages/dark/dashboard_1.1.js&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 29 Aug 2022 22:08:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-title-text-on-the-tabs-from-default-text-to/m-p/611215#M212522</guid>
      <dc:creator>brook5838</dc:creator>
      <dc:date>2022-08-29T22:08:55Z</dc:date>
    </item>
  </channel>
</rss>

