Settings configuration
The default.yml file contains the base and default configuration of the application. Its purpose is to centralize all configuration values, which will be used by the different components of the system.
Wocu-import-tool
wocu-import-tool.create_backup_only_on_changes
Description: Allows you to define whether backups should only be created when there are changes.
Usage: If set to True, the system will only generate a snapshot when it detects that there have been changes in the configuration. If set to False, a snapshot will always be generated at each interval, even if there have been no changes.
Default value: True
wocu-import-tool.max_prediodic_backups
Description: Allows you to define how often backups are created.
Usage: Maximum number of automatic snapshots to retain. When this limit is exceeded, the oldest ones will be automatically deleted.
Default value:
0Type:
number
wocu-import-tool.backup_interval
Description: Allows you to define how many backups should be retained.
Usage: Time interval between each attempt to generate a snapshot.It must be specified in minutes (
m) or hours (h), for example:10m,2h,24h.Default value:
8h
- Values:
Minimum:
10mMaximum:
24h
Wocu-aggregator
siem_sender_enabled
Description: Enable or disable the sending of audit logs.
Usage: You must specify True to enable the sending of audit logs or False to disable it.
Default value: False
siem_http_method
Description: HTTP method used by the SIEM to receive data.
Usage: You must specify
postto use the POST method, orput`to specify the PUT method.Default value:
post
siem_token
Description: The token expected by the SIEM, if required.
Usage: You must specify the
tokenif the SIEM requires it.Default value:
empty.
siem_url
Description: The URL of the SIEM that will expect to receive the event.
Usage: You must specify a valid URL, for example
https://my-siem:8443/endpoint.Default value:
empty.