githubEdit

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.conf

Config and Boot

Logstash config

Deploy By Container

Run On Kubernetes

Reference:

Last updated