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

Importing Beat dashboards


Beats have predefined Kibana dashboards that we can import directly for showing inside the Kibana dashboard. By using a Beat executable, we can import the dashboards and index pattern for that Beat. Now, I will cover how we can import the dashboards in different Beats.

Importing dashboards in Filebeat

We need to run the following command for importing Filebeat dashboards and index patterns in Kibana:

filebeat setup

The preceding command will load index mapping, Kibana dashboards, and machine learning jobs if they have been created. We can pass the flag in the previous command. For example, if we only require dashboards, we can pass the following command:

filebeat setup --dashboards

We can pass --help if we want the details about the Filebeat setup command:

filebeat setup --help

Importing dashboards in Metricbeat

We have to run the following command for importing Metricbeat dashboards and index patterns in Kibana:

metricbeat setup

The preceding command loads index mapping,...

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