From 5e52af59f93a41f331260b382d920c1d2fb7b0da Mon Sep 17 00:00:00 2001 From: Albert Zaharovits Date: Tue, 29 May 2018 13:06:52 +0300 Subject: [PATCH 1/3] [DOCS] Audit indices settings for remote cluster --- x-pack/docs/en/settings/audit-settings.asciidoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/x-pack/docs/en/settings/audit-settings.asciidoc b/x-pack/docs/en/settings/audit-settings.asciidoc index 6274fae790b8c..2bd0cd6d15d2c 100644 --- a/x-pack/docs/en/settings/audit-settings.asciidoc +++ b/x-pack/docs/en/settings/audit-settings.asciidoc @@ -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 +<>, 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 (ie. left to defaults). +-- [[remote-audit-settings]] ==== Remote Audit Log Indexing Configuration Settings From 9a64a15aa4b7d883d9aa6e4154783527bc2f56a7 Mon Sep 17 00:00:00 2001 From: Albert Zaharovits Date: Tue, 29 May 2018 13:25:14 +0300 Subject: [PATCH 2/3] Docs in the guide too --- x-pack/docs/en/security/auditing/output-index.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/x-pack/docs/en/security/auditing/output-index.asciidoc b/x-pack/docs/en/security/auditing/output-index.asciidoc index e3ba805d715e7..299f6dba5f5fe 100644 --- a/x-pack/docs/en/security/auditing/output-index.asciidoc +++ b/x-pack/docs/en/security/auditing/output-index.asciidoc @@ -36,3 +36,10 @@ xpack.security.audit.index.settings: number_of_shards: 1 number_of_replicas: 1 ---------------------------- + +These settings apply to the local audit indices, as well as to the +<>, 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 (ie. left to defaults). From 1fb8bc2875ec77f46ed56643858128ce4c4356ec Mon Sep 17 00:00:00 2001 From: Albert Zaharovits Date: Tue, 12 Jun 2018 13:36:11 +0300 Subject: [PATCH 3/3] ie. => i.e. --- docs/reference/settings/audit-settings.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/settings/audit-settings.asciidoc b/docs/reference/settings/audit-settings.asciidoc index 8a8c720724ba0..524198df58c47 100644 --- a/docs/reference/settings/audit-settings.asciidoc +++ b/docs/reference/settings/audit-settings.asciidoc @@ -119,7 +119,7 @@ NOTE: These settings apply to the local audit indices, as well as to the 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 (ie. left to defaults). +even if they are unspecified (i.e. left to defaults). -- [[remote-audit-settings]]