Ask questions. Get answers. Find technical product solutions from passionate experts in the NXLog community.
Error with multiple Host in <Output> om_tcp
mhu1234 created
I'm using nxlog-ce-2.11.2190.msi (Community Edition) on Windows 2016 to send Windows Logs to a syslog server.
If I put more than one Host to the <Output> section like
<Output to_splunk>
Module om_tcp
Host abc1.corp.net
Host abc2.corp.net
Host abc3.corp.net
Port 514
Exec to_syslog_ietf();
</Output>
I get the following error when validating the configuration
C:\Windows\system32>"C:\Program Files (x86)\nxlog\nxlog.exe" -v
2021-10-29 10:12:03 ERROR host is already defined at C:\Program Files (x86)\nxlog\conf\nxlog.conf:67
With just one Host defined, it works.
What is false? Is the featuren not supported by the Community Edition?
Regards,
Martin
mhu1234 created