New dashboard and saved search listing pages
Demo by @pulpdrewFilters for filters
Demo by @pulpdrewRBAC for predefined dashboards
Demo by @pulpdrewOptimizations for searching
Demo by @knudttyotel_traces schema because the timestamp column used a toDateTime(Timestamp) expression that wasn’t being recognised. That has been fixed too.
Related PRs: #2019 Use 1 minute window for searches, #2014 Fix optimize order by shortcomings for otel_traces
Copy row and configurable filter sizes
Demo by @knudttyTabs and groups in dashboards
Demo by @alex-fedotyevClickStack CLI
Demo by @wrn14897hdx) is a new terminal TUI for searching, tailing, and inspecting logs and traces without leaving your terminal. It connects to your HyperDX instance using the same web session mechanism as the browser, so there’s no separate API key to manage. After a one-time hdx auth login with your instance URL and email, it stays authenticated.
The TUI surface is the same search interface you’d get in the web app: same query syntax, same source selection, same ability to drill into individual log entries. One highlight is the trace waterfall view, where clicking into a log entry shows the full distributed trace rendered directly in the terminal. The demo also previews an early experiment with agentic usage: by giving an AI agent access to the CLI’s schema introspection output alongside the ability to run queries via the ClickHouse proxy, the agent can investigate issues autonomously. The demo takes it further and shows the agent using web sessions to navigate the HyperDX UI via Playwright, pulling metrics from rendered charts to cross-reference with what it found in the logs.
Related PRs: #2043 Add @hyperdx/cli package — terminal TUI for searching and tailing events