Skip to content

Commit 4b8d929

Browse files
committed
Specifies port for Elasticsearch host
Updates the Elasticsearch host configuration to explicitly include port 443. This ensures the connection to Elasticsearch uses the correct port for HTTPS, resolving potential connection issues.
1 parent 35277e3 commit 4b8d929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebeat.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ processors:
4040
tags: ["production", "api-onibusbh"]
4141

4242
output.elasticsearch:
43-
hosts: ['${ELASTIC_HOST}']
43+
hosts: ['${ELASTIC_HOST}:443']
4444
protocol: "https"
4545
# ssl.verification_mode: none

0 commit comments

Comments
 (0)