FilebeatからElastic Cloud接続時にエラー発生

FilebeatからElastic Cloudへの接続設定をし、Filebeatを起動したところ、以下のエラーが発生しました。

Oct 17 11:31:20 XXXX filebeat: 2019-10-17T11:31:20.730+0900#011ERROR#011elasticsearch/elasticsearch.go:260#011Error connecting to Elasticsearch at https://XXXXXXXXXXXXXX.ap-northeast-1.aws.found.io:443: Get https://XXXXXXXXXXXXXX.ap-northeast-1.aws.found.io:443: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

filebeat.ymlの設定箇所は以下となります。
Elasticsearch output
proxy_url: "http://XXXXXXXXX@XXXXXXXX:8080"

Elastic Cloud
cloud.id: "XXXXXX:XXXXXXXX"
cloud.auth: "elastic:XXXXXX"

ログにてエラーと記載されているURL(https://XXXXXXXXXXXXXX.ap-northeast-1.aws.found.io:443)に対し、curlコマンドで接続確認をするとステータス200で返却されており、接続先とのHTTPS疎通自体は特に問題ないように見えております。

エラー原因について考えられることをご教示頂けないでしょうか。

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.