Skip to content

Commit 982356e

Browse files
OlehPalanskyiOleh
authored andcommitted
Updated reload_connections set false by default in in_opensearch.rb
Signed-off-by: OlehPalanskyi <Trahterber@gmail.com> Signed-off-by: Oleh <o.palanskyi@socprime.com>
1 parent c316df6 commit 982356e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,10 +605,10 @@ request_timeout 15s # defaults to 5s
605605

606606
### reload_connections
607607

608-
You can tune how the opensearch-transport host reloading feature works. By default it will reload the host list from the server every 10,000th request to spread the load. This can be an issue if your OpenSearch cluster is behind a Reverse Proxy, as Fluentd process may not have direct network access to the OpenSearch nodes.
608+
You can tune how the opensearch-transport host reloading feature works. By default it off but if you set true it will reload the host list from the server every 10,000th request to spread the load. This can be an issue if your OpenSearch cluster is behind a Reverse Proxy, as Fluentd process may not have direct network access to the OpenSearch nodes.
609609

610610
```
611-
reload_connections false # defaults to true
611+
reload_connections false # defaults to false
612612
```
613613

614614
### reload_on_failure

0 commit comments

Comments
 (0)