The Event List widget displays events as they are ingested into Humio, and is the default visualization on the search page for events.
Field | Type | Description |
---|---|---|
@id |
string | Meta field automatically generated by Humio for all events. |
@timestamp |
datetime | The timestamp of the events is used to order events in the list. |
@rawstring |
string | The content of the line. Usually this value is automatically assigned during parsing. |
The event list is the main way of exploring events in Humio. By selecting items in the list, you can inspect all fields of the event in the inspection panel. The inspection panel contains buttons to quickly drill down in the data.
The event list will list as many results as returned by the Humio server, which defaults to the 200
most recent events of the search interval. You can increase this by using the tail
function, for example tail(1000)
, but this can cause performance issues in the UI if too many elements have to be rendered.
You can use the keyboard to navigate the event. alt-ctrl-down
and alt-ctrl-up
will move the selection up and down the list, while displaying the fields in the inspection panel.