Test of elastic enterprise search.
Inspiration example docker-compose.
Added features:
- Added kibana
- Update to use elasticsearch native realm for authentication, so that kibana can be connected to enterprise search
1.Set the elastic version and password and load the environment variables:
source .env
2.Run docker-compose up
3.Recover credentials for enterprise search by running:
docker-compose logs enterprisesearch | grep "Default user credentials have been setup." -A 2
3.Open localhost:3002 and log in, or start kibana and go to App Search
.
- Enterprise search complains that Elasticsearch runs on a OSS licence, and then dies. Even though I added a healthcheck to wait for elasticsearch, it seems that the issue is something else. You have to start enterprise search again and it will work. It is annoying but not a critical issue.