-
Notifications
You must be signed in to change notification settings - Fork 0
Setting))Logstash
ilgwonPark edited this page Nov 13, 2018
·
1 revision
The way we setup Logstash configuration.
OS: CentOS 6.7(x86_64) Kibana version: 6.4.3
- Download on https://www.elastic.co/downloads/logstash
- Download using wget(when wget package is installed already)
Type
wget https://artifacts.elastic.co/downloads/logstash/logstash-6.4.3-x86_64.rpmon terminal - Download PGP Key
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
Type sudo rpm --install logstash-6.4.3-x86_64.rpm on terminal
- Use -f command
$ ./logstash -f ../conf/sample_pipeline.conf