How to Install Kibana 7.7.1 on Ubuntu 20.04
TheLinuxOS
apt-get install curl apt-transport-https curl -s https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add - echo "deb https://artifacts.elastic.co/packages/7.x/apt 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/ https://www.youtube.com/c/OsamaMahmood https://www.snapchat.com/add/osamamahmood00 https://facebook.com/thelinuxosblog https://twitter.com/MeiHacker https://www.instagram.com/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. ... https://www.youtube.com/watch?v=LogKq8m7EP0
17381486 Bytes