Syslog Sender Hostname

To configure the syslog sender hostname:

  1. Create a YML file named docker-compose.syslog.yml with the following content:

    services:
      gateway:
        hostname: "desired sender name"
  2. Add docker-compose.syslog.yml to the COMPOSE_FILE list in the .env file:

    sed -i 's/^COMPOSE_FILE=\(.*\)$/COMPOSE_FILE=\1:docker-compose.syslog.yml/' .env
  3. Restart MITIGATOR:

    docker-compose down && docker-compose up -d