Versions : Opensearch 3.4
Describe the issue : Breaking changes - OpenSearch Documentation Explains the Access to system indexes through the REST API is no longer provided pointing to PR Block access to system indices from REST APIs · Issue #7936 · opensearch-project/OpenSearch · GitHub which is still Open.
Additonally, In this doc System indexes - OpenSearch Documentation it says “ Even with a user account that has read permissions for all indexes, you can’t directly access the data in this system index. “
Can clarity be provided on exactly what operations are now restricted to what user(s) on system Indices ?
pablo
February 19, 2026, 12:26pm
3
@Chandana_EP As per the GitHub comment, system indices are already protected against API calls via the security plugin.
You can access any of the system indices using the admin certificate defined in the admin_dn in opensearch.yml
opened 06:09PM - 06 Jun 23 UTC
enhancement
>breaking
distributed framework
Access to system indices via the REST APIs [has been deprecated](https://github.… com/opensearch-project/OpenSearch/commit/5c8b0662df09a5d7a53fd0d98b1d37b1d831ddbc) since OpenSearch 1.x (and ES 7.10 before that). This issue is to complete the deprecation and block access to system indices via the REST API. This is obviously a breaking change and can only be completed in the next major version (3.0).
Could you tell me what your use case is?