Skip to content

Commit

Permalink
Updated reload_connections set false by default in in_opensearch.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehPalanskyi committed Jul 9, 2024
1 parent 57f3c8f commit 581083f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 581083f

Please sign in to comment.