Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Kibana 6.x

You're reading from   Mastering Kibana 6.x Visualize your Elastic Stack data with histograms, maps, charts, and graphs

Arrow left icon
Product type Paperback
Published in Jul 2018
Publisher Packt
ISBN-13 9781788831031
Length 376 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Anurag Srivastava Anurag Srivastava
Author Profile Icon Anurag Srivastava
Anurag Srivastava
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. Revising the ELK Stack FREE CHAPTER 2. Setting Up and Customizing the Kibana Dashboard 3. Exploring Your Data 4. Visualizing the Data 5. Dashboarding to Showcase Key Performance Indicators 6. Handling Time Series Data with Timelion 7. Interact with Your Data Using Dev Tools 8. Tweaking Your Configuration with Kibana Management 9. Understanding X-Pack Features 10. Machine Learning with Kibana 11. Create Super Cool Dashboard from a Web Application 12. Different Use Cases of Kibana 13. Creating Monitoring Dashboards Using Beats 14. Best Practices 15. Other Books You May Enjoy

Installing X-Pack


In this section, we will take a look at the steps to install X-Pack for Elasticsearch and Kibana. It provides various features, as we have already discussed. It also changes the different views, such as adding the Reporting tab under Visualization and the Query Profile under Dev Tools. Similarly, there are many additions, which we may notice after installing X-Pack. Now let's take a look at how to install X-Pack.

Installing X-Pack into Elasticsearch

To install X-Pack to our Elasticsearch setup, we will need to perform following steps:

  1. First, we need to stop Elasticsearch.
  2. Move to the Elasticsearch setup directory and then enter the following command:
   bin/elasticsearch-plugin install x-pack
  1. After successfully running the command, start Elasticsearch.
    1. Generate default passwords, as follows:
   bin/x-pack/setup-passwords auto

The preceding command will create the passwords automatically, which we will need to copy to log into the system.

Installing X-Pack into Kibana

To install X...

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 €18.99/month. Cancel anytime