Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.04 KB

ELK-Deployment.md

File metadata and controls

26 lines (19 loc) · 1.04 KB

Elastic Stack Deployment

What is the ELK Stack? There are recommended ways to deploy the stack for development and testing purposes.

Elastic Package Deployment

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

Elastic Cloud Deployment

This is the recommended way to deploy the stack for development and testing purposes. As it doesn'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)