1
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Splunk】ブラウザアクセスのGUI表示を日本語化

Last updated at Posted at 2017-03-26

データ分析ツールであるSplunkをインストール後にブラウザアクセスしてみると全部英語になり、日本語に変更するためには、Splunk側の設定ではなくURLを変更します。

インストール後にアクセスするように指示されるURLにアクセスするとデフォルトでは下記URLを見に行きます。(ちなみに指示されるURLはhttp://localhost:8000/)

http://localhost:8000/en-US/app/launcher/home

このURLは英語表示であり、URLの/en-US/の部分を/ja-JP/に変更した下記にアクセスすると日本語表示になります。

http://localhost:8000/ja-JP/app/launcher/home

ちょっとおそまつな日本語な部分もありますが、全部英語よりは楽な部分もアルのではないでしょうか。

1
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?