slackhq / go-audit

go-audit is an alternative to the auditd daemon that ships with many distros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong app name in syslogs

nbommu1 opened this issue · comments

  • [x ] I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • [x ] I've read and agree to the Code of Conduct.
  • [ x] I've searched for any related issues and avoided creating a duplicate issue.

Description

latest version has wrong app in syslogs.

Reproducible in:

go-audit version:
latest git clone
OS version(s):
amzn linux

Steps to reproduce:

when go audit is running I see host FQDN as app name

Expected result:

Aug 15 03:25:07 instance-test.abc.local /usr/local/bin/go-audit[3262]

e.g. What you expected to happen

Actual result:

Aug 15 03:25:07 instance-test instance-test.abc.local /usr/local/bin/go-audit[3262]

e.g. What actually happened

This can be set in config, if this isn't working for you, can you provide which syslog server and version you are using?