Added sniffing blog post to documentation (#1249)

This commit is contained in:
Tomas Della Vedova
2020-07-09 10:14:39 +02:00
committed by GitHub
parent d6c84f1a5d
commit 1a7968aba3
2 changed files with 5 additions and 3 deletions

View File

@ -20,6 +20,8 @@ override this option by configuring them.
IMPORTANT: Do not enable sniffing when using Elastic Cloud, since the nodes are IMPORTANT: Do not enable sniffing when using Elastic Cloud, since the nodes are
behind a load balancer, Elastic Cloud will take care of everything for you. behind a load balancer, Elastic Cloud will take care of everything for you.
Take a look https://www.elastic.co/blog/elasticsearch-sniffing-best-practices-what-when-why-how[here]
to know more.
[source,js] [source,js]
---- ----

View File

@ -84,11 +84,11 @@ _Default:_ `30000`
_Default:_ `3000` _Default:_ `3000`
|`sniffInterval` |`sniffInterval`
|`number, boolean` - Perform a sniff operation every `n` milliseconds. + |`number, boolean` - Perform a sniff operation every `n` milliseconds. Sniffing might not be the best solution for you, take a look https://www.elastic.co/blog/elasticsearch-sniffing-best-practices-what-when-why-how[here] to know more. +
_Default:_ `false` _Default:_ `false`
|`sniffOnStart` |`sniffOnStart`
|`boolean` - Perform a sniff once the client is started. + |`boolean` - Perform a sniff once the client is started. Sniffing might not be the best solution for you, take a look https://www.elastic.co/blog/elasticsearch-sniffing-best-practices-what-when-why-how[here] to know more. +
_Default:_ `false` _Default:_ `false`
|`sniffEndpoint` |`sniffEndpoint`
@ -96,7 +96,7 @@ _Default:_ `false`
_Default:_ `'_nodes/_all/http'` _Default:_ `'_nodes/_all/http'`
|`sniffOnConnectionFault` |`sniffOnConnectionFault`
|`boolean` - Perform a sniff on connection fault. + |`boolean` - Perform a sniff on connection fault. Sniffing might not be the best solution for you, take a look https://www.elastic.co/blog/elasticsearch-sniffing-best-practices-what-when-why-how[here] to know more. +
_Default:_ `false` _Default:_ `false`
|`resurrectStrategy` |`resurrectStrategy`