Setting up Elasticsearch with Docker Compose for Indexing Files on NAS

If you have a NAS (Samba) and want to index files, Elasticsearch is an excellent solution. However, setting up Elasticsearch with Docker Compose can be a bit challenging. In this post, we will outline the necessary steps to set up Elasticsearch with Docker Compose. The desired state is Elasticsearch and Kibana to get a web interface to manage users/roles/indexes. In Elasticsearch version 7.x, you need to take the following steps:...

March 21, 2023 · 2 min · Zeeshan Khan