Hydrolix UI
The Hydrolix UI is a javascript application delivered to your browser.
The UI is available by directly connecting to the cluster's hydrolix_url
. In most clusters, TLS is used. Connect to the standard HTTPS port, tcp/443 at https://{myhost}.hydrolix.live/
. The UI application itself communicates with the Config API on your cluster and allows direct interaction with the query system from a browser.
Logging in
Visit the cluster URL to login to the Hydrolix UI.
- Local User accounts authenticate directly to the Login to Hydrolix endpoint.
- SSO User accounts are redirected through Login to Hydrolix using SSO.
In either case, upon successful authentication, the browser stores the returned httpOnly
Cookie for all subsequent communication with the cluster.
Querying data
The Query tab depends on the HTTP Query API. This environment is good for exploration, but isn't well-suited for result sets larger than 10,000 rows. For this, use any alternative clients listed in Query Tools query system.
Hydrolix UI query example

Updated about 2 months ago