Privileges for using ArcGIS with OpenSearch

Privileges determine what a user is authorized to do with the data and the database. At this time, you can view and query data from OpenSearch in ArcGIS Pro.

To connect to an OpenSearch cluster from ArcGIS Pro to view data requires the following:

  • The login used for authentication purposes must exist in the cluster.
  • Using OpenSearch tools, the OpenSearch administrator must create logins and grant cluster:monitor/main to them to allow read-only access to the cluster.
  • The OpenSearch administrator must additionally grant the following index privileges to each login, per index:
    • indices:admin/aliases/get
    • indices:admin/mappings/get
    • indices:monitor/stats
    • read