Setting Up a Local Elastic Search/Kibana on Docker

Talha Abdur Rahman
featurepreneur
Published in
Aug 18, 2021
Photo by Markus Winkler on Unsplash

Elastic Search is one of the most popular open-source tools for implementing a search related feature

One of the most popular UI for elastic search is Kibana

Now, setting up an elastic search server is not that difficult, but when you pair it up with the hassle of connecting to the Kibana UI and setting all those pesky environment variables.

It is worthwhile to just find a docker-compose file that will do just the thing for you.

Check out this docker-compose file to make life a little easier for yourself

--

--