Added warning about restoring opendistro_security index through snapshot restore (#2258)
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com> Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
This commit is contained in:
parent
a10f13d21b
commit
700649e6f5
|
@ -381,3 +381,6 @@ The `.opendistro_security` index contains sensitive data, so we recommend exclud
|
|||
```bash
|
||||
curl -k --cert ./kirk.pem --key ./kirk-key.pem -XPOST 'https://localhost:9200/_snapshot/my-repository/3/_restore?pretty'
|
||||
```
|
||||
|
||||
We strongly recommend against restoring `.opendistro_security` using an admin certificate because doing so can alter the security posture of the entire cluster. See [A word of caution]({{site.url}}{{site.baseurl}}/security-plugin/configuration/security-admin/#a-word-of-caution) for a recommended process to back up and restore your security plugin configuration.
|
||||
{: .warning}
|
Loading…
Reference in New Issue