Configure dashboard engine
When you install the PingIntelligence Dashboard, the on-prompt installation steps asks for configuration values including, access and secret key, ABS and ASE URL and so on. These values after installation are populated in the <pi_install_dir>/dashboard/config/dashboard.properties
file. To change these values, stop the dashboard engine, edit the
dashboard.properties
file and then start the dashboard engine. See, Start and stop Dashboard on how to start and stop each component individually.
# Dashboard properties file # ABS # ABS Hostname/IPv4 address abs.host=127.0.0.1 # ABS REST API port abs.port=8080 # ABS SSL enabled ( true/false ) abs.ssl=true # ABS Restricted user access ( true/false ) abs.restricted_user_access=true # ABS access key abs.access_key=OBF:AES:NuBmDdIhQeNlRtU8SMKMoLaSpJviT4kArw==:HHuA9sAPDiOen3VU+qp6kMrkgNjAwnKO6aa8pMuZkQw= # ABS secret key abs.secret_key=OBF:AES:NuBmDcAhQeNlPBDmyxX+685CBe8c3/STVA==:BIfH+FKmL5cNa1DrfVuyc5hIYjimqh7Rnf3bv9hW0+4= # ABS query polling interval (minutes) abs.query.interval=10 # ABS query offset (minutes. minimum value 30 minutes) abs.query.offset=30 # UI # publish attacks+metrics to UI. Valid values true or false publish.ui.enable=true # elasticsearch URL es.url=https://localhost:9200/ # elasticsearch username. User should have manage_security privilege es.username=elastic # elasticsearch user password es.password=OBF:AES:NOp0PNQvc/RLUN5rbvZLtTPghqVZzD9V:+ZGHbhpY4HENYYqJ4wn50AmoO6CZ3OcfjqTYQCfgBgc= # kibana version kibana.version=6.8.1 # Log4j2 # publish attacks to Log4j2. Valid values true or false # By default it provides syslog support publish.log4j2.enable=false # log4j2 config file to log attacks to an external service. For example, Syslog # use com.pingidentity.abs.publish as logger name in log4j2 configuration log4j2.config=config/syslog.xml # log4j2 log level for attack logging log4j2.log.level=INFO # directory for any log4j2 config dependency jar's. # useful for third party log4j2 appenders # it should be a directory log4j2.dependencies.dir=plugins/ # Log level dashboard.log.level=INFO
The following table describes all the parameters in the dashboard.properties
file:
Parameter | Description | ||
---|---|---|---|
ABS |
|||
|
IP address of the ABS server
|
||
|
REST API port number of the ABS host – See Default value is 8080 |
||
|
Setting the value to true ensures SSL communication between ABS and dashboard engine. |
||
|
When set to |
||
|
Access key from ABS – See |
||
|
Secret key from ABS – See |
||
|
Polling interval to fetch data from ABS. The default is 10 minutes |
||
|
The time required by ABS to process access logs and generate result. The minimum and default value is 30-minutes. |
||
UI |
|||
|
Set it to |
||
|
Elasticsearch URL |
||
|
Elasticsearch username |
||
|
Elasticsearch password. |
||
|
Kibana version - default is 6.8.1 |
||
|
Log level for Dashboard Default log level is |
||
Log4j |
|||
|
Set it to
|
||
|
The log4j2 config file which logs the attack data. |
||
|
Log level for log4j. Default log level is |
||
|
The directory for any log4j configuration dependency. Make sure that it is a directory. |