Configure time zone - PingIntelligence Dashboard
This topic discusses the steps involved in configuring the timezone settings in PingIntelligence for APIs Dashboard.
You can set up the PingIntelligence Dashboard in either local
or utc
time zone. The Dashboard by default runs in UTC time zone. Configure the following parameters to set the time zone.
Parameter | File name | Description |
---|---|---|
|
This parameter must be configured in |
The valid values are |
|
This parameter musts be configured in |
The valid values are |
Following is a snippet of webgui.properties for timezone parameter
# Timezone configuration # valid values: local, utc pi.webgui.server.timezone=local <truncated webgui.properties...>
Following is a snippet of dashboard.properties for timezone parameter
# Timezone configuration # valid values: local, utc dashboard.timezone=local <truncated dashboard.properties...>
Make sure that the time zone parameter is set to the same value in both |
Change PingIntelligence Dashboard time zone
To change the time zone in PingIntelligence for APIs Dashboard, complete the following steps:
-
Stop PingIntelligence for APIs Dashboard
-
Update the
timezone
parameters inwebgui.properties
anddashboard.properties
files. -
Start PingIntelligence for APIs Dashboard
For more information, see Start and stop Dashboard. |