Puppet Class: role::logging::opensearch::data
- Defined in:
- modules/role/manifests/logging/opensearch/data.pp
Overview
vim:sw=4 ts=4 sts=4 et:
Class: role::logging::opensearch::data
Provisions OpenSearch backend node for a Logstash cluster.
6 7 8 9 10 11 |
# File 'modules/role/manifests/logging/opensearch/data.pp', line 6
class role::logging::opensearch::data {
include profile::base::production
include profile::firewall
include profile::opensearch::logstash
include profile::opensearch::monitoring::base_checks
}
|