0
1

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 1 year has passed since last update.

Splunk: GUI画面の言語設定を切り替える

Posted at
実施環境: Splunk Free 8.2.2

やりたいこと

Splunk の GUI 画面について、言語設定が想定と異なる場合がまれにあります。
例えば、日本語で表示したかったのに英語で表示されてしまっている場合を考えます。

WS000259.JPG

この場合、言語設定を日本語に切り替えるにはどうすればよいでしょうか。
なお、 OS 自体の言語設定は英語と日本語両方が選択できる状態であるとします。

方法

答えは単純で、接続する URL を変更すればよいです。

例えば先ほどの画面は、以下のような URL になっています。

http://***.***.***.***:***/en-US/app/launcher/home

この URL 中の en-USja-JP に変更すれば、日本語で表示されます。

http://***.***.***.***:***/ja-JP/app/launcher/home

WS000258.JPG

なお、ログイン状態だとうまく切り替わらない場合がありますので、すでに Splunk に接続している場合は一度 Splunk の画面をすべて閉じてから URL を変更して接続しなおす必要があります。

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?