Introduction to Kibana
- We can create alerts for certain threshold values so that we can get alerts without doing a continuous monitoring
- We can configure different Beats to monitor system metrics, database metrics, and log metrics, etc.
- We can configure the APM to monitor the application metrics and any application related issues.
- We can Configure the JDBC plugin of Logstash to pull RDBMS, CSV, or NoSQL data into Elasticsearch to make it available in Kibana for creating visualizations on different KPIs
- We can use different third-party plugins that help us to get data from different sources. For example, we can use the Twitter plugin to get the Twitter feeds
- We can apply machine learning on our data set to find any data anomaly or future trends by analyzing the current dataset
{ "_index" : "users", "_type" : "_doc", "_id" : "1", "_score" : 1.0, "_source" : { "name" : "Anurag Srivastava" } }
- Click on the "Management" link from the left menu on Kibana UI. This will open the management page of Kibana.
- Now click on the "Index Patterns" link under the "Kibana" heading. This will open the Index Patterns page of Kibana.
- Click on the "Create index patterns" button on the top right corner this will open the "Create index pattern" page with step 1 of 2 "define index pattern".
- In the index pattern, text box types the name of the index "users" to match the index users.
- Also if we want to match more than one index through a single index pattern then we can type the name along with a wildcard. Like if we type "user*" then it will match with the user, users, and user_details index. Please refer to the below screenshot:
- In any case, if it matches any index then we will get the success message and the "next step" button will get enable.
- In the next step, we can do some settings like custom index pattern id. If we want Kibana to set it for us then we can click on the "Create index pattern" button.
- This will create the "users" index pattern and will show the field details along with the option to edit different fields. Here we can set the format of the field. Please refer to the below screenshot:
- We can verify the index pattern by clicking on the "Discover" link from the left menu and then we can select the index pattern from the drop-down, please refer to the below screenshot:
- After selecting the index patterns we can see the documents in tabular or JSON format. We can also apply search and filter on the data, please refer to the below screenshot:
Other Blogs on Elastic Stack:
Configure Logstash to push MongoDB data into Elasticsearch
Load CSV Data into Elasticsearch
Introduction to Elasticsearch
Elasticsearch Installation and Configuration on Ubuntu 14.04
Log analysis with Elastic stack
Elasticsearch Rest API
Basics of Data Search in Elasticsearch
Elasticsearch Rest API
Wildcard and Boolean Search in Elasticsearch
Metrics Aggregation in Elasticsearch
Bucket Aggregation in Elasticsearch
How to create Elasticsearch Cluster
If you found this article interesting, then you can explore “Mastering Kibana 6.0”, “Kibana 7 Quick Start Guide”, “Learning Kibana 7”, and “Elasticsearch 7 Quick Start Guide” books to get more insight about Elastic Stack, how to perform data analysis, and how you can create dashboards for key performance indicators using Kibana.
You can also follow me on:
- LinkedIn: https://www.linkedin.com/in/anubioinfo/
- Twitter: https://twitter.com/anu4udilse
- Medium: https://anubioinfo.medium.com
Comments (0)
Leave a comment
Related Blogs
Bucket Aggregation in Elasticsearch
Aug 29, 2018, 7:15:06 PM | Anurag Srivastava
Metrics Aggregations in Elasticsearch
Aug 18, 2018, 6:02:20 PM | Anurag Srivastava
Introduction to Elasticsearch Aggregations
Aug 14, 2018, 4:47:56 PM | Anurag Srivastava
Wildcard and Boolean Search in Elasticsearch
Aug 10, 2018, 7:14:40 PM | Anurag Srivastava
Basics of Data Search in Elasticsearch
Aug 4, 2018, 7:02:21 AM | Anurag Srivastava
Elasticsearch REST APIs
Jul 31, 2018, 6:16:42 PM | Anurag Srivastava
Top Blogs
Wildcard and Boolean Search in Elasticsearch
Aug 10, 2018, 7:14:40 PM | Anurag Srivastava
Elasticsearch REST APIs
Jul 31, 2018, 6:16:42 PM | Anurag Srivastava
How to count number of words in a HTML string and find Read time in Python 3
Jun 30, 2018, 12:07:47 PM | jitender yadav
Create a Chess board in PHP
Mar 9, 2020, 8:45:41 AM | Rocky Paul
Bucket Aggregation in Elasticsearch
Aug 29, 2018, 7:15:06 PM | Anurag Srivastava
Metrics Aggregations in Elasticsearch
Aug 18, 2018, 6:02:20 PM | Anurag Srivastava