Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Kibana Essentials

You're reading from  Kibana Essentials

Product type Book
Published in Nov 2015
Publisher
ISBN-13 9781784394936
Pages 206 pages
Edition 1st Edition
Languages

The installation of Logstash


In this section, Logstash will be installed. Logstash 1.5.4 will be installed, and the section covers the installation on Ubuntu and Windows separately.

The installation of Logstash on Ubuntu 14.04

To install Logstash on Ubuntu, perform the following steps:

  1. Download Logstash 1.5.4 as a tar file using the following command in the terminal:

    curl-L -O http://download.elastic.co/logstash/logstash/logstash-1.5.4.tar.gz
    
  2. Extract the downloaded .tar file using the following command:

    tar -xvzf logstash-1.5.4.tar.gz
    

    This will extract the files and folder into the current working directory.

  3. Navigate to the bin directory within the logstash-1.5.4 directory:

    cd logstash-1.5.4/bin
    
  4. To check whether Logstash has been installed successfully, type the following command in the terminal after navigating to the bin folder:

    logstash --version
    

    This will print the Logstash version installed.

The installation of Logstash on Windows

We can install Logstash on Windows by going through and applying...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}