elasticsearch/docs/reference/modules
Luca Cavanna ef5181c678
Allow to enable pings for specific remote clusters (#34753)
When we connect to remote clusters, there may be a few more routers/firewalls in-between compared to when we connect to nodes in the same cluster. We've experienced cases where firewalls drop connections completely and keep-alives seem not to be enough, or they are not properly configured. With this commit we allow to enable application-level pings specifically from CCS nodes to the selected remote nodes through the new setting `cluster.remote.${clusterAlias}.transport.ping_schedule`.  The new setting is similar `transport.ping_schedule` but it does not affect intra-cluster communication, pings are only sent to specific remote cluster when specifically enabled, as they are disabled by default.

Relates to #34405
2018-10-31 17:32:53 +01:00
..
cluster Add cluster-wide shard limit warnings (#34021) 2018-10-23 16:35:10 -06:00
discovery Fix docs build after #33241 2018-08-30 09:38:23 +01:00
indices [Docs] Add `indices.query.bool.max_clause_count` setting (#34779) 2018-10-25 17:59:59 +02:00
scripting
cluster.asciidoc
cross-cluster-search.asciidoc Separate remote clusters docs from CCS (#34612) 2018-10-20 08:33:59 -04:00
discovery.asciidoc
gateway.asciidoc [Docs] Remove repeating words (#33087) 2018-08-28 13:16:43 +02:00
http.asciidoc Docs: Fixed a grammatical mistake: 'a HTTP ...' -> 'an HTTP ...' (#33744) 2018-09-17 15:35:54 -04:00
indices.asciidoc [Docs] Add `indices.query.bool.max_clause_count` setting (#34779) 2018-10-25 17:59:59 +02:00
memcached.asciidoc
ml-node.asciidoc Generalize search.remote settings to cluster.remote (#33413) 2018-09-05 20:43:44 -04:00
network.asciidoc
node.asciidoc Generalize search.remote settings to cluster.remote (#33413) 2018-09-05 20:43:44 -04:00
plugins.asciidoc
remote-clusters.asciidoc Allow to enable pings for specific remote clusters (#34753) 2018-10-31 17:32:53 +01:00
scripting.asciidoc
snapshots.asciidoc Emphasize that filesystem-level backups don't work (#33102) 2018-09-19 08:36:03 +01:00
threadpool.asciidoc
thrift.asciidoc
transport.asciidoc Allow to enable pings for specific remote clusters (#34753) 2018-10-31 17:32:53 +01:00