Outils pour utilisateurs

Outils du site


software:applications:elasticsearch:installer_kibana

Ceci est une ancienne révision du document !


Table des matières

Installer Kibana

kibana est l'interface Web de la pile ELK

Installation

On utilise la procédure d'installation sur un système Debian par ajout du dépot et installation du package kibana :

  • Définir le nom d'hote et le fichier /etc/hosts
apt-get update && apt-get upgrade
apt-get install gpg
 
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | gpg --dearmor -o /usr/share/keyrings/elasticsearch-keyring.gpg
 
apt-get install apt-transport-https
echo "deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/8.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-8.x.list
 
apt-get update && apt-get install kibana

Références

software/applications/elasticsearch/installer_kibana.1721478785.txt.gz · Dernière modification : 2024/07/20 12:33 de yoann