Logstash
Logstash
Introduction
Deploy By Binary
Quick Start
# 1.download and decompression
https://www.elastic.co/downloads/logstash
# 2.configure
touch config/logstash.conf
vim config/logstash.conf
# 3.run
bin/logstash -f logstash.confConfig and Boot
Deploy By Container
Run On Kubernetes
Last updated