Elk (Elastisearch Logstash Kibana): Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Installation= *wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - *echo "deb https://artifacts.elastic.co/packages/6.x/apt sta…“)
 
Zeile 4: Zeile 4:
 
*apt update
 
*apt update
 
*apt -y install elasticsearch kibana logstash
 
*apt -y install elasticsearch kibana logstash
 +
=Systemd Services=
 +
*systemctl daemon-reload
 +
*systemctl enable kibana.service
 +
*systemctl enable elasticsearch.service
 +
*systemctl enable logstash.service

Version vom 15. Juni 2020, 08:42 Uhr

Installation

Systemd Services

  • systemctl daemon-reload
  • systemctl enable kibana.service
  • systemctl enable elasticsearch.service
  • systemctl enable logstash.service