This is unreleased documentation for Tenzir Next version.
For up-to-date documentation, see the latest version (v4.24).
Version: Next
Show available schemas
When you write a pipeline, you often reference field names. If you do not know
the shape of your data, you can look up available schemas, i.e., the record
types describing top-level events.
Many SQL databases have a SHOW TABLES command to show all available table
names, and SHOW COLUMNS to display the individual fiels of a given table.
In Tenzir, the fields operator offers the
ability for detailed schema introspection. Use it to display all schema fields;
each event represents a single field.