[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

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

array of AnalysisFunction
analysisFunctions Optional

A list of analysis functions


filter Optional

Description of the filter type and options. This is to support the filter functionality at an individual widget level


string
name Optional

Widget name associated with the query


visualization Optional

Description of the visualization type and options


string
widgetType Optional

Widget type, which includes: CHART, LIST, FIELD_TABLE, EVENT_TYPE, EVENT_TREND, ALERT

Possible values are: CHARTLISTFIELD_TABLEEVENT_TYPEEVENT_TRENDALERTAPI_RESPONSEFAV_DASHBOARDFAV_QUERYSYSTEM_ALERTLOG_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"
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Property Of

QueryDefinitionsDto

Feedback

Was this page helpful?