Syslog Sender Hostname
To configure the syslog sender hostname:
-
Create a YML file named
docker-compose.syslog.ymlwith the following content:services: gateway: hostname: "desired sender name" -
Add
docker-compose.syslog.ymlto theCOMPOSE_FILElist in the.envfile:sed -i 's/^COMPOSE_FILE=\(.*\)$/COMPOSE_FILE=\1:docker-compose.syslog.yml/' .env -
Restart MITIGATOR:
docker-compose down && docker-compose up -d