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

LogQueryResultRecord

Query results after processing


Properties

array of Annotation
annotations Optional

Annotations that match the current record


map of string
data Optional

Data for the result record in a map of field names and value This is the log text that was ingested and any additional fields added during ingestion The data also includes extracted fields post processing


map of FieldPosition
positions Optional

Positions of the extracted field values in the log message, the key is the field name in the data map.


map of string
supplementalData Optional

Extracted field field names and values with alternate keys One key for extracted field ID and one for internalName The data map contains the field value with the shortId as the field name

JSON Example

{
	"annotations": [
		{
			"description": "string",
			"name": "string",
			"url": "string"
		}
	],
	"data": {
		"key": "string"
	},
	"positions": {
		"key": {
			"length": 0,
			"start": 0
		}
	},
	"supplementalData": {
		"key": "string"
	}
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Property Of

LogQueryResponse

Feedback

Was this page helpful?