Hi phetertheo,
Welcome to the community. Could you please follow below steps :- Open a ESXi Shell console session where the esxcli command is available, such as the vCLI or on the host directly. Display the existing 5 configuration options on the host using the command: esxcli system syslog config get Set new host configuration, specifying options to change, using a command similar to: esxcli system syslog config set --logdir=/path/to/directory/ --loghost=RemoteHostname --logdir-unique=true|false --default-rotate=NNN --default-size=NNN For example, to configure remote syslog using TCP on port 514: esxcli system syslog config set --loghost='tcp://10.11.12.13:514' After making configuration changes, load the new configuration using the command: esxcli system syslog reload
"You are stronger than you think"
