From b9cf6333bd26bf177419ee65f787c662957002d8 Mon Sep 17 00:00:00 2001 From: javanna Date: Sun, 5 Feb 2017 15:56:45 +0100 Subject: [PATCH] [TEST] fix typo in cross cluster search docs --- docs/reference/modules/cross-cluster-search.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/cross-cluster-search.asciidoc b/docs/reference/modules/cross-cluster-search.asciidoc index 5fadda35e1c..855195eff7a 100644 --- a/docs/reference/modules/cross-cluster-search.asciidoc +++ b/docs/reference/modules/cross-cluster-search.asciidoc @@ -122,6 +122,6 @@ will be prefixed with their remote cluster name: A node attribute to filter out nodes that are eligible as a gateway node in the remote cluster. For instance a node can have a node attribute - `node.attr.gateway: true`such that only nodes with this attribute will be + `node.attr.gateway: true` such that only nodes with this attribute will be connected to if `search.remote.node.attr` is set to `gateway`.