The event stream is a widget version of the stream of events on the Event Explorer view.
Note: This widget displays only the 100 most recent events.
Setup
Configuration
- Enter a search query to filter the event stream.
- Use the size parameter to choose to display either only the events title or the full event body.
- Choose whether your widget has a custom time frame or the global time frame.
- Give the graph a title.
API
This widget can be used with the Dashboards API.
The dedicated widget JSON schema definition for the event stream widget follows:
Expand All
Size to use to display an event.
Allowed enum values: s,l
Query to filter the event stream with.
The execution method for multi-value filters. Can be either and or or.
Time setting for the widget.
The available timeframes depend on the widget you are using.
Allowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,1y,alert
How to align the text on the widget.
Allowed enum values: center,left,right
Type of the event stream widget.
Allowed enum values: event_stream
{
"event_size": "string",
"query": "",
"tags_execution": "string",
"time": {
"live_span": "5m"
},
"title": "string",
"title_align": "string",
"title_size": "string",
"type": "event_stream"
}
Further Reading
Additional helpful documentation, links, and articles: