Replies: 1 comment
-
Root Cause:
You can try with: batch:
timeout_secs: 180
max_events: 50000 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
vector.yaml:
When the amount of logs increases, I get a lot of errors:
WARN sink{component_kind="sink" component_id=k8s_log component_type=elasticsearch}:request{request_id=388}: vector::sinks::util::retries: Retrying after response. reason=too many requests internal_log_rate_limit=true
ERROR sink{component_kind="sink" component_id=k8s_log component_type=elasticsearch}:request{request_id=389}: vector::sinks::elasticsearch::service: Response contained errors. error_code="http_response_429" response=Response { status: 429, version: HTTP/1.1, headers: {"x-elastic-product": "Elasticsearch", "content-type": "application/json; charset=UTF-8", "content-length": "565"}, body: b"{\"error\":{\"root_cause\":[{\"type\":\"es_rejected_execution_exception\",\"reason\":\"rejected execution of coordinating operation [coordinating_and_primary_bytes=318706156, replica_bytes=0, all_bytes=318706156, coordinating_operation_bytes=4010923, max_coordinating_and_primary_bytes=322122547]\"}],\"type\":\"es_rejected_execution_exception\",\"reason\":\"rejected execution of coordinating operation [coordinating_and_primary_bytes=318706156, replica_bytes=0, all_bytes=318706156, coordinating_operation_bytes=4010923, max_coordinating_and_primary_bytes=322122547]\"},\"status\":429}" }
Some of the options I've configured don't seem to solve this error, if there are better vector configuration parameters, or modify the configuration of ES.
Beta Was this translation helpful? Give feedback.
All reactions