diff --git a/cmd/localauditd/localauditd.go b/cmd/localauditd/localauditd.go index db4805f1f0bfc2acc6ebbaf86ed028d2ac53a3b6..1b9fb7e95b7d1ed8021e78fcb9c0ae70c22793a5 100644 --- a/cmd/localauditd/localauditd.go +++ b/cmd/localauditd/localauditd.go @@ -25,7 +25,7 @@ var ( sslCert = flag.String("ssl-cert", "/etc/ai/localhost_internal.pem", "SSL certificate file") sslKey = flag.String("ssl-key", "/etc/ai/localhost_internal.key", "SSL private key file") spoolDir = flag.String("spool-dir", "/var/spool/audit/incoming", "Path to the spool directory") - serverUrl = flag.String("server", "https://logs.m.investici.org:1717", "URL for the main audit server") + serverUrl = flag.String("server", "https://audit.x.investici.org:1717", "URL for the main audit server") socketPath = flag.String("socket", "/var/run/audit/local", "Path to the local socket to listen on") enableSyslog = flag.Bool("syslog", false, "Log to syslog") )