You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following options relate to opensearch go client specifically. Normally they should be left at default values.
Make this clear in the documentation to avoid confusion.
- `num_workers` (optional): Number of workers publishing bulk requests concurrently.
- `flush`: Event bulk buffer flush settings
- `bytes` (default=5242880): Write buffer flush limit.
- `interval` (default=30s): Write buffer time limit.
- `retry`: Event retry settings
- `enabled` (default=true): Enable/Disable event retry on error. Retry
support is enabled by default.
- `max_requests` (default=3): Number of HTTP request retries.
- `initial_interval` (default=100ms): Initial waiting time if a HTTP request failed.
- `max_interval` (default=1m): Max waiting time if a HTTP request failed.
The text was updated successfully, but these errors were encountered:
Component(s)
No response
Describe the issue you're reporting
The following options relate to opensearch go client specifically. Normally they should be left at default values.
Make this clear in the documentation to avoid confusion.
The text was updated successfully, but these errors were encountered: