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:
Juan Antonio Osorio Robles 2017-11-17 15:16:38 +02:00
parent e78046665c
commit b9ba824f27
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set rsyslog_packages = [
'rsyslog-elasticsearch',
'rsyslog-gnutls',
'rsyslog-mmjsonparse',
'rsyslog-mmnormalize'