Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 44f8c19

Browse files
committed
Clarification around system indices
1 parent e1757e3 commit 44f8c19

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/alerting/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav_order: 5
1010

1111
## Alerting indices
1212

13-
The alerting feature creates several indices and one alias. Don't delete these or modify their contents without using the alerting APIs.
13+
The alerting feature creates several indices and one alias. The security plugin demo script configures them as [system indices](../../security/configuration/system-indices/) for an extra layer of protection. Don't delete these indices or modify their contents without using the alerting APIs.
1414

1515
Index | Purpose
1616
:--- | :---

docs/security/configuration/system-indices.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ nav_order: 15
88

99
# System indices
1010

11-
By default, Open Distro for Elasticsearch has several protected system indices. Even if your user account has read permissions for all indices, you can't directly access the data in these system indices.
11+
By default, Open Distro for Elasticsearch has a protected system index, `.opendistro_security`, which you create using [securityadmin.sh](../security-admin/). Even if your user account has read permissions for all indices, you can't directly access the data in this system index.
1212

13-
The first and most critical index is `.opendistro_security`, which stores the security configuration for your cluster. The demo configuration creates this index automatically, but when you configure the plugin manually, you create it when you first run [securityadmin.sh](../security-admin/).
14-
15-
You can see other system indices in `elasticsearch.yml`:
13+
You can add additional system indices in in `elasticsearch.yml`. In addition to automatically creating `.opendistro_security`, the demo configuration adds several indices for the various Open Distro for Elasticsearch plugins that integrate with the security plugin:
1614

1715
```yml
1816
opendistro_security.system_indices.enabled: true

0 commit comments

Comments
 (0)