Prerequisites
This section contains information about requirements that must be in place before beginning the installation.
PATROL user needs a role with the following privileges when Elasticsearch is secured with x-pack and certificate based authentication is used.
Sample role.yml and role_mapping.yml are as follows:
role.yml
client_role:
cluster:
- cluster:monitor/health
- cluster:monitor/main
- cluster:monitor/state
- cluster:monitor/stats
- cluster:monitor/nodes/info
- cluster:monitor/nodes/stats
indices:
- names: [ '*' ]
privileges: [ 'monitor' ]
role_mapping.yml
client_role:
- "cn=client"
To monitor ITDA environment, make sure that the http.enabled property is set to true in the ITDA.yml file
Related topic
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.