diff --git a/HowtoELK.md b/HowtoELK.md index 6c1437f8..bdba495d 100644 --- a/HowtoELK.md +++ b/HowtoELK.md @@ -81,6 +81,20 @@ find ${LOG_DIR} -type f -user root -name "logstash.stdout.*.gz" -mtime +${MAX_AG À ce stade, aucun "pipeline" Logstash n'est configuré. Voir +### Ajout de plugins + +Il est possible d'installer des plugins logstash via la commande `logstash-plugin`. + +Pour installer par exemple le plugin « logstash-input-jdbc » : + +~~~ +# cd /usr/share/logstash/ +/usr/share/logstash# bin/logstash-plugin install logstash-input-jdbc +Validating logstash-input-jdbc +Installing logstash-input-jdbcio/console on JRuby shells out to stty for most operations +Installation successful +~~~ + ## Kibana Kibana est une interface de visualisation des donnes stockées dans Elasticsearch.