Continuous Failed to make HTTP(S) request Warnings #24221
-
QuestionWe are getting warnings for Vector Configsources:
vector_metrics_filebeat:
type: internal_metrics
scrape_interval_secs: 10
sinks:
datadog_metrics_filebeat:
type: datadog_metrics
inputs:
- metrics_fb_tag
- logs_count
default_api_key: ${DATADOG_API_KEY}
site: datadoghq.comVector Logs{"timestamp":"2025-11-12T15:58:46.820474Z","level":"WARN","message":"HTTP error.","error":"connection error: Connection reset by peer (os error 104)","error_type":"request_failed","stage":"processing","target":"vector::internal_events::http_client","span":{"name":"http"},"spans":[{"component_id":"datadog_metrics_filebeat","component_kind":"sink","component_type":"datadog_metrics","name":"sink"},{"request_id":310843,"name":"request"},{"name":"http"}]}
{"timestamp":"2025-11-12T15:58:46.820541Z","level":"WARN","message":"Retrying after error.","error":"Failed to make HTTP(S) request: Failed to make HTTP(S) request: connection error: Connection reset by peer (os error 104)","internal_log_rate_limit":true,"target":"vector::sinks::util::retries","span":{"request_id":310843,"name":"request"},"spans":[{"component_id":"datadog_metrics_filebeat","component_kind":"sink","component_type":"datadog_metrics","name":"sink"},{"request_id":310843,"name":"request"}]}
{"timestamp":"2025-11-12T18:23:03.881544Z","level":"WARN","message":"HTTP error.","error":"connection error: Connection reset by peer (os error 104)","error_type":"request_failed","stage":"processing","target":"vector::internal_events::http_client","span":{"name":"http"},"spans":[{"component_id":"datadog_metrics_filebeat","component_kind":"sink","component_type":"datadog_metrics","name":"sink"},{"request_id":315970,"name":"request"},{"name":"http"}]}
{"timestamp":"2025-11-12T18:23:03.881628Z","level":"WARN","message":"Retrying after error.","error":"Failed to make HTTP(S) request: Failed to make HTTP(S) request: connection error: Connection reset by peer (os error 104)","internal_log_rate_limit":true,"target":"vector::sinks::util::retries","span":{"request_id":315970,"name":"request"},"spans":[{"component_id":"datadog_metrics_filebeat","component_kind":"sink","component_type":"datadog_metrics","name":"sink"},{"request_id":315970,"name":"request"}]} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
When running Vector in debug mode you are likely to see vector/src/internal_events/http_client.rs Lines 31 to 44 in 5c16191 For information on controlling log verbosity refer to the docs. This will show you exactly what is being sent to datadog. However, I don't think that will tell you anything useful. FYI: Under the hood we're using |
Beta Was this translation helpful? Give feedback.
When running Vector in debug mode you are likely to see
Sending HTTP request.logs.vector/src/internal_events/http_client.rs
Lines 31 to 44 in 5c16191
For information on controlling lo…