Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Elastic Stack

You're reading from  Mastering Elastic Stack

Product type Book
Published in Feb 2017
Publisher Packt
ISBN-13 9781786460011
Pages 526 pages
Edition 1st Edition
Languages
Authors (2):
Ravi Kumar Gupta Ravi Kumar Gupta
Profile icon Ravi Kumar Gupta
Yuvraj Gupta Yuvraj Gupta
Profile icon Yuvraj Gupta
View More author details

Table of Contents (19) Chapters

Mastering Elastic Stack
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. Elastic Stack Overview 2. Stepping into Elasticsearch 3. Exploring Logstash and Its Plugins 4. Kibana Interface 5. Using Beats 6. Elastic Stack in Action 7. Customizing Elastic Stack 8. Elasticsearch APIs 9. X-Pack: Security and Monitoring 10. X-Pack: Alerting, Graph, and Reporting 11. Best Practices 12. Case Study-Meetup

Analyzing data using Kibana


When kibana is up and running, we can start visualizing meetup data. Before we can do that, we need to configure index for Kibana. Our index name in Elasticsearch is meetup as we specified in output configuration of Logstash. Let's set up our index pattern. Navigate to Kibana | Management | Index Patterns | Configure an Index Pattern or a Add New index. Add the index pattern for meetup and keep @timestamp field for time field name.

Note

We could use * as wildcard as well and keep meetup*, but we have only one index, and we know that it's meetup so no need to use wildcards. That will also help us to keep data from being mixed up in case we have other indices with the same pattern e.g. meetup-india, meetup-us etc.

Click on Create, and index pattern for our index would be set:

This would add the index pattern, and all fields present in the index meetup will be listed along with their types.

Filtering Content

As soon as our index pattern is set, discover page will be...

lock icon The rest of the chapter is locked
arrow left Previous Chapter
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}