Changing dashboard and report default settings
You can modify several dashboard and report settings in the hbd.properties file. The file is located in the AO_HOME/tomcat/webapps/baodashboard/WEB-INF/classes directory.
This page describes the settings you can change.
To change default settings
- Navigate to the AO_HOME/tomcat/webapps/baodashboard/WEB-INF/classes directory (where AO_HOME is the dashboard installation location).
- Edit the hbd.properties file.
- Make your changes as described in this page.
- Save the file.
- Restart the dashboard service.
Dashboard refresh frequency
The default dashboard refresh frequency is 5 minutes.
To change the refresh frequency
- In the hdb.properties file, look for the following line:refreshFreq=5
- Replace 5 with the new refresh frequency value.
For example, to refresh every 30 minutes, the line will look like the following:
refreshFreq=30
Currency symbol
The default currency symbol is $. Specify only one currency symbol. If you include multiple currency symbols, only the last symbol is used in reports.
To specify the currency symbol
- In the hbd.properties file, look for the following line:
currency.symbol=$ - Replace $ with the new symbol.
For example, to change the currency symbol to EUR, the line will look like the following:
currency.symbol=EUR
Minimum and maximum values for Process Metrics reports
When creating reports, the default minimum value is 0 and the default maximum value is 1,000,000.
To change minimum and maximum values
- To specify the minimum currency value, do the following:
- In the hbd.properties file, locate the following line:
min=0.0 - Replace 0.0 with the new minimum value.
For example, to change the minimum value to 2, the line will look like the following:
min=2.0
- In the hbd.properties file, locate the following line:
- To specify the maximum currency value, do the following:
- In the hbd.properties file, locate the following line:
max=1000000.0 - Replace 1000000.0 with the new maximum value.
For example, to change the maximum value to 200, the line will look like the following:
max=200.0
- In the hbd.properties file, locate the following line:
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*