イベントストリームウィジェット

イベントストリームは、Event Explorer ビューに表示されるイベントストリームのウィジェット版です。

: このウィジェットには、直近の 100 イベントだけが表示されます。

セットアップ

コンフィギュレーション

  1. 検索クエリを入力して、イベントストリームを絞り込みます。
  2. Size パラメーターを使用して、イベントタイトルのみを表示するか、イベント本文全体を表示するかを選択します。
  3. ウィジェットにカスタムタイムフレームがあるか、グローバルタイムフレームがあるかを選択します。
  4. グラフにタイトルをつけます。

API

このウィジェットは、Dashboards API で使用することができます。

イベントストリームウィジェット専用のウィジェット JSON スキーマ定義は次に従います。

Expand All

フィールド

種類

説明

event_size

enum

Size to use to display an event. Allowed enum values: s,l

query [required]

string

Query to filter the event stream with.

tags_execution

string

The execution method for multi-value filters. Can be either and or or.

time

object

Time setting for the widget.

live_span

enum

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

title

string

Title of the widget.

title_align

enum

How to align the text on the widget. Allowed enum values: center,left,right

title_size

string

Size of the title.

type [required]

enum

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"
}

その他の参考資料