Closed
Description
There is no configurable response_timeout in httpjson input. I have an endpoint that takes more than the default timeout to response.
Here is the default response_timeout, which is hard coded, for httpjson:
tr := &http.Transport{
ResponseHeaderTimeout: time.Duration(3 * time.Second),
TLSClientConfig: tlsCfg,
}
client := &http.Client{
Transport: tr,
Timeout: time.Duration(4 * time.Second),
}
Metadata
Assignees
Labels
No labels