...
Field | Description |
---|---|
Name | Name of the database collector. |
Datasource | The datasource that this database collector will collect from. |
Query StringStatement Expression | Query to to be processed by the database collector to retrieve data from the database. |
Enabled | Tick when the configuration is complete and the database collector is ready to be used. |
Advanced | |
Timeout | A timeout for the query. |
Datasource Instance Expression | The datasource to which this database collector is connected may list multiple database instances from which the data may be read. Each Datasource Instance is identified by a unique string. This expression should evaluate to a plain text string which allows the database collector to determine the specific instance to use. If the expression is blank then the database collector will assume that there is only one instance and will use that one by default. If there is more than one instance and no expression is provided here then an error will be thrown during analysis since the database collector will be unable to determine which instance to use. |
Allow Non-Scheduled Collection | If this is turned on, then the database collector will run as part of any ad-hoc Analysis Engine run which requires this data. If not, it will only run as part of a scheduled Task Plan under the Analysis Engine. |
Description | |
Description | Optional: A description of the database collector. |
...