Docker environment for PGS Elasticsearch workshop
- Build:
build.sh- Run:
run.sh- Visit:
http://localhost:3000* replace localhost with your docker host if needed
Kibana dashboard:
http://localhost:5601If elasticsearch container doesn't start up use:
docker logs elastic-symfony-demo_elasticsearchIf there is a problem with not enough memory, assign it with below command:
sysctl -w vm.max_map_count=262144