From 581083fdea688d33625e227b3c2eb7efc1a80796 Mon Sep 17 00:00:00 2001 From: OlehPalanskyi Date: Tue, 9 Jul 2024 11:15:28 +0300 Subject: [PATCH] Updated reload_connections set false by default in in_opensearch.rb --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b150d6..659ddc2 100644 --- a/README.md +++ b/README.md @@ -605,10 +605,10 @@ request_timeout 15s # defaults to 5s ### reload_connections -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. +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. ``` -reload_connections false # defaults to true +reload_connections false # defaults to false ``` ### reload_on_failure