Skip to content

Setting))Logstash

ilgwonPark edited this page Nov 13, 2018 · 1 revision

Logstash Setup

The way we setup Logstash configuration.

Development Environment

OS: CentOS 6.7(x86_64) Kibana version: 6.4.3

Download logstash

  • 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.rpm on terminal

  • Download PGP Key rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch

Install Logstash

Type sudo rpm --install logstash-6.4.3-x86_64.rpm on terminal

Run Logstash with pipeline(.conf file)

  • Use -f command
$ ./logstash -f ../conf/sample_pipeline.conf

Clone this wiki locally