Outils pour utilisateurs

Outils du site


software:applications:elasticsearch:installer_kibana

Ceci est une ancienne révision du document !


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

Enregistrer kibana auprès du node elasticsearch

Kibana doit s'enregistre auprès du node elasticsearch pour pouvoir

Depuis le node elastic:

 

Définir le service

Pour démarrer kibana avec l’hôte en tant que service système :

sudo /bin/systemctl daemon-reload
sudo /bin/systemctl enable kibana.service

Références

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