June 2018
Intermediate to advanced
276 pages
6h 26m
English
At this point, we have installed Elasticsearch and Kibana; now we need to install Logstash to collect and transform data. The Logstash pipeline contains three components:

Let's add Logstash to the sources list, and then update it:
echo 'deb http://packages.elastic.co/logstash/2.2/debian stable main' |sudo tee /etc/apt/sources.list.d/logstash-2.2.x.list

Install Logstash as follows:
apt-get install logstash

Once ...
Read now
Unlock full access