LogQueryTelemetryDto
Log query telemetry data
Properties
Displays error message in case of any failure
Includes type of index (indexed, non indexed)
Possible values are: INDEXED , NON_INDEXED
vRealize Log Insight Cloud end time
vRealize Log Insight Cloud app start time
Represents the statement to query logs
Represents number of cores queried
Number of evaluated extracted fields
OrgId for which telemetry data is to be queried
Set of partition IDs in request
Query agent includes UI_DASHBOARDS, UI_EXPLORE_LOGS, UI_OTHERS, EXPORT, ALERTS, LOG_ANALYTICS, UNKNOWN, WF_EXPLORE_LOGS, RCA
Possible values are: UI_DASHBOARDS , UI_DASHBOARD , UI_EXPLORE_LOGS , UI_OTHERS , EXPORT , ALERTS , LOG_ANALYTICS , UNKNOWN , WF_EXPLORE_LOGS , RCA , UI_LANDING_PAGE , UI_ALERT , UI_LOG_FORWARDING , UI_SOURCES
Represents constraints on query
Query end time
For high cost query, this is the time taken by ops-data-solr For low cost query, this is the time taken by ops-data-query
Represents post query processing time
Query start time
Unique request identifier
Storage state e.g. SHARED, STANDALONE
Subscription type e.g. PRE_TRIAL,FREE,TRIAL,PAID,UNKNOWN,PERPETUAL
Possible values are: PRE_TRIAL , FREE , TRIAL , PAID , UNKNOWN , PERPETUAL
Task stage includes: CREATED, STARTED, FINISHED, FAILED, CANCELLED
Possible values are: CREATED , STARTED , FINISHED , FAILED , CANCELLED
Unique tenantId
Represents total size queried in bytes
All allowed types include: EVENTS,LOGS, METRICS, AUTOCOMPLETE, NON_INDEXED_LOGS
Possible values are: EVENTS , LOGS , METRICS , AUTOCOMPLETE , NON_INDEXED_LOGS
JSON Example
{
"aggregateQuery": false,
"dynamicFieldsQuery": false,
"errorMessage": "string",
"indexType": "INDEXED",
"lintAppEndTime": 0,
"lintAppStartTime": 0,
"logQuery": "string",
"numberOfCoresQueried": 0,
"numberOfExtractedFieldsEvaluated": 0,
"orgId": "string",
"partitionIdsInRequest": [
"string"
],
"queryAgent": "UI_DASHBOARDS",
"queryConstraintStr": "string",
"queryEndTime": 0,
"queryExecutionTime": 0,
"queryPostProcessingTime": 0,
"queryRange": 0,
"queryStartTime": 0,
"requestId": "string",
"storageState": "string",
"subscriptionType": "PRE_TRIAL",
"taskStage": "CREATED",
"tenantId": "string",
"totalSizeQueriedBytes": 0,
"type": "EVENTS",
"userName": "string"
}
Property Of
LogQueryResponse