v.24.3New Feature

Allow Configuring HTTP Redirect Handlers for ClickHouse Server

Allow configuring HTTP redirect handlers for clickhouse-server. For example, you can make / redirect to the Play UI. #60390 (Alexey Milovidov).
Added support to configure HTTP redirect handlers in clickhouse-server, enabling custom URL redirections such as redirecting / to the Play UI.

Why it matters

This feature allows users to set up HTTP redirects directly within clickhouse-server, simplifying navigation and improving user experience by directing requests from one URL path to another without needing external web server configurations.

How to use it

Users can configure HTTP redirect handlers by specifying the desired source paths and target URLs in the clickhouse-server configuration files, enabling automatic redirection for defined routes like / to the Play UI.