Widgets
Widget configuration - used to capture configuration of the chart on the explore logs UI, and to provide defaults when a query is added to a dashboard.
Properties
Description of the filter type and options. This is to support the filter functionality at an individual widget level
Widget name associated with the query
Widget type, which includes: CHART, LIST, FIELD_TABLE, EVENT_TYPE, EVENT_TREND, ALERT
Possible values are: CHART , LIST , FIELD_TABLE , EVENT_TYPE , EVENT_TREND , ALERT , API_RESPONSE , FAV_DASHBOARD , FAV_QUERY , SYSTEM_ALERT , LOG_STATISTICS
JSON Example
{
"analysisFunctions": [
{
"name": "INFLECTION",
"parameters": {
"key": "string"
}
}
],
"filter": {
"options": {
"key": "string"
},
"type": "DATE"
},
"name": "string",
"visualization": {
"options": {
"key": "string"
},
"type": "AREA"
},
"widgetType": "CHART"
}
Property Of
QueryDefinitionsDto