LoginSignup
0
0

More than 5 years have passed since last update.

Kibana 5.6 をとりあえず動かしてみた

Last updated at Posted at 2017-09-15

DL:https://www.elastic.co/downloads/kibana
 Version:5.6.0
 Release date:September 11, 2017
 
※KibanaとElasticsearchは同じバージョン推奨(ドキュメントより)


■Kibana

リポジトリ追加

rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch

cat << EOF > /etc/yum.repos.d/kibana5.repo
[kibana-5.x]
name=Kibana repository for 5.x packages
baseurl=https://artifacts.elastic.co/packages/5.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md
EOF

インストール

yum install kibana-5.6.0-1
chkconfig --add kibana

設定
https://www.elastic.co/guide/en/kibana/current/settings.html 参照
デフォルトから変えたところ(明示的にコメント外したところも含む)

server.port: 5601
server.host: "tomi-test-agg01.hoge-internal.jp"
elasticsearch.url: "http://tomi-test-elastic01.hoge
internal.jp:9200"

起動

service kibana start

接続方法
https://www.elastic.co/guide/en/kibana/current/access.html 参照

http://tomi-test-agg01.hoge-internal.jp:5601
0
0
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
0