Commit a2397dd 1 parent 7f25f4f commit a2397dd Copy full SHA for a2397dd
File tree 1 file changed +2
-2
lines changed
tutoraspects/templates/aspects/apps/vector/partials
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ auth.password = "{{ ASPECTS_CLICKHOUSE_VECTOR_PASSWORD }}"
91
91
# Required: https://github.com/timberio/vector/issues/5797
92
92
encoding.timestamp_format = " unix"
93
93
inputs = [" tracking" ]
94
- endpoint = " {{ CLICKHOUSE_HOST }}:{{ CLICKHOUSE_PORT }}"
94
+ endpoint = " {% if CLICKHOUSE_SECURE_CONNECTION %}https{% else %}http{% endif %}://{ { CLICKHOUSE_HOST }}:{{ CLICKHOUSE_PORT }}"
95
95
database = " {{ ASPECTS_VECTOR_DATABASE }}"
96
96
table = " {{ ASPECTS_VECTOR_RAW_TRACKING_LOGS_TABLE }}"
97
97
healthcheck = true
@@ -106,7 +106,7 @@ encoding.timestamp_format = "unix"
106
106
# Allows better parsing of date times
107
107
date_time_best_effort = true
108
108
inputs = [" xapi" ]
109
- endpoint = " {{ CLICKHOUSE_HOST }}:{{ CLICKHOUSE_PORT }}"
109
+ endpoint = " {% if CLICKHOUSE_SECURE_CONNECTION %}https{% else %}http{% endif %}://{ { CLICKHOUSE_HOST }}:{{ CLICKHOUSE_PORT }}"
110
110
database = " {{ ASPECTS_VECTOR_DATABASE }}"
111
111
table = " {{ ASPECTS_VECTOR_RAW_XAPI_TABLE }}"
112
112
healthcheck = true
You can’t perform that action at this time.
0 commit comments