ELK
(Elasticsearch
, Logstash
, Kibana
) repository to apt
.ELK
's repository via apt-key
.$ wget --quiet --output-document=- https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - [sudo] password for user: OK
ELK
repository file. $ echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list deb https://artifacts.elastic.co/packages/6.x/apt stable main
$ sudo apt update
Kibana
package. $ sudo apt install --assume-yes kibana
$ sudo ufw allow 5601 Rules updated Rules updated (v6)
Kibana
options located in /etc/kibana/kibana.yml
.server.host: "0.0.0.0"
Elasticsearch
server to connect to. elasticsearch.url: "http://192.168.2.131:9200"
Kibana
to automatically start during boot.$ sudo systemctl enable kibana Synchronizing state of kibana.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable kibana
Kibana
service.$ sudo systemctl start kibana
Kibana
host. Comment anonymously. Login not required.