Add elasticsearch output for rsyslog
It doesn't come bundled with the rsyslog main package in CentOS/RHEL, so we need to add it. Change-Id: I70ed990b0ba98124bf5afdee8f553fcdda2510fe
This commit is contained in:
@@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
|
|
||||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||||
{% set rsyslog_packages = [
|
{% set rsyslog_packages = [
|
||||||
|
'rsyslog-elasticsearch',
|
||||||
'rsyslog-gnutls',
|
'rsyslog-gnutls',
|
||||||
'rsyslog-mmjsonparse',
|
'rsyslog-mmjsonparse',
|
||||||
'rsyslog-mmnormalize'
|
'rsyslog-mmnormalize'
|
||||||
|
Reference in New Issue
Block a user