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