# Please set the following values to suit your environment and make # sure agent-ca.pem is copied to %CERTDIR% with the proper ownership define NXLOG_MANAGER_ADDRESS X.X.X.X define NXLOG_MANAGER_PORT 4041 LogLevel INFO LogFile %MYLOGFILE% Module xm_soapadmin Connect %NXLOG_MANAGER_ADDRESS% Port %NXLOG_MANAGER_PORT% SocketType SSL CAFile %CERTDIR%/agent-ca.pem # CertFile %CERTDIR%/agent-cert.pem # CertKeyFile %CERTDIR%/agent-key.pem AllowUntrusted TRUE RequireCert FALSE Directory %CONFDIR% AllowRead TRUE AllowWrite TRUE Directory %CERTDIR% AllowRead TRUE AllowWrite TRUE