<?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 to change the default local for the web UI in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301830#M19268</link>
    <description>&lt;P&gt;Deletion of the en_US dir breaks the splunk ui. There must be some other dependency that the UI requires from the en_US directory.&lt;/P&gt;

&lt;P&gt;"Error connecting: Connection refused"&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 16:19:58 GMT</pubDate>
    <dc:creator>Lucas_K</dc:creator>
    <dc:date>2020-09-29T16:19:58Z</dc:date>
    <item>
      <title>How to change the default local for the web UI</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301825#M19263</link>
      <description>&lt;P&gt;From the little documentation I can find, it seems that Splunk Search head Web UI will attempt to use the locale configure in your browser.&lt;/P&gt;

&lt;P&gt;I am in an european country which language is not supported in Splunk so the UI keeps defaulting to en_US.&lt;/P&gt;

&lt;P&gt;How do I tell Splunk to default to en_GB (Or one of the other support Splunk languages) so we get more sensible timestamps in the UI?&lt;/P&gt;

&lt;P&gt;I am looking for a "proper" solution (A simple configuration somewhere) and NOT having to manually change the URL address in the browser nor have to hack python files which may break on upgrades.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 07:33:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301825#M19263</guid>
      <dc:creator>ByteFlinger</dc:creator>
      <dc:date>2017-10-10T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the default local for the web UI</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301826#M19264</link>
      <description>&lt;P&gt;According to the documentation: &lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/Admin/Userlanguageandlocale"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.0/Admin/Userlanguageandlocale&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It is browser specified, which makes it difficult for you, since that would break other things for you. And since the override method of changing the URL is not what you are looking for, you may be out of luck for a simple solution. &lt;/P&gt;

&lt;P&gt;Have thought about using a "vanity URL" that redirects from a simple URL to the one that you want? It should do what you want in all other aspects. So you set up &lt;CODE&gt;splunk.mybiz.se&lt;/CODE&gt; to point to &lt;CODE&gt;splunk.mybiz.se:8000/en_GB&lt;/CODE&gt;. We use nginx to redirect our Splunk access through to the 8000 port, and I don't see any reason that you could not do the same thing in this case.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 10:24:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301826#M19264</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-10-10T10:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the default local for the web UI</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301827#M19265</link>
      <description>&lt;P&gt;If we had an nginx sure however we go directly to the search head as we only have one. Thanks for the answer, it sounds strange that there is no way to change this as clearly my browser is not reporting en-US&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:52:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301827#M19265</guid>
      <dc:creator>ByteFlinger</dc:creator>
      <dc:date>2017-10-10T13:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the default local for the web UI</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301828#M19266</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/29305"&gt;@ByteFlinger&lt;/a&gt;&lt;/P&gt;

&lt;P&gt;Please check below splunk answer it might help you,&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/10265/change-default-web-ui-locale.html" target="_blank"&gt;https://answers.splunk.com/answers/10265/change-default-web-ui-locale.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/AdvancedDev/TranslateSplunk" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/AdvancedDev/TranslateSplunk&lt;/A&gt;&lt;BR /&gt;
or&lt;/P&gt;

&lt;P&gt;go to this location,&lt;BR /&gt;
$SPLUNK_HOME$/lib/python2.7/site-packages/splunk/appserver/mrsparkle/locale&lt;/P&gt;

&lt;P&gt;1) make sure en_GB is present.&lt;BR /&gt;
2) tar en_US&lt;BR /&gt;
3) Delete en_US&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:13:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301828#M19266</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2020-09-29T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the default local for the web UI</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301829#M19267</link>
      <description>&lt;P&gt;You should be able to run nginx on the same server and have it only answer on port 80, which Splunk doesn't normally answer on anyway. If you ever have more than one SH, it would come in handy for load balancing anyway.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 14:14:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301829#M19267</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-10-10T14:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the default local for the web UI</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301830#M19268</link>
      <description>&lt;P&gt;Deletion of the en_US dir breaks the splunk ui. There must be some other dependency that the UI requires from the en_US directory.&lt;/P&gt;

&lt;P&gt;"Error connecting: Connection refused"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:19:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-default-local-for-the-web-UI/m-p/301830#M19268</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2020-09-29T16:19:58Z</dc:date>
    </item>
  </channel>
</rss>

