Information
Unsupported content Version 1.0.10 of the product is in limited support, while version 1.0.18 is fully supported. This documentation includes content for both versions. You will not be able to leave comments for version 1.0.10.

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


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC PATROL for Elasticsearch 1.0.10