The hdxdescribe command explores the Hydrolix data catalog in Splunk. Use it to list the available projects and tables in a Hydrolix cluster, or to inspect the schema of a specific table before writing queries.
Without a table argument, hdxdescribe returns one row per project. When project is specified, the result is scoped to that project but the schema is the same:
Field
Description
project
The name of the Hydrolix project.
tables
The list of table names within that project, returned as a multivalue.
With a table argument, hdxdescribe returns one row per column:
Field
Description
column_name
The name of the column.
column_type
The ClickHouse data type of the column (for example, DateTime, String, UInt64).