Kibana Installtion » 이력 » 버전 2
SANGKYU KANG, 2018-06-05 05:47 오후
1 | 1 | SANGKYU KANG | h1. Kibana Installtion |
---|---|---|---|
2 | 2 | SANGKYU KANG | |
3 | |||
4 | <pre> |
||
5 | wget https://artifacts.elastic.co/downloads/kibana/kibana-5.4.0-linux-x86_64.tar.gz |
||
6 | sha1sum kibana-5.4.0-linux-x86_64.tar.gz |
||
7 | tar -xzf kibana-5.4.0-linux-x86_64.tar.gz |
||
8 | cd kibana/ |
||
9 | </pre> |
||
10 | |||
11 | <pre> |
||
12 | listen port 변경 |
||
13 | server.host: "0.0.0.0" |
||
14 | |||
15 | elasticsearch url 변경 |
||
16 | elasticsearch.url: "http://localhost:9200" |
||
17 | </pre> |