AzureLogsQuery🔗
Constructor🔗
Methods🔗
build🔗
Builds the object.
basic_logs_query🔗
If set to true the query will be run as a basic logs query
builder_query🔗
Builder query to be executed.
def builder_query(builder_query: cogbuilder.Builder[azuremonitor.BuilderQueryExpression]) -> typing.Self
dashboard_time🔗
If set to true the dashboard time range will be used as a filter for the query. Otherwise the query time ranges will be used. Defaults to false.
intersect_time🔗
@deprecated Use dashboardTime instead
mode🔗
Denotes if logs query editor is in builder mode
query🔗
KQL query to be executed.
resource🔗
@deprecated Use resources instead
resources🔗
Array of resource URIs to be queried.
result_format🔗
Specifies the format results should be returned as.
time_column🔗
If dashboardTime is set to true this value dictates which column the time filter will be applied to. Defaults to the first tables timeSpan column, the first datetime column found, or TimeGenerated
workspace🔗
Workspace ID. This was removed in Grafana 8, but remains for backwards compat.