See particular index data in the Kibana
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.
Step 2:- Click on the Settings tab.
Step 3:- Check “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.
Step 5:- “Create” button will be activated. Click it.
After creating an index pattern you can discover your data like this.
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 !!!!!