meta données pour cette page
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| monitoring:elk [14/12/2023 20:54] – [Installation de Kibana] mdl | monitoring:elk [14/12/2023 22:17] (Version actuelle) – [Installation ElasticSearch] mdl | ||
|---|---|---|---|
| Ligne 6: | Ligne 6: | ||
| < | < | ||
| apt install nmap wget curl htop gpg apt-transport-https | apt install nmap wget curl htop gpg apt-transport-https | ||
| - | </ | + | </ |
| + | ===== Installation ElasticSearch ===== | ||
| * Téléchargement | * Téléchargement | ||
| < | < | ||
| Ligne 41: | Ligne 42: | ||
| {{: | {{: | ||
| + | * création d'un user pour le monitoring | ||
| + | -p = mot de passe \\ | ||
| + | -r = role | ||
| + | < | ||
| + | / | ||
| + | </ | ||
| ====== Installation de Kibana ====== | ====== Installation de Kibana ====== | ||
| * Installation | * Installation | ||
| Ligne 55: | Ligne 62: | ||
| < | < | ||
| systemctl daemon-reload | systemctl daemon-reload | ||
| - | systemctl enable kibana.service | + | systemctl enable kibana.service |
| + | </ | ||
| + | |||
| + | ===== Installation LogStash ===== | ||
| + | * Installation | ||
| + | < | ||
| + | apt install logstash | ||
| + | </ | ||
| + | |||
| + | ===== Installation Agent MetricBeat ===== | ||
| + | Installation de l' | ||
| + | * copie des binaireS dans **Program files** | ||
| + | <code powershell> | ||
| + | New-Item -Type directory -path ' | ||
| + | Copy-Item -Path ' | ||
| + | etricbeat\' | ||
| + | </ | ||
| + | * Création du service | ||
| + | <code powershell> | ||
| + | Set-ExecutionPolicy unrestricted | ||
| + | cd ' | ||
| + | .\install-service-metricbeat.ps1 | ||
| </ | </ | ||