Join 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 |
---|---|
join() | Join two Humio searches. |
selfJoin() | Used to collate data from events that share a key. |
selfJoinFilter() | Runs query to determine IDs, and then gets all events containing one of them. |
Table: Join Query Functions