Skip to content

Commit c0fd2c0

Browse files
committed
Updated reload_connections set false by default in in_opensearch.rb
Signed-off-by: OlehPalanskyi <Trahterber@gmail.com>
1 parent bc03c8f commit c0fd2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)