From 7d2adcc02f750a15833696202a14d2f3a81be4aa Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Fri, 15 Dec 2023 13:41:03 -0500 Subject: [PATCH] Add note to readme about hostname templates with cluster loadbalancing Added section for "Usage Notes" and a bullet about hostname templates and specific changes that may be required to ensure the client IP makes it to rsyslog. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8ed45d3..520b218 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,7 @@ To start from scratch, do * **Remember to periodically apply (security) updates to the docker images!** + +### Usage Notes + +* Hostname Templates - If you run this in a cluster environment with load balancing or any other networking layer that may hide or change the client IP address, you may need to configure your cluster service that exposes rsyslog to ensure that the actual client IP address makes it through to rsyslog.