You may want to further customize your adapter instance configuration using the MicrosoftIIS.properties file.
Prerequisites
Properties
The following additional configuration settings can be found in the MicrosoftIIS.properties file located in the $VCOPS_BASE/user/plugins/inbound/microsoftiis_adapter3/conf/ folder. You can modify the entries in the file, and they will be read in during the next collection.
Property | Description | Default Value |
---|---|---|
maximum_number_of_events_to_return_per_collection | This setting limits the total number of events to return per collection cycle. The default value is blank, which returns all events. | blank |
relationships_sync_interval | This setting allows you to specify the sync interval (how many collection cycles to wait) for returning relationships. | 8 |
max_relationships_per_collection | This settings limits the total number of relationships to return per collection cycle. The default setting is blank, which returns all relationships. | blank |
initial_max_scripts_per_execution | This setting limits the total number of initial scripts to run per execution. | 1000000 |
subsequent_max_scripts_per_execution | This setting limits the total number of subsequent scripts to run per execution. | 100 |
What to do next
- To validate data collection, see: Validating Data Collection (Microsoft IIS).