Data Integration Hub
- Data Integration Hub 10.4.1
- All Products
System Property
| Description
|
---|---|
dx.dashboard.url
| Connection string to the dashboard server, in the following format:
If you use HTTPS to connect to the Operation Console, the URL must match the value of the property. Otherwise, the Dashboard does not appear.
For example:
|
dx.dashboard.ods.page.show
| Determines whether to show the Dashboard using operational data store on the Operation Console.
Default is false.
To display the reports in the Dashboard using operational data store, you must install the
Data Integration Hub Dashboard and Reports component using the installer and set this property to
true after installation.
|
dx.dashboard.max.timewindow
| Maximum time frame in hours that Operation Console users can select to display unresolved error events in the Dashboard.
Default is 96.
|
dx.dashboard.jdbc.username
| User name for the operational data store database.
|
dx.dashboard.jdbc.password
| Password for the operational data store in an encrypted string database. If you change the password you must encrypt the string with the password encryption utility and use the encrypted string.
|
dx.dashboard.jdbc.url
| Location of operational data store. The location must be different from the
Data Integration Hub repository.
|
dx.dashboard.errorrate.threshold.low
| For internal use only. Do not change the default value.
|
dx.dashboard.errorrate.threshold.high
| For internal use only. Do not change the default value.
|
dx.dashboard.sla.detection.midnight.latency
| For internal use only. Do not change the default value.
|
dx.first.day.of.week
| For internal use only. Do not change the default value.
|
dx.ods.latency.seconds
| Number of seconds between the time the event finished processing and the time that the event load process starts. The operational data store event loader loads events for which the processing time difference in seconds is equal or greater than this value. For example, if you increase the latency to 60 seconds, the event loader only loads events that finished processing at least 60 seconds before the load process starts.
Default is 0.
|
dx.ods.row.limit.thousands
| Number of thousands of events to load in each batch when the total number of events is higher than this value. If the total number of events to load is less than the value in this property, the operational data store event loader runs one batch. If you set the row limit to 0, the event loader runs one batch regardless of the number of events.
Default is 500. Must be numeric and greater than or equal to 0.
|