mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[DOCS] Clarify audit index settings when remote indexing (#30923)
This commit is contained in:
parent
ef453b31b4
commit
e988ace5f7
@ -112,6 +112,15 @@ xpack.security.audit.index.settings:
|
||||
number_of_replicas: 1
|
||||
----------------------------
|
||||
--
|
||||
+
|
||||
--
|
||||
NOTE: These settings apply to the local audit indices, as well as to the
|
||||
<<remote-audit-settings, remote audit indices>>, but only if the remote cluster
|
||||
does *not* have {security} installed, or the {es} versions are different.
|
||||
If the remote cluster has {security} installed, and the versions coincide, the
|
||||
settings for the audit indices there will take precedence,
|
||||
even if they are unspecified (i.e. left to defaults).
|
||||
--
|
||||
|
||||
[[remote-audit-settings]]
|
||||
==== Remote Audit Log Indexing Configuration Settings
|
||||
|
@ -36,6 +36,13 @@ xpack.security.audit.index.settings:
|
||||
number_of_replicas: 1
|
||||
----------------------------
|
||||
|
||||
These settings apply to the local audit indices, as well as to the
|
||||
<<forwarding-audit-logfiles, remote audit indices>>, but only if the remote cluster
|
||||
does *not* have {security} installed, or the {es} versions are different.
|
||||
If the remote cluster has {security} installed, and the versions coincide, the
|
||||
settings for the audit indices there will take precedence,
|
||||
even if they are unspecified (i.e. left to defaults).
|
||||
|
||||
NOTE: Audit events are batched for indexing so there is a lag before
|
||||
events appear in the index. You can control how frequently batches of
|
||||
events are pushed to the index by setting
|
||||
|
Loading…
x
Reference in New Issue
Block a user