이벤트 스트림은 이벤트 탐색기 보기에 있는 이벤트 스트림의 위젯 버전입니다.
참고: 이 위젯은 가장 최근 이벤트 100개만 표시합니다.
구성
설정
- 이벤트 스트림을 필터링하려면 검색 쿼리를 입력하세요.
- (스크린보드에서만 해당) 위젯에 커스텀 타임프레임이 있는지 또는 스크린보드의 글로벌 타임프레임이 있는지 선택합니다.
- 크기 파라미터를 사용하여 이벤트 타이틀만 표시할지 또는 전체 이벤트 본문을 표시할지 선택합니다.
- 그래프에 타이틀을 지정합니다.
- Done 버튼을 클릭합니다.
API
이 위젯은 Dashboards API와 함께 사용할 수 있습니다.
이벤트 스트림 위젯에 대한 전용 위젯 JSON 스키마 정의는 다음과 같습니다.
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,week_to_date,month_to_date,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
default: event_stream
{
"event_size": "string",
"query": "",
"tags_execution": "string",
"time": {
"live_span": "5m"
},
"title": "string",
"title_align": "string",
"title_size": "string",
"type": "event_stream"
}
참고 자료
Additional helpful documentation, links, and articles: