Elk
De Linuxmemo.
(Différences entre les versions)
(Page créée avec « Catégorie:Logiciel 60 apt install net-tools vim 14 mount /media/cdrom 15 cd /media/cdrom 20 cp VBoxLinuxAdditions.run ~ 21 cd ~ 24 chmod 700 VBox... ») |
|||
Ligne 16 : | Ligne 16 : | ||
58 dpkg -i kibana-7.0.0-amd64.deb | 58 dpkg -i kibana-7.0.0-amd64.deb | ||
59 dpkg -i logstash-7.0.0.deb | 59 dpkg -i logstash-7.0.0.deb | ||
+ | 343 systemctl enable logstash.service | ||
+ | 344 systemctl enable elasticsearch.service | ||
+ | 345 systemctl enable kibana.service |
Version actuelle en date du 3 mai 2019 à 16:19
60 apt install net-tools vim 14 mount /media/cdrom 15 cd /media/cdrom 20 cp VBoxLinuxAdditions.run ~ 21 cd ~ 24 chmod 700 VBoxLinuxAdditions.run 34 apt install linux-headers-4.9.0-8-amd64 36 apt install gcc perl make 37 ./VBoxLinuxAdditions.run 50 wget -c https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.0-amd64.deb 51 wget -c https://artifacts.elastic.co/downloads/kibana/kibana-7.0.0-amd64.deb 52 wget -c https://artifacts.elastic.co/downloads/logstash/logstash-7.0.0.deb 66 apt install default-jre 57 dpkg -i elasticsearch-7.0.0-amd64.deb 58 dpkg -i kibana-7.0.0-amd64.deb 59 dpkg -i logstash-7.0.0.deb 343 systemctl enable logstash.service 344 systemctl enable elasticsearch.service 345 systemctl enable kibana.service