compose.yml
file:Config Name | Description | Requirement | Default |
MPAS_URL | The URL of MPAS instance | optional | |
MPAS_REALM | The deployment name to collect the events from | Required | N/A |
MPAS_USERNAME | Username with (realm.events.view/view-events) permission | Required | N/A |
MPAS_PASSWORD | Password for the user to authenticate with MPAS | Required | N/A |
MPAS_LOG_SYNC_SHOW_EVENT_IP_ADDRESS | Set to true to show the IP in the JSON events. If set to false, the IP (s) are removed from the JSON events. | Optional | False |
MPAS_LOG_SYNC_SHOW_EVENT_FULL_REPRESENTATION | Set to true to show the full event representation. | Optional | False |
MPAS_LOG_SYNC_SHOW_EVENT_USERNAME | Set
to true to show the username in the JSON events. If set to false, the username
is removed from the JSON events. | Optional | False |
MPAS_LOG_SYNC_START_FROM_EARLIEST_EVENT | Set
to true to start the events collection from the earliest event. This is ideal
for the first time collection of all events. Else set to false to only collect
new events that are generated after the point the service is launched | Optional | False |
MPAS_LOG_SYNC_POLLING_INTERVAL_MS | The
interval in millisecond (ms) to poll Multi-Pass authentication service. | Optional | 5000 |
MPAS_LOG_SYNC_OUTPUT_MODE | The
SIEM to send events to. Supported output modes are “fortisiem” and “stdout”. If set to stdout all events are printed
directly to the console output. | Required | N/A |
FORTISIEM_URL | URL
used by the Log Sync Service to forward the events to Fortisiem. It should be
the root URL of the Supervisor node or
the Collector node. | Required with Fortisiem | N/A |
FORTISIEM_USERNAME | Username
used to authenticate with FortiSIEM | Required with Fortisiem | N/A |
FORTISIEM_PASSWORD | Password
used to authenticate with FortiSIEM | Required with Fortisiem | N/A |
FORTISIEM_REPORTING_IP | This
is the reporting IP, or the source of the log. The value you specify here will
populate the CMDB as a reporting device. | recommended
with Fortisiem | 0.0.0.0 |
This deployment is suitable for environment where your FortiSIEM is accessible by MPAS over the internet. If you want us to manage the Multi-Pass Log Sync Service deployment, please contact us.