Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.58 KB

README.rst

File metadata and controls

55 lines (33 loc) · 1.58 KB

elastic-stack

Deploy, configure, and manage the various components of the Elastic Stack (e.g. Elasticsearch, Kibana, Beats, Logstash)

Available states

By default this will execute the elastic-stack.repository state

This will enable the elastic stack repository for the specified 'version' (e.g. 6.x by default). All of the sub-packages rely on this state being executed and will include it as part of their install state.

This is a sub-package for installing, configuring, and managing the Elasticsearch service and its plugins

This is a sub-package for installing, configuring, and managing the Kibana service and its plugins

This is a sub-package for installing, configuring, and managing the various Beats agents and their associated modules

This is a sub-package for installing, configuring, and managing the Elastalert service for monitoring the contents of Elasticsearch and generating notifications based on periodic queries.

Template

This formula was created from a cookiecutter template.

See https://github.com/mitodl/saltstack-formula-cookiecutter.