Widget Chronologie des événements
La chronologie des événements est une version widget de la chronologie qui apparaît en haut de la [vue Chronologie des événements1 :
Configuration
Configuration
- Saisissez une requête de recherche pour filtrer le flux d’événements.
- Choisissez si votre widget doit afficher un intervalle personnalisé ou l’intervalle global du screenboard (disponible sur les screenboards uniquement).
Options
Titre
Affichez un titre personnalisé pour votre widget en cochant la case Show a Title
:
Définissez sa taille et son alignement si vous le souhaitez.
API
Ce widget peut être utilisé avec l’API Dashboards. Consultez la documentation à ce sujet pour en savoir plus.
Le schéma JSON utilisé pour le widget Chronologie des événements est le suivant :
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"
}
Pour aller plus loin
Documentation, liens et articles supplémentaires utiles: