Merge branch 'main' of https://github.com/opensearch-project/documentation-website into main
This commit is contained in:
commit
265015c633
|
@ -755,6 +755,8 @@ GET _opensearch/_security/api/rolesmapping
|
||||||
|
|
||||||
### Delete role mapping
|
### Delete role mapping
|
||||||
|
|
||||||
|
Deletes the specified role mapping.
|
||||||
|
|
||||||
#### Request
|
#### Request
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -912,6 +914,8 @@ GET _opensearch/_security/api/tenants/
|
||||||
|
|
||||||
### Delete tenant
|
### Delete tenant
|
||||||
|
|
||||||
|
Deletes the specified tenant.
|
||||||
|
|
||||||
#### Request
|
#### Request
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -97,9 +97,9 @@ opensearch_security.audit.log_request_body: false
|
||||||
|
|
||||||
## Log index names
|
## Log index names
|
||||||
|
|
||||||
By default, the security plugin logs all indices affected by a request. Because index names can be an aliases and contain wildcards/date patterns, the security plugin logs the index name that the user submitted *and* the actual index name to which it resolves.
|
By default, the security plugin logs all indices affected by a request. Because index names can be aliases and contain wildcards/date patterns, the security plugin logs the index name that the user submitted *and* the actual index name to which it resolves.
|
||||||
|
|
||||||
For example, if you use an alias or a wildcard, the the audit event might look like:
|
For example, if you use an alias or a wildcard, the audit event might look like:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
audit_trace_indices: [
|
audit_trace_indices: [
|
||||||
|
|
Loading…
Reference in New Issue