이벤트 타임라인은 이벤트 익스플로러 보기 상단에 표시되는 타임라인의 위젯 버전입니다.
구성
설정
- 이벤트 스트림을 필터링하려면 검색 쿼리를 입력하세요.
- 스크린보드에만 해당: 위젯에 사용자 지정 기간이 있는지 또는 스크린보드의 글로벌 기간이 있는지 선택하세요.
옵션
타이틀
Show a Title
확인란을 활성화하여 위젯의 사용자 지정 제목을 표시하세요.
선택적으로 크기와 정렬을 정의할 수 있습니다.
API
이 위젯은 Dashboards API와 함께 사용할 수 있습니다.
이벤트 타임라인 위젯의 전용 위젯 JSON 스키마 정의는 다음과 같습니다:
Expand All
Query to filter the event timeline 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 timeline widget.
Allowed enum values: event_timeline
default: event_timeline
{
"query": "",
"tags_execution": "string",
"time": {
"live_span": "5m"
},
"title": "string",
"title_align": "string",
"title_size": "string",
"type": "event_timeline"
}
참고 자료
Additional helpful documentation, links, and articles: