Skip to content

AzureLogsQueryBuilder🔗

Constructor🔗

new AzureLogsQueryBuilder()

Methods🔗

build🔗

Builds the object.

build()

intersectTime🔗

If set to true the intersection of time ranges specified in the query and Grafana will be used. Otherwise the query time ranges will be used. Defaults to false

intersectTime(intersectTime: boolean)

query🔗

KQL query to be executed.

query(query: string)

resource🔗

@deprecated Use resources instead

resource(resource: string)

resources🔗

Array of resource URIs to be queried.

resources(resources: string[])

resultFormat🔗

Specifies the format results should be returned as.

resultFormat(resultFormat: azuremonitor.ResultFormat)

workspace🔗

Workspace ID. This was removed in Grafana 8, but remains for backwards compat

workspace(workspace: string)

See also🔗