Le xpack d’elastic permet d’apporter des fonctionnalités supplémentaires (Authentification, machine learning…) mais il est soumis à licence. Voici comment installer le xpack pour logstash.
cd /usr/share/logstash/bin ./logstash-plugin install x-pack
Voici le résultat de la commande
Downloading file: https://artifacts.elastic.co/downloads/logstash-plugins/x-pack/x-pack-5.5.1.zip Downloading [=============================================================] 100% Installing file: /tmp/studtmp-6bdfe41ce102862e861cf6ed48b02d47109b283ca12e7c1aff486da411a2/x-pack-5.5.1.zip Install successful
Il faut ensuite redémarrer le service
service logstash restart