elk // kibana install v7

install

scp kibana-7.17.29-amd64.deb debian12-tpl-msk:

dpkg -i kibana-7.17.29-amd64.deb

setup

server.host: "0.0.0.0"
server.name: "elk7"
elasticsearch.hosts: ["http://localhost:9200"]

ready to go

systemctl status kibana.service 
systemctl restart kibana
systemctl enable kibana

usage

host elk7
nmap -p 5601 elk7

http://elk7/

–or– in case you didn’t setup host and port, you can still reach the web ui through tunnel

ssh debian12-tpl-msk -L 5601:localhost:5601

http://localhost:5601/app/home

resources

https://www.elastic.co/guide/en/kibana/7.17/production.html#openssl-legacy-provider

HOME | GUIDES | PLAYBOOKS | LECTURES | LAB | CONTACT | HTML | CSS
Licensed as MIT