What is the ELK Stack? There are recommended ways to deploy the stack for development and testing purposes.
elastic-package - a tool that spins up en entire elastic stack locally.
(you may need to authenticate)
For example, spinning up 8.6.0 stack locally:
- Load stack environment variables
eval "$(elastic-package stack shellinit --shell $(basename $SHELL))"
- Spin up the 8.6.0 stack
elastic-package stack up --version 8.6.0 -v -d
This is the recommended way to deploy the stack for development and testing purposes. As it dosn't require any local resources, configuration, and maintenance. You can just spin up a new deployment, and connect to it:
Spin up Elastic stack using cloud or staging (which will be deleted after 14 days)