How to Install Kibana 7.7.1 on Ubuntu 20.04

Опубликовано: 21 Июнь 2020
на канале: TheLinuxOS
3,847
18

apt-get install curl apt-transport-https
curl -s https://artifacts.elastic.co/GPG-KEY-... | apt-key add -
echo "deb https://artifacts.elastic.co/packages... stable main" | tee /etc/apt/sources.list.d/elastic-7.x.list
apt-get update

apt-get install kibana=7.7.1

server.host: "kibana_ip"

elasticsearch.hosts: ["http://elasticsearch_ip:9200"]

systemctl daemon-reload
systemctl enable kibana.service
systemctl start kibana.service

Social networks:
https://thelinuxos.com/
   / osamamahmood  
  / osamamahmood00  
  / thelinuxosblog  
  / meihacker  
  / osama_mahmood00  

Disclaimer: All information and software available on this site are for educational purposes only. Use these at your own discretion, the site owners cannot be held responsible for any damages caused. The views expressed on this site are our own and do not necessarily reflect those of our employers. If you don't know how to attack, you will not know how to defend it.