Widget Query Functions
Humio's query functions take a set of events, parameters, or configurations; and produce, reduce, or modify values within that set, or within the events themselves within the query pipeline.
Function | Description |
---|---|
sankey() | Produces data compatible with Sankey widget. |
table() | Used to create a widget to present the data in a table. |
timeChart() | Used to draw a linechart where the x-axis is time. |
worldMap() | Used to produce data compatible with the World Map widget. |
Table: Widget Query Functions