2
4

More than 5 years have passed since last update.

Kibana の 日本語化

Last updated at Posted at 2019-07-12

1. 日本語ファイルを取得

ja-JP.json配置
cd /usr/share/kibana/node_modules/x-pack/plugins/translations/translations
wget https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/translations/translations/ja-JP.json

2. 設定ファイル変更

/etc/kibana/kibana.yml
# Specifies locale to be used for all localizable strings, dates and number formats.
i18n.locale: "ja-JP"

3. 再起動

# systemctl restart kibana
2
4
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
2
4