Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitodl/elastic-stack-formula
Salt formula for managing the various components of the elastic stack
https://github.com/mitodl/elastic-stack-formula
Last synced: 6 days ago
JSON representation
Salt formula for managing the various components of the elastic stack
- Host: GitHub
- URL: https://github.com/mitodl/elastic-stack-formula
- Owner: mitodl
- License: bsd-3-clause
- Created: 2018-07-18T20:18:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T19:54:42.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:23:21.483Z (8 months ago)
- Language: SaltStack
- Size: 66.4 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
=============
elastic-stack
=============Deploy, configure, and manage the various components of the Elastic Stack (e.g. Elasticsearch, Kibana, Beats, Logstash)
.. note::
See the full `Salt Formulas installation and usage instructions
`_.Available states
================.. contents::
:local:``elastic-stack``
-----------------By default this will execute the `elastic-stack.repository` state
``elastic-stack.repository``
----------------------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.
``elastic-stack.elasticsearch``
----------------------This is a sub-package for installing, configuring, and managing the Elasticsearch service and its plugins
``elastic-stack.kibana``
----------------------This is a sub-package for installing, configuring, and managing the Kibana service and its plugins
``elastic-stack.beats``
----------------------This is a sub-package for installing, configuring, and managing the various Beats agents and their associated modules
``elastic-stack.elastalert``
----------------------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.