From b920412247fddbe4206f9515efdd4a32de35263d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:35:47 +0200 Subject: [PATCH] fix(clickhouse): clarify URL labels (Play UI / HTTP API on 8123) --- ct/clickhouse.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/clickhouse.sh b/ct/clickhouse.sh index 05a2ed8f..13dbc264 100644 --- a/ct/clickhouse.sh +++ b/ct/clickhouse.sh @@ -99,10 +99,10 @@ echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" if [[ "${CLICKSTACK}" == "yes" ]]; then echo -e "${INFO}${YW} Access HyperDX UI using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}" - echo -e "${INFO}${YW} ClickHouse HTTP API:${CL}" + echo -e "${INFO}${YW} ClickHouse Play UI / HTTP API:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8123${CL}" echo -e "${INFO}${YW} OTel Collector (gRPC: 4317, HTTP: 4318)${CL}" else - echo -e "${INFO}${YW} Access it using the following URL:${CL}" + echo -e "${INFO}${YW} ClickHouse Play UI / HTTP API:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8123${CL}" fi