For the Collector component, you need to create a configuration file named collector_config.yml
. The table below describes the settings of the Collector component.
Example collector_config.yml configuration file
Collector component settings
Parameter |
Description |
Mandatory |
Possible values |
|
---|---|---|---|---|
|
URL that the Collector component uses to connect to the MapApp component. |
Yes |
A valid URL up to 256 characters in the following format: |
|
|
Interval for fetching events from the log, in seconds. |
Yes |
From 1 to 300. |
|
|
Logging level for debugging. |
Yes |
|
|
|
Maximum number of events that can be sent in a batch. If there are more events, multiple batches are formed and sent separately. |
Yes |
From 1 to 100,000. |
|
|
Maximum number of events that can be stored in RAM if the service is unavailable. |
Yes |
From 1000 to 1,000,000. |
|
|
List of domains for filtering events that are sent to MapApp. |
No |
No value |
|
|
|
List of domains for which events must be sent. |
No |
List of domains. |
|
|
List of domains for which events must not be sent. |
No |
|
|
List of IP addresses for filtering events that are sent to MapApp. |
No |
No value |
|
|
|
List of IP addresses for which events must be sent. |
No |
List of IP addresses in CIDR format. |
|
|
List of IP addresses for which events must not be sent. |
No |
|
|
List of conditions for filtering events that are sent to MapApp by user name. |
No |
No value |
|
|
|
Conditions for user names for which events must be sent. |
No |
The following conditions are possible:
|
|
|
Conditions for user names for which events must not be sent. |
No |
|
|
List of codes for event types that must be tracked. |
Yes |
One or more of the following values: |
|
|
List of domain controllers that the Collector component must contact, and the connection settings for each of these. |
Yes |
No value You must specify at least one domain controller and all its required connection settings. |
|
|
|
IP address or DNS name of the controller. |
Yes |
IP address or DNS name. |
|
|
The port used by WinRM. |
Yes |
From 1 to 65,535. We recommend specifying 5985 or 5986. |
|
|
The time after which the connection to the domain controller is terminated, in seconds. |
No |
Integer greater than 0. By default, 60. |
|
|
Timezone in GMT format. |
Yes |
From GMT-14 to GMT+12. Can be specified in the GMT±<hours> or GMT±<hours>:<minutes> format. |
|
|
Path to the root certificate that was used to sign the server certificate. |
Yes |
Path to the file. |
|
|
Path to the Collector component certificate file. |
Yes |
Path to the file. |
|
|
Path to the key file that was used to sign the Collector certificate. |
Yes |
Path to the file. |