(8.13+) Statistics Service Configuration in the vht_stats_api-config.yml File
The Statistics service is configurable by changing the values in the vht_stats_api-config.yml file. You can change the following parameters:
- Statistics service port number
- QueueWatch web service IP address and port number
- Statistics service log level
Folder Location: Program Files (x86)\Virtual Hold Technology\Dashboard
File Name: vht_stats_api-config.yml
Configuration Setting | Description |
---|---|
port | The port for the Statistics service. The default port is 2900. |
ws_host | The IP address for the QueueWatch web service. The IP address defaults to localhost (127.0.0.1). |
ws_port | The port for the QueueWatch web service. The default port is 80. |
logroot | The location of the Virtual Hold logs directory. |
historyroot | The location of Dashboards files, including historian.dat. |
log_file_size | The maximum size for StatisticsService logs, in bytes. |
log_rolling_interval | The default interval at which to check the StatisticsService log file size, in seconds. |
log_rolling_timeout | A timeout for the log-rolling process, to ensure the process does not become stuck. The default value is 120 seconds. |
loglevel |
The log level controls the number of messages logged by the Statistics service. Log levels include:
Each log level also includes all messages written by the higher log levels. For example, log level 2 would also include all messages written by levels 3 and 4. The default log level is 2 (WARN). |