From ab9635810232fe177683508e90625b179686663d Mon Sep 17 00:00:00 2001 From: admingit Date: Thu, 17 Aug 2023 17:17:58 +0200 Subject: [PATCH] update --- .../03-Forward_to_syslogCTRL/local/outputs.conf | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/deployment-apps/03-Forward_to_syslogCTRL/local/outputs.conf b/deployment-apps/03-Forward_to_syslogCTRL/local/outputs.conf index 9bd2460c..08ced90e 100644 --- a/deployment-apps/03-Forward_to_syslogCTRL/local/outputs.conf +++ b/deployment-apps/03-Forward_to_syslogCTRL/local/outputs.conf @@ -1,4 +1,13 @@ -[syslog:esxigroup] -server = 10.10.40.110 -maxEventSize = 6400 -type = udp \ No newline at end of file +#[syslog:esxigroup] +#server = 10.10.40.110 +#maxEventSize = 6400 +#type = udp + +[tcpout] +defaultGroup = esxigroup +indexAndForward = 0 + +[tcpout:esxigroup] +server = 10.10.40.110:514 + +[tcpout-server://10.10.40.110:514] \ No newline at end of file