See particular index data in the Kibana

Ankit Kumar Rajpoot
2 min readSep 15, 2020

--

Kibana is an open-source data visualization dashboard for Elasticsearch. It provides visualization capabilities on top of the content indexed on an Elasticsearch cluster. Users can create bar, line and scatter plots, or pie charts and maps on top of large volumes of data.

There are some basic steps which are given below.

Step 1:- Open the Kibana URL. like https://search-testarticle-2cwv6oh7wtz3hxowgxv3rprnsa.ap-south-1.es.amazonaws.com/_plugin/kibana/ after opening the dashboard it looks like this.

Kibana Dashboard

Step 2:- Click on the Settings tab.

Setting Tab

Step 3:- Check “Index pattern”

Index Pattern

Step 4:- Enter the index name/pattern in the textbox for index.

For example — if the index in ES is “abc-2016.12.11”, u can enter “abc*” pattern and click outside.

Create Index

Step 5:- “Create” button will be activated. Click it.

Index Created

After creating an index pattern you can discover your data like this.

Discover Data

That’s it for this time! I hope you enjoyed this post. As always, I welcome questions, notes, comments and requests for posts on topics you’d like to read. See you next time! Happy Coding !!!!!

--

--

Ankit Kumar Rajpoot
Ankit Kumar Rajpoot

Written by Ankit Kumar Rajpoot

I’m a MERN Developer. ( Redux | AWS | Python ) I enjoy taking on new things, building skills, and sharing what I’ve learned.

No responses yet