Spin up the Elastic Stack
editSpin up the Elastic Stack
editThe elastic-package
tool provides a quick way to spin up the Elastic Stack.
The following command deploys Elasticsearch, Kibana, and the Elastic Package Registry:
elastic-package stack up -v -d
To view a list of the available options for this command, run:
elastic-package stack up -h
When complete, go to http://localhost:5601 and log in with the username elastic
and the password changeme
.
Development time over? Tear down the Elastic Stack with:
elastic-package stack down