Releases: elastic/start-local
Releases · elastic/start-local
Release 0.4.1
Release 0.4.0
Release 0.3.0
Release 0.2.0
This release contains the following changes and fixes:
- Added the
uninstall.sh
script in the output folder to facilitare the uninstall of start-local (978bdc1) - Improved the error log file, including the
docker logs
of each service (es-local-dev
,kibana-local-dev
,kibana_settings
) (978bdc1) - Refactored the
start-local.sh
script using functions and amain()
section with all the steps (978bdc1) - Added the
ES_LOCAL_URL
(i.e.http://localhost:9200
) in.env
file (960248a); - Fixed the
cleanup()
function, adding the remove of docker volumes using the commanddocker compose down -v
(a659c9d) - Improved the output information adding also emoji (#5)
Release 0.1.1
- Fixed "grep -P" usage for some MacOS environments #3
Release 0.1
First release.