File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
x-pack/docs/en/security/auditing Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,15 @@ xpack.security.audit.index.settings:
112112 number_of_replicas: 1
113113----------------------------
114114--
115+ +
116+ --
117+ NOTE: These settings apply to the local audit indices, as well as to the
118+ <<remote-audit-settings, remote audit indices>>, but only if the remote cluster
119+ does *not* have {security} installed, or the {es} versions are different.
120+ If the remote cluster has {security} installed, and the versions coincide, the
121+ settings for the audit indices there will take precedence,
122+ even if they are unspecified (i.e. left to defaults).
123+ --
115124
116125[[remote-audit-settings]]
117126==== Remote Audit Log Indexing Configuration Settings
Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ xpack.security.audit.index.settings:
3636 number_of_replicas: 1
3737----------------------------
3838
39+ These settings apply to the local audit indices, as well as to the
40+ <<forwarding-audit-logfiles, remote audit indices>>, but only if the remote cluster
41+ does *not* have {security} installed, or the {es} versions are different.
42+ If the remote cluster has {security} installed, and the versions coincide, the
43+ settings for the audit indices there will take precedence,
44+ even if they are unspecified (i.e. left to defaults).
45+
3946NOTE: Audit events are batched for indexing so there is a lag before
4047events appear in the index. You can control how frequently batches of
4148events are pushed to the index by setting
You can’t perform that action at this time.
0 commit comments