~peter-sabaini/charm-rsyslog-forwarder-ha:add-message-filtering

Last commit made on 2019-09-24
Get this branch:
git clone -b add-message-filtering https://git.launchpad.net/~peter-sabaini/charm-rsyslog-forwarder-ha
Only Peter Sabaini can upload to this branch. If you are Peter Sabaini please log in for upload directions.

Branch merges

Branch information

Name:
add-message-filtering
Repository:
lp:~peter-sabaini/charm-rsyslog-forwarder-ha

Recent commits

acee1ce... by Peter Sabaini

Message filtering

This adds an option to filter messages to forward to a remote server,
based on facility and severity in the customary '<facility>.<sev>'
notation

6161511... by Michael Skalka

add port configuration to forward_hosts

Reviewed-on: https://code.launchpad.net/~mskalka/rsyslog-forwarder-ha-charm/+git/rsyslog-forwarder-ha-charm/+merge/369824
Reviewed-by: Tom Haddon <email address hidden>

2cef31b... by Michael Skalka

added default port to relp logic

ef7c66d... by Michael Skalka

revert omrelp port change

d3706ec... by Michael Skalka

add port option to forward_hosts

a6557a9... by Pedro Guimarães

* Allows to add rsyslog servers to log forward to via config options
* Added unit tests

LP: #1812004

Reviewed-on: https://code.launchpad.net/~pguimaraes/rsyslog-forwarder-ha-charm/+git/rsyslog-forwarder-ha-charm/+merge/362725
Reviewed-by: Tom Haddon <email address hidden>

eb3039b... by Pedro Guimarães

patched unit tests for option server list option

a04af0f... by Chris Sanders

Example unit tests

4d9db0a... by Pedro Guimarães

Allows to add rsyslog servers to forward to via config options
LP: #1812004

02c9ab3... by Pedro Guimarães

Add Bionic and TLS config-based support

Also adds py36 as an option for unit tests

LP: #1807124, #1796973, #1797162