|
|
@ -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 <https://www.elastic.co/guide/en/logstash/5.0/configuration.html> |
|
|
|
|
|
|
|
### 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. |
|
|
|