LogQueryTelemetryDto

LogQueryTelemetryDto
LogQueryTelemetryDto

Log query telemetry data

JSON Example
{
    "aggregateQuery": false,
    "circuitBreakerTriggered": false,
    "constraintsCount": 2,
    "dynamicFieldsQuery": false,
    "errorMessage": "error_message_if_any",
    "exception": "exception_if_any",
    "failedCoresList": null,
    "formattedLogQuery": "select * from logs where ((((timestamp >= '2023-07-12T06:07:20.160Z') AND (timestamp <= '2023-07-12T06:12:20.160Z')) AND ((text = 'scheduling developer at in minutes from now') AND (application = 'test_application'))) AND (log_type <> 'test_type')) order by ingest_timestamp desc ",
    "groupByCount": 0,
    "indexType": "INDEXED",
    "lastGetCallInvokedTimeMillis": 1,
    "lintAppEndTime": 1689142387203,
    "lintAppStartTime": 1689142387102,
    "logQuery": "SELECT * FROM logs WHERE text='scheduling developer at in minutes from now' AND application='test_application' ORDER BY ingest_timestamp DESC",
    "numRecordsReturned": 90,
    "numberOfCoresQueried": 5,
    "numberOfExtractedFieldsEvaluated": 0,
    "numberOfGetCallsInvoked": 2,
    "orgId": "derb40d2-ed3d-491b-9a58-1b6b554ff40f",
    "partitionIdsInRequest": [
        "ghub40d2-ed3d-491b-9a58-1b6b554ff40f"
    ],
    "queryAgent": "UI_EXPLORE_LOGS",
    "queryConstraintStr": "{\"operator\":\"AND\",\"fieldName\":null,\"value\":null,\"constraints\":[{\"operator\":\"CONTAINS\",\"fieldName\":\"application\",\"value\":\"test_application\",\"constraints\":[],\"tags\":[]},{\"operator\":\"CONTAINS\",\"fieldName\":\"text\",\"value\":\"scheduling developer at in minutes from now\",\"constraints\":[],\"tags\":[]}],\"tags\":[]}",
    "queryEndTime": 1689142340160,
    "queryExecutionTime": 101,
    "queryPostProcessingTime": 1689142040160,
    "queryRange": 300000,
    "queryStartTime": 1689142040160,
    "queryTimestampType": "INGEST_TIMESTAMP",
    "requestId": "65448dde-0445-4b36-a276-74ghy5d3f870",
    "taskStage": "STARTED",
    "telemetryDataCreationTimeMillis": 0,
    "tenantId": "knj7193b32e83a90",
    "timeSinceLastGetMillis": 0,
    "totalSizeQueriedBytes": 1358223043341,
    "type": null,
    "userName": "test_user",
    "workflowVsTimeTakenMillis": 1689142040160
}
string
requestId
Optional

Unique request identifier

string
orgId
Optional

OrgId for which telemetry data is to be queried

string
tenantId
Optional

Unique tenantId

string
subscriptionType
Optional

Subscription type e.g. PRE_TRIAL,FREE,TRIAL,PAID,UNKNOWN,PERPETUAL

Possible values are : PRE_TRIAL, FREE, TRIAL, PAID, UNKNOWN, PERPETUAL,
string
storageState
Optional

Storage state e.g. SHARED, STANDALONE

string
userName
Optional

userName

string
queryAgent
Optional

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,
string
taskStage
Optional

Task stage includes: CREATED, STARTED, FINISHED, FAILED, CANCELLED

Possible values are : CREATED, STARTED, FINISHED, FAILED, CANCELLED,
string
logQuery
Optional

Represents the statement to query logs

string
queryConstraintStr
Optional

Represents constraints on query

integer As int64 As int64
queryStartTime
Optional

Query start time

integer As int64 As int64
queryEndTime
Optional

Query end time

integer As int64 As int64
queryRange
Optional

queryRange

integer As int64 As int64
lintAppStartTime
Optional

VMware Aria Operations for Logs app start time

integer As int64 As int64
lintAppEndTime
Optional

VMware Aria Operations for Logs end time

integer As int64 As int64
queryExecutionTime
Optional

Time taken by the query execution.

string
errorMessage
Optional

Displays error message in case of any failure

string
indexType
Optional

Includes type of index (indexed, non indexed)

Possible values are : INDEXED, NON_INDEXED,
integer As int32 As int32
numberOfCoresQueried
Optional

Represents number of cores queried

number As double As double
totalSizeQueriedBytes
Optional

Represents total size queried in bytes

array of string
partitionIdsInRequest
Optional

Set of partition IDs in request

integer As int32 As int32
numberOfExtractedFieldsEvaluated
Optional

Number of evaluated extracted fields

integer As int64 As int64
queryPostProcessingTime
Optional

Represents post query processing time

string
type
Optional

All allowed types include: EVENTS,LOGS, METRICS, AUTOCOMPLETE, NON_INDEXED_LOGS

Possible values are : EVENTS, LOGS, METRICS, AUTOCOMPLETE, NON_INDEXED_LOGS,
boolean
dynamicFieldsQuery
Optional

dynamicFieldsQuery

boolean
aggregateQuery
Optional

aggregateQuery

Property Of