Enterprise Grafana Configurations
You can configure the Grafana for the enterprise deployment. All the required configuration parameters are stored in CONFIG_FOLDER_REDTAIL/rt_grafana_vars.json
Each of the parameters is explained in more detail in the following table:
Grafana Configuration Options
|
Parameter |
Description |
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
certs_conf_path
|
The directory where the certificates required for communicating with other nodes is stored
Mandatory: Yes Suggested Value: |
|||||||||||||||
data_path
|
The base directory for storing TIBCO OI Hawk RedTail services data. All the services store the data in the path categorized by service name.
Mandatory: Yes Suggested Value: |
|||||||||||||||
conf_path
|
The base directory for storing TIBCO OI Hawk RedTail services configuration.
Mandatory: Suggested Value: |
|||||||||||||||
zookeeper_node_url
|
ZooKeeper URL
Mandatory: Yes Suggested Value: localhost |
|||||||||||||||
grafana_node_url
|
Grafana URL
Mandatory: Yes Suggested Value: localhost |
|||||||||||||||
postgres_node_url
|
Postgres URL
Mandatory: Suggested Value: localhost |
|||||||||||||||
zookeeper.connectString
|
Host and port of ZooKeeper
Mandatory: Yes Suggested Value: |
|||||||||||||||
ZK_CLIENT_KEY_FILE
|
Path to the ZooKeeper client private key
Mandatory: Yes Suggested Value: |
|||||||||||||||
ZK_CLIENT_KEY_PASSWORD
|
Password of the ZooKeeper client key
Mandatory: Yes Suggested Value: |
|||||||||||||||
ZK_CLIENT_CACERT_FILE
|
Path to the CA certificate file used for generating the key
Mandatory: Yes Suggested Value: |
|||||||||||||||
ZK_CLIENT_CERT_FILE
|
Path to the ZooKeeper client certificate
Mandatory: Yes Suggested Value: |
|||||||||||||||
|
|
When set to false, this parameter prohibits users from being able to sign up or create user accounts. The admin user can still create users from the Grafana Admin Pages. Default:
Mandatory: Yes Suggested Value: false |
|||||||||||||||
|
|
When set to When set to Default:
Mandatory: Yes Suggested Value: true |
|||||||||||||||
|
|
The role new users are assigned for the main organization (if
Default Value: Viewer Mandatory: Yes Suggested Value: Editor |
|||||||||||||||
|
|
Set the default UI theme:
Mandatory: Yes Suggested Value: light |
|||||||||||||||
|
|
Set to true, for Grafana to let a HTTP reverse proxy handle authentication. For TIBCO OI Hawk RedTail, this value must be true.
Mandatory: Yes Suggested Value: true |
|||||||||||||||
|
|
HTTP Header name that contains the user name
Mandatory: Yes Suggested Value: X-WEBAUTH-USER |
|||||||||||||||
|
|
HTTP Header property, defaults to
Mandatory: Yes Suggested Value: |
|||||||||||||||
|
|
Set to
Mandatory: Yes Suggested Value: true |
|||||||||||||||
|
|
This setting is only used in as a part of the
Mandatory: Yes Suggested Value: |
|||||||||||||||
|
|
The port to bind to
Default Value: 3000 Mandatory: Yes Suggested Value: 3000 |
|||||||||||||||
|
|
This is the full URL used to access Grafana from a web browser
Mandatory: Yes Suggested Value: |
|||||||||||||||
|
|
Basic authentication is enabled by default and works with built-in Grafana. Do not disable basic auth for TIBCO OI Hawk RedTail.
Mandatory: Yes Suggested Value: true |
|||||||||||||||
|
|
Default: When false, the X-Frame-Options deny HTTP header is set in the Grafana HTTP responses. Thus, browsers do not allow rendering Grafana in <frame>, <iframe>, <embed>, or <object>. For TIBCO OI Hawk RedTail, set this value to
Mandatory: Yes Suggested Value: true |
|||||||||||||||
|
|
Directory where Grafana automatically scans and looks for plug-ins. Manually or automatically install any plug-ins here.
Mandatory: Yes Suggested Value: |
|||||||||||||||
|
|
Type of database where Grafana stores all the data
Mandatory: Yes Suggested Value: postgres |
|||||||||||||||
|
|
Host and IP port of the database
Mandatory: Yes Suggested Value: |
|||||||||||||||
|
|
Name of the database
Mandatory: Yes Suggested Value: grafana |
|||||||||||||||
|
|
Database user name
Mandatory: Yes Suggested Value: postgres |
|||||||||||||||
|
|
Database user password
Mandatory: Yes Suggested Value: |
|||||||||||||||
|
|
Skips verification of the certificate chain and
Mandatory: Yes Suggested Value: require |
|||||||||||||||
|
|
Database CA certificate
Mandatory: Yes Suggested Value: |
|||||||||||||||
GF_LOG_LEVEL
|
Specifies the level of diagnostic information stored in the logs. The logging levels are as follows:
Mandatory: No Suggested Value: DEBUG |