1. Packages
  2. Ibm Provider
  3. API Docs
  4. getLogsDashboard
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getLogsDashboard

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source to retrieve information about a logs_dashboard. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const logsDashboardInstance = ibm.getLogsDashboard({
        instanceId: ibm_logs_dashboard.logs_dashboard_instance.instance_id,
        region: ibm_logs_dashboard.logs_dashboard_instance.region,
        dashboardId: ibm_logs_dashboard.logs_dashboard_instance.dashboard_id,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    logs_dashboard_instance = ibm.get_logs_dashboard(instance_id=ibm_logs_dashboard["logs_dashboard_instance"]["instance_id"],
        region=ibm_logs_dashboard["logs_dashboard_instance"]["region"],
        dashboard_id=ibm_logs_dashboard["logs_dashboard_instance"]["dashboard_id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.LookupLogsDashboard(ctx, &ibm.LookupLogsDashboardArgs{
    			InstanceId:  ibm_logs_dashboard.Logs_dashboard_instance.Instance_id,
    			Region:      pulumi.StringRef(ibm_logs_dashboard.Logs_dashboard_instance.Region),
    			DashboardId: ibm_logs_dashboard.Logs_dashboard_instance.Dashboard_id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var logsDashboardInstance = Ibm.GetLogsDashboard.Invoke(new()
        {
            InstanceId = ibm_logs_dashboard.Logs_dashboard_instance.Instance_id,
            Region = ibm_logs_dashboard.Logs_dashboard_instance.Region,
            DashboardId = ibm_logs_dashboard.Logs_dashboard_instance.Dashboard_id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetLogsDashboardArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var logsDashboardInstance = IbmFunctions.getLogsDashboard(GetLogsDashboardArgs.builder()
                .instanceId(ibm_logs_dashboard.logs_dashboard_instance().instance_id())
                .region(ibm_logs_dashboard.logs_dashboard_instance().region())
                .dashboardId(ibm_logs_dashboard.logs_dashboard_instance().dashboard_id())
                .build());
    
        }
    }
    
    variables:
      logsDashboardInstance:
        fn::invoke:
          function: ibm:getLogsDashboard
          arguments:
            instanceId: ${ibm_logs_dashboard.logs_dashboard_instance.instance_id}
            region: ${ibm_logs_dashboard.logs_dashboard_instance.region}
            dashboardId: ${ibm_logs_dashboard.logs_dashboard_instance.dashboard_id}
    

    Using getLogsDashboard

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getLogsDashboard(args: GetLogsDashboardArgs, opts?: InvokeOptions): Promise<GetLogsDashboardResult>
    function getLogsDashboardOutput(args: GetLogsDashboardOutputArgs, opts?: InvokeOptions): Output<GetLogsDashboardResult>
    def get_logs_dashboard(dashboard_id: Optional[str] = None,
                           endpoint_type: Optional[str] = None,
                           id: Optional[str] = None,
                           instance_id: Optional[str] = None,
                           region: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetLogsDashboardResult
    def get_logs_dashboard_output(dashboard_id: Optional[pulumi.Input[str]] = None,
                           endpoint_type: Optional[pulumi.Input[str]] = None,
                           id: Optional[pulumi.Input[str]] = None,
                           instance_id: Optional[pulumi.Input[str]] = None,
                           region: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetLogsDashboardResult]
    func LookupLogsDashboard(ctx *Context, args *LookupLogsDashboardArgs, opts ...InvokeOption) (*LookupLogsDashboardResult, error)
    func LookupLogsDashboardOutput(ctx *Context, args *LookupLogsDashboardOutputArgs, opts ...InvokeOption) LookupLogsDashboardResultOutput

    > Note: This function is named LookupLogsDashboard in the Go SDK.

    public static class GetLogsDashboard 
    {
        public static Task<GetLogsDashboardResult> InvokeAsync(GetLogsDashboardArgs args, InvokeOptions? opts = null)
        public static Output<GetLogsDashboardResult> Invoke(GetLogsDashboardInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLogsDashboardResult> getLogsDashboard(GetLogsDashboardArgs args, InvokeOptions options)
    public static Output<GetLogsDashboardResult> getLogsDashboard(GetLogsDashboardArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getLogsDashboard:getLogsDashboard
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DashboardId string
    The ID of the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    InstanceId string
    Cloud Logs Instance GUID.
    EndpointType string
    Id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    Region string
    Cloud Logs Instance Region.
    DashboardId string
    The ID of the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    InstanceId string
    Cloud Logs Instance GUID.
    EndpointType string
    Id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    Region string
    Cloud Logs Instance Region.
    dashboardId String
    The ID of the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    instanceId String
    Cloud Logs Instance GUID.
    endpointType String
    id String
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    region String
    Cloud Logs Instance Region.
    dashboardId string
    The ID of the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    instanceId string
    Cloud Logs Instance GUID.
    endpointType string
    id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    region string
    Cloud Logs Instance Region.
    dashboard_id str
    The ID of the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    instance_id str
    Cloud Logs Instance GUID.
    endpoint_type str
    id str
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    region str
    Cloud Logs Instance Region.
    dashboardId String
    The ID of the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    instanceId String
    Cloud Logs Instance GUID.
    endpointType String
    id String
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    region String
    Cloud Logs Instance Region.

    getLogsDashboard Result

    The following output properties are available:

    AbsoluteTimeFrames List<GetLogsDashboardAbsoluteTimeFrame>
    (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
    Annotations List<GetLogsDashboardAnnotation>
    (List) List of annotations that can be applied to the dashboard's visual elements.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
    DashboardId string
    Description string
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Falses List<GetLogsDashboardFalse>
    (List) Auto refresh interval is set to off. Nested schema for false:
    Filters List<GetLogsDashboardFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    FiveMinutes List<GetLogsDashboardFiveMinute>
    (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
    FolderIds List<GetLogsDashboardFolderId>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
    FolderPaths List<GetLogsDashboardFolderPath>
    (List) Path of the folder containing the dashboard. Nested schema for folder_path:
    Href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    InstanceId string
    Layouts List<GetLogsDashboardLayout>
    (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
    Name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Region string
    RelativeTimeFrame string
    (String) Relative time frame specifying a duration from the current time.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    TwoMinutes List<GetLogsDashboardTwoMinute>
    (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
    Variables List<GetLogsDashboardVariable>
    (List) List of variables that can be used within the dashboard for dynamic content.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
    EndpointType string
    AbsoluteTimeFrames []GetLogsDashboardAbsoluteTimeFrame
    (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
    Annotations []GetLogsDashboardAnnotation
    (List) List of annotations that can be applied to the dashboard's visual elements.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
    DashboardId string
    Description string
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Falses []GetLogsDashboardFalse
    (List) Auto refresh interval is set to off. Nested schema for false:
    Filters []GetLogsDashboardFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    FiveMinutes []GetLogsDashboardFiveMinute
    (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
    FolderIds []GetLogsDashboardFolderId
    (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
    FolderPaths []GetLogsDashboardFolderPath
    (List) Path of the folder containing the dashboard. Nested schema for folder_path:
    Href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    InstanceId string
    Layouts []GetLogsDashboardLayout
    (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
    Name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Region string
    RelativeTimeFrame string
    (String) Relative time frame specifying a duration from the current time.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    TwoMinutes []GetLogsDashboardTwoMinute
    (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
    Variables []GetLogsDashboardVariable
    (List) List of variables that can be used within the dashboard for dynamic content.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
    EndpointType string
    absoluteTimeFrames List<GetLogsDashboardAbsoluteTimeFrame>
    (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
    annotations List<GetLogsDashboardAnnotation>
    (List) List of annotations that can be applied to the dashboard's visual elements.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
    dashboardId String
    description String
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    falses List<GetLogsDashboardFalse>
    (List) Auto refresh interval is set to off. Nested schema for false:
    filters List<GetLogsDashboardFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    fiveMinutes List<GetLogsDashboardFiveMinute>
    (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
    folderIds List<GetLogsDashboardFolderId>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
    folderPaths List<GetLogsDashboardFolderPath>
    (List) Path of the folder containing the dashboard. Nested schema for folder_path:
    href String
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    id String
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    instanceId String
    layouts List<GetLogsDashboardLayout>
    (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
    name String
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    region String
    relativeTimeFrame String
    (String) Relative time frame specifying a duration from the current time.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    twoMinutes List<GetLogsDashboardTwoMinute>
    (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
    variables List<GetLogsDashboardVariable>
    (List) List of variables that can be used within the dashboard for dynamic content.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
    endpointType String
    absoluteTimeFrames GetLogsDashboardAbsoluteTimeFrame[]
    (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
    annotations GetLogsDashboardAnnotation[]
    (List) List of annotations that can be applied to the dashboard's visual elements.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
    dashboardId string
    description string
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    falses GetLogsDashboardFalse[]
    (List) Auto refresh interval is set to off. Nested schema for false:
    filters GetLogsDashboardFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    fiveMinutes GetLogsDashboardFiveMinute[]
    (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
    folderIds GetLogsDashboardFolderId[]
    (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
    folderPaths GetLogsDashboardFolderPath[]
    (List) Path of the folder containing the dashboard. Nested schema for folder_path:
    href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    instanceId string
    layouts GetLogsDashboardLayout[]
    (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
    name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    region string
    relativeTimeFrame string
    (String) Relative time frame specifying a duration from the current time.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    twoMinutes GetLogsDashboardTwoMinute[]
    (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
    variables GetLogsDashboardVariable[]
    (List) List of variables that can be used within the dashboard for dynamic content.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
    endpointType string
    absolute_time_frames Sequence[GetLogsDashboardAbsoluteTimeFrame]
    (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
    annotations Sequence[GetLogsDashboardAnnotation]
    (List) List of annotations that can be applied to the dashboard's visual elements.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
    dashboard_id str
    description str
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    falses Sequence[GetLogsDashboardFalse]
    (List) Auto refresh interval is set to off. Nested schema for false:
    filters Sequence[GetLogsDashboardFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    five_minutes Sequence[GetLogsDashboardFiveMinute]
    (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
    folder_ids Sequence[GetLogsDashboardFolderId]
    (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
    folder_paths Sequence[GetLogsDashboardFolderPath]
    (List) Path of the folder containing the dashboard. Nested schema for folder_path:
    href str
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    id str
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    instance_id str
    layouts Sequence[GetLogsDashboardLayout]
    (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
    name str
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    region str
    relative_time_frame str
    (String) Relative time frame specifying a duration from the current time.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    two_minutes Sequence[GetLogsDashboardTwoMinute]
    (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
    variables Sequence[GetLogsDashboardVariable]
    (List) List of variables that can be used within the dashboard for dynamic content.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
    endpoint_type str
    absoluteTimeFrames List<Property Map>
    (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
    annotations List<Property Map>
    (List) List of annotations that can be applied to the dashboard's visual elements.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
    dashboardId String
    description String
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    falses List<Property Map>
    (List) Auto refresh interval is set to off. Nested schema for false:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    fiveMinutes List<Property Map>
    (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
    folderIds List<Property Map>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
    folderPaths List<Property Map>
    (List) Path of the folder containing the dashboard. Nested schema for folder_path:
    href String
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    id String
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    instanceId String
    layouts List<Property Map>
    (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
    name String
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    region String
    relativeTimeFrame String
    (String) Relative time frame specifying a duration from the current time.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    twoMinutes List<Property Map>
    (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
    variables List<Property Map>
    (List) List of variables that can be used within the dashboard for dynamic content.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
    endpointType String

    Supporting Types

    GetLogsDashboardAbsoluteTimeFrame

    From string
    (Float) Value at which the color should change.
    To string
    (String) To is the end of the time frame.
    From string
    (Float) Value at which the color should change.
    To string
    (String) To is the end of the time frame.
    from String
    (Float) Value at which the color should change.
    to String
    (String) To is the end of the time frame.
    from string
    (Float) Value at which the color should change.
    to string
    (String) To is the end of the time frame.
    from_ str
    (Float) Value at which the color should change.
    to str
    (String) To is the end of the time frame.
    from String
    (Float) Value at which the color should change.
    to String
    (String) To is the end of the time frame.

    GetLogsDashboardAnnotation

    Enabled bool
    (Boolean) Indicates if the filter is currently enabled or not.
    Href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    Name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Sources List<GetLogsDashboardAnnotationSource>
    (List) Variable value source. Nested schema for source:
    Enabled bool
    (Boolean) Indicates if the filter is currently enabled or not.
    Href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    Name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Sources []GetLogsDashboardAnnotationSource
    (List) Variable value source. Nested schema for source:
    enabled Boolean
    (Boolean) Indicates if the filter is currently enabled or not.
    href String
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    id String
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    name String
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    sources List<GetLogsDashboardAnnotationSource>
    (List) Variable value source. Nested schema for source:
    enabled boolean
    (Boolean) Indicates if the filter is currently enabled or not.
    href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    sources GetLogsDashboardAnnotationSource[]
    (List) Variable value source. Nested schema for source:
    enabled bool
    (Boolean) Indicates if the filter is currently enabled or not.
    href str
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    id str
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    name str
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    sources Sequence[GetLogsDashboardAnnotationSource]
    (List) Variable value source. Nested schema for source:
    enabled Boolean
    (Boolean) Indicates if the filter is currently enabled or not.
    href String
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    id String
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    name String
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    sources List<Property Map>
    (List) Variable value source. Nested schema for source:

    GetLogsDashboardAnnotationSource

    Logs List<GetLogsDashboardAnnotationSourceLog>
    (List) Logs specific query. Nested schema for logs:
    Metrics List<GetLogsDashboardAnnotationSourceMetric>
    (List) Metrics specific query. Nested schema for metrics:
    Logs []GetLogsDashboardAnnotationSourceLog
    (List) Logs specific query. Nested schema for logs:
    Metrics []GetLogsDashboardAnnotationSourceMetric
    (List) Metrics specific query. Nested schema for metrics:
    logs List<GetLogsDashboardAnnotationSourceLog>
    (List) Logs specific query. Nested schema for logs:
    metrics List<GetLogsDashboardAnnotationSourceMetric>
    (List) Metrics specific query. Nested schema for metrics:
    logs GetLogsDashboardAnnotationSourceLog[]
    (List) Logs specific query. Nested schema for logs:
    metrics GetLogsDashboardAnnotationSourceMetric[]
    (List) Metrics specific query. Nested schema for metrics:
    logs Sequence[GetLogsDashboardAnnotationSourceLog]
    (List) Logs specific query. Nested schema for logs:
    metrics Sequence[GetLogsDashboardAnnotationSourceMetric]
    (List) Metrics specific query. Nested schema for metrics:
    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardAnnotationSourceLog

    LabelFields List<GetLogsDashboardAnnotationSourceLogLabelField>
    (List) Labels to display in the annotation.

    • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
    LuceneQueries List<GetLogsDashboardAnnotationSourceLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    MessageTemplate string
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Strategies List<GetLogsDashboardAnnotationSourceLogStrategy>
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
    LabelFields []GetLogsDashboardAnnotationSourceLogLabelField
    (List) Labels to display in the annotation.

    • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
    LuceneQueries []GetLogsDashboardAnnotationSourceLogLuceneQuery
    (List) Lucene query. Nested schema for lucene_query:
    MessageTemplate string
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Strategies []GetLogsDashboardAnnotationSourceLogStrategy
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
    labelFields List<GetLogsDashboardAnnotationSourceLogLabelField>
    (List) Labels to display in the annotation.

    • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
    luceneQueries List<GetLogsDashboardAnnotationSourceLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    messageTemplate String
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    strategies List<GetLogsDashboardAnnotationSourceLogStrategy>
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
    labelFields GetLogsDashboardAnnotationSourceLogLabelField[]
    (List) Labels to display in the annotation.

    • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
    luceneQueries GetLogsDashboardAnnotationSourceLogLuceneQuery[]
    (List) Lucene query. Nested schema for lucene_query:
    messageTemplate string
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    strategies GetLogsDashboardAnnotationSourceLogStrategy[]
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
    label_fields Sequence[GetLogsDashboardAnnotationSourceLogLabelField]
    (List) Labels to display in the annotation.

    • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
    lucene_queries Sequence[GetLogsDashboardAnnotationSourceLogLuceneQuery]
    (List) Lucene query. Nested schema for lucene_query:
    message_template str
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    strategies Sequence[GetLogsDashboardAnnotationSourceLogStrategy]
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
    labelFields List<Property Map>
    (List) Labels to display in the annotation.

    • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
    luceneQueries List<Property Map>
    (List) Lucene query. Nested schema for lucene_query:
    messageTemplate String
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    strategies List<Property Map>
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:

    GetLogsDashboardAnnotationSourceLogLabelField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardAnnotationSourceLogLuceneQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardAnnotationSourceLogStrategy

    Durations List<GetLogsDashboardAnnotationSourceLogStrategyDuration>
    (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
    Instants List<GetLogsDashboardAnnotationSourceLogStrategyInstant>
    (List) Event timestamp is extracted from the log entry. Nested schema for instant:
    Ranges List<GetLogsDashboardAnnotationSourceLogStrategyRange>
    (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
    Durations []GetLogsDashboardAnnotationSourceLogStrategyDuration
    (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
    Instants []GetLogsDashboardAnnotationSourceLogStrategyInstant
    (List) Event timestamp is extracted from the log entry. Nested schema for instant:
    Ranges []GetLogsDashboardAnnotationSourceLogStrategyRange
    (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
    durations List<GetLogsDashboardAnnotationSourceLogStrategyDuration>
    (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
    instants List<GetLogsDashboardAnnotationSourceLogStrategyInstant>
    (List) Event timestamp is extracted from the log entry. Nested schema for instant:
    ranges List<GetLogsDashboardAnnotationSourceLogStrategyRange>
    (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
    durations GetLogsDashboardAnnotationSourceLogStrategyDuration[]
    (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
    instants GetLogsDashboardAnnotationSourceLogStrategyInstant[]
    (List) Event timestamp is extracted from the log entry. Nested schema for instant:
    ranges GetLogsDashboardAnnotationSourceLogStrategyRange[]
    (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
    durations Sequence[GetLogsDashboardAnnotationSourceLogStrategyDuration]
    (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
    instants Sequence[GetLogsDashboardAnnotationSourceLogStrategyInstant]
    (List) Event timestamp is extracted from the log entry. Nested schema for instant:
    ranges Sequence[GetLogsDashboardAnnotationSourceLogStrategyRange]
    (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
    durations List<Property Map>
    (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
    instants List<Property Map>
    (List) Event timestamp is extracted from the log entry. Nested schema for instant:
    ranges List<Property Map>
    (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:

    GetLogsDashboardAnnotationSourceLogStrategyDuration

    DurationFields List<GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField>
    (List) Field to count distinct values of. Nested schema for duration_field:
    StartTimestampFields List<GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField>
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:
    DurationFields []GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField
    (List) Field to count distinct values of. Nested schema for duration_field:
    StartTimestampFields []GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:
    durationFields List<GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField>
    (List) Field to count distinct values of. Nested schema for duration_field:
    startTimestampFields List<GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField>
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:
    durationFields GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField[]
    (List) Field to count distinct values of. Nested schema for duration_field:
    startTimestampFields GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField[]
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:
    duration_fields Sequence[GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField]
    (List) Field to count distinct values of. Nested schema for duration_field:
    start_timestamp_fields Sequence[GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField]
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:
    durationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for duration_field:
    startTimestampFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:

    GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardAnnotationSourceLogStrategyInstant

    TimestampFields List<GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField>
    (List) Field to count distinct values of. Nested schema for timestamp_field:
    TimestampFields []GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField
    (List) Field to count distinct values of. Nested schema for timestamp_field:
    timestampFields List<GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField>
    (List) Field to count distinct values of. Nested schema for timestamp_field:
    timestampFields GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField[]
    (List) Field to count distinct values of. Nested schema for timestamp_field:
    timestamp_fields Sequence[GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField]
    (List) Field to count distinct values of. Nested schema for timestamp_field:
    timestampFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for timestamp_field:

    GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardAnnotationSourceLogStrategyRange

    EndTimestampFields List<GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField>
    (List) Field to count distinct values of. Nested schema for end_timestamp_field:
    StartTimestampFields List<GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField>
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:
    EndTimestampFields []GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField
    (List) Field to count distinct values of. Nested schema for end_timestamp_field:
    StartTimestampFields []GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:
    endTimestampFields List<GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField>
    (List) Field to count distinct values of. Nested schema for end_timestamp_field:
    startTimestampFields List<GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField>
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:
    endTimestampFields GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField[]
    (List) Field to count distinct values of. Nested schema for end_timestamp_field:
    startTimestampFields GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField[]
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:
    end_timestamp_fields Sequence[GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField]
    (List) Field to count distinct values of. Nested schema for end_timestamp_field:
    start_timestamp_fields Sequence[GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField]
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:
    endTimestampFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for end_timestamp_field:
    startTimestampFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for start_timestamp_field:

    GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardAnnotationSourceMetric

    Labels List<string>
    (List) Labels to display in the annotation.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    MessageTemplate string
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    PromqlQueries List<GetLogsDashboardAnnotationSourceMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    Strategies List<GetLogsDashboardAnnotationSourceMetricStrategy>
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
    Labels []string
    (List) Labels to display in the annotation.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    MessageTemplate string
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    PromqlQueries []GetLogsDashboardAnnotationSourceMetricPromqlQuery
    (List) PromQL query. Nested schema for promql_query:
    Strategies []GetLogsDashboardAnnotationSourceMetricStrategy
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
    labels List<String>
    (List) Labels to display in the annotation.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    messageTemplate String
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    promqlQueries List<GetLogsDashboardAnnotationSourceMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    strategies List<GetLogsDashboardAnnotationSourceMetricStrategy>
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
    labels string[]
    (List) Labels to display in the annotation.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    messageTemplate string
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    promqlQueries GetLogsDashboardAnnotationSourceMetricPromqlQuery[]
    (List) PromQL query. Nested schema for promql_query:
    strategies GetLogsDashboardAnnotationSourceMetricStrategy[]
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
    labels Sequence[str]
    (List) Labels to display in the annotation.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    message_template str
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    promql_queries Sequence[GetLogsDashboardAnnotationSourceMetricPromqlQuery]
    (List) PromQL query. Nested schema for promql_query:
    strategies Sequence[GetLogsDashboardAnnotationSourceMetricStrategy]
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
    labels List<String>
    (List) Labels to display in the annotation.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    messageTemplate String
    (String) Template for the annotation message.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    promqlQueries List<Property Map>
    (List) PromQL query. Nested schema for promql_query:
    strategies List<Property Map>
    (List) Strategy for turning metrics data into annotations. Nested schema for strategy:

    GetLogsDashboardAnnotationSourceMetricPromqlQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardAnnotationSourceMetricStrategy

    StartTimeMetrics List<GetLogsDashboardAnnotationSourceMetricStrategyStartTimeMetric>
    (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
    StartTimeMetrics []GetLogsDashboardAnnotationSourceMetricStrategyStartTimeMetric
    (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
    startTimeMetrics List<GetLogsDashboardAnnotationSourceMetricStrategyStartTimeMetric>
    (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
    startTimeMetrics GetLogsDashboardAnnotationSourceMetricStrategyStartTimeMetric[]
    (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
    start_time_metrics Sequence[GetLogsDashboardAnnotationSourceMetricStrategyStartTimeMetric]
    (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
    startTimeMetrics List<Property Map>
    (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:

    GetLogsDashboardFilter

    Collapsed bool
    (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
    Enabled bool
    (Boolean) Indicates if the filter is currently enabled or not.
    Sources List<GetLogsDashboardFilterSource>
    (List) Variable value source. Nested schema for source:
    Collapsed bool
    (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
    Enabled bool
    (Boolean) Indicates if the filter is currently enabled or not.
    Sources []GetLogsDashboardFilterSource
    (List) Variable value source. Nested schema for source:
    collapsed Boolean
    (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
    enabled Boolean
    (Boolean) Indicates if the filter is currently enabled or not.
    sources List<GetLogsDashboardFilterSource>
    (List) Variable value source. Nested schema for source:
    collapsed boolean
    (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
    enabled boolean
    (Boolean) Indicates if the filter is currently enabled or not.
    sources GetLogsDashboardFilterSource[]
    (List) Variable value source. Nested schema for source:
    collapsed bool
    (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
    enabled bool
    (Boolean) Indicates if the filter is currently enabled or not.
    sources Sequence[GetLogsDashboardFilterSource]
    (List) Variable value source. Nested schema for source:
    collapsed Boolean
    (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
    enabled Boolean
    (Boolean) Indicates if the filter is currently enabled or not.
    sources List<Property Map>
    (List) Variable value source. Nested schema for source:

    GetLogsDashboardFilterSource

    Logs List<GetLogsDashboardFilterSourceLog>
    (List) Logs specific query. Nested schema for logs:
    Metrics List<GetLogsDashboardFilterSourceMetric>
    (List) Metrics specific query. Nested schema for metrics:
    Logs []GetLogsDashboardFilterSourceLog
    (List) Logs specific query. Nested schema for logs:
    Metrics []GetLogsDashboardFilterSourceMetric
    (List) Metrics specific query. Nested schema for metrics:
    logs List<GetLogsDashboardFilterSourceLog>
    (List) Logs specific query. Nested schema for logs:
    metrics List<GetLogsDashboardFilterSourceMetric>
    (List) Metrics specific query. Nested schema for metrics:
    logs GetLogsDashboardFilterSourceLog[]
    (List) Logs specific query. Nested schema for logs:
    metrics GetLogsDashboardFilterSourceMetric[]
    (List) Metrics specific query. Nested schema for metrics:
    logs Sequence[GetLogsDashboardFilterSourceLog]
    (List) Logs specific query. Nested schema for logs:
    metrics Sequence[GetLogsDashboardFilterSourceMetric]
    (List) Metrics specific query. Nested schema for metrics:
    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardFilterSourceLog

    ObservationFields List<GetLogsDashboardFilterSourceLogObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators List<GetLogsDashboardFilterSourceLogOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    ObservationFields []GetLogsDashboardFilterSourceLogObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardFilterSourceLogOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<GetLogsDashboardFilterSourceLogObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<GetLogsDashboardFilterSourceLogOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardFilterSourceLogObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardFilterSourceLogOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observation_fields Sequence[GetLogsDashboardFilterSourceLogObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators Sequence[GetLogsDashboardFilterSourceLogOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardFilterSourceLogObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardFilterSourceLogOperator

    Equals List<GetLogsDashboardFilterSourceLogOperatorEqual>
    (List) Equality comparison. Nested schema for equals:
    NotEquals List<GetLogsDashboardFilterSourceLogOperatorNotEqual>
    (List) Non-equality comparison. Nested schema for not_equals:
    Equals []GetLogsDashboardFilterSourceLogOperatorEqual
    (List) Equality comparison. Nested schema for equals:
    NotEquals []GetLogsDashboardFilterSourceLogOperatorNotEqual
    (List) Non-equality comparison. Nested schema for not_equals:
    equals_ List<GetLogsDashboardFilterSourceLogOperatorEqual>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<GetLogsDashboardFilterSourceLogOperatorNotEqual>
    (List) Non-equality comparison. Nested schema for not_equals:
    equals GetLogsDashboardFilterSourceLogOperatorEqual[]
    (List) Equality comparison. Nested schema for equals:
    notEquals GetLogsDashboardFilterSourceLogOperatorNotEqual[]
    (List) Non-equality comparison. Nested schema for not_equals:
    equals Sequence[GetLogsDashboardFilterSourceLogOperatorEqual]
    (List) Equality comparison. Nested schema for equals:
    not_equals Sequence[GetLogsDashboardFilterSourceLogOperatorNotEqual]
    (List) Non-equality comparison. Nested schema for not_equals:
    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardFilterSourceLogOperatorEqual

    Selections List<GetLogsDashboardFilterSourceLogOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Selections []GetLogsDashboardFilterSourceLogOperatorEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections List<GetLogsDashboardFilterSourceLogOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardFilterSourceLogOperatorEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections Sequence[GetLogsDashboardFilterSourceLogOperatorEqualSelection]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardFilterSourceLogOperatorEqualSelection

    Alls List<GetLogsDashboardFilterSourceLogOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardFilterSourceLogOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardFilterSourceLogOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardFilterSourceLogOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardFilterSourceLogOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardFilterSourceLogOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardFilterSourceLogOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardFilterSourceLogOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardFilterSourceLogOperatorEqualSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardFilterSourceLogOperatorEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardFilterSourceLogOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardFilterSourceLogOperatorNotEqual

    Selections List<GetLogsDashboardFilterSourceLogOperatorNotEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Selections []GetLogsDashboardFilterSourceLogOperatorNotEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections List<GetLogsDashboardFilterSourceLogOperatorNotEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardFilterSourceLogOperatorNotEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections Sequence[GetLogsDashboardFilterSourceLogOperatorNotEqualSelection]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardFilterSourceLogOperatorNotEqualSelection

    Lists List<GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Lists []GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    lists List<GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    lists GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    lists Sequence[GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardFilterSourceMetric

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardFilterSourceMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardFilterSourceMetricOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardFilterSourceMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardFilterSourceMetricOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardFilterSourceMetricOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardFilterSourceMetricOperator

    Equals List<GetLogsDashboardFilterSourceMetricOperatorEqual>
    (List) Equality comparison. Nested schema for equals:
    NotEquals List<GetLogsDashboardFilterSourceMetricOperatorNotEqual>
    (List) Non-equality comparison. Nested schema for not_equals:
    Equals []GetLogsDashboardFilterSourceMetricOperatorEqual
    (List) Equality comparison. Nested schema for equals:
    NotEquals []GetLogsDashboardFilterSourceMetricOperatorNotEqual
    (List) Non-equality comparison. Nested schema for not_equals:
    equals_ List<GetLogsDashboardFilterSourceMetricOperatorEqual>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<GetLogsDashboardFilterSourceMetricOperatorNotEqual>
    (List) Non-equality comparison. Nested schema for not_equals:
    equals GetLogsDashboardFilterSourceMetricOperatorEqual[]
    (List) Equality comparison. Nested schema for equals:
    notEquals GetLogsDashboardFilterSourceMetricOperatorNotEqual[]
    (List) Non-equality comparison. Nested schema for not_equals:
    equals Sequence[GetLogsDashboardFilterSourceMetricOperatorEqual]
    (List) Equality comparison. Nested schema for equals:
    not_equals Sequence[GetLogsDashboardFilterSourceMetricOperatorNotEqual]
    (List) Non-equality comparison. Nested schema for not_equals:
    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardFilterSourceMetricOperatorEqual

    Selections List<GetLogsDashboardFilterSourceMetricOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Selections []GetLogsDashboardFilterSourceMetricOperatorEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections List<GetLogsDashboardFilterSourceMetricOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardFilterSourceMetricOperatorEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections Sequence[GetLogsDashboardFilterSourceMetricOperatorEqualSelection]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardFilterSourceMetricOperatorEqualSelection

    Alls List<GetLogsDashboardFilterSourceMetricOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardFilterSourceMetricOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardFilterSourceMetricOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardFilterSourceMetricOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardFilterSourceMetricOperatorEqualSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardFilterSourceMetricOperatorNotEqual

    Selections List<GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Selections []GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections List<GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections Sequence[GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection

    Lists List<GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Lists []GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    lists List<GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    lists GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    lists Sequence[GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardFolderId

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardFolderPath

    Segments List<string>
    (List) The segments of the folder path.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    Segments []string
    (List) The segments of the folder path.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    segments List<String>
    (List) The segments of the folder path.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    segments string[]
    (List) The segments of the folder path.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    segments Sequence[str]
    (List) The segments of the folder path.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    segments List<String>
    (List) The segments of the folder path.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.

    GetLogsDashboardLayout

    Sections List<GetLogsDashboardLayoutSection>
    (List) The sections of the layout.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:
    Sections []GetLogsDashboardLayoutSection
    (List) The sections of the layout.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:
    sections List<GetLogsDashboardLayoutSection>
    (List) The sections of the layout.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:
    sections GetLogsDashboardLayoutSection[]
    (List) The sections of the layout.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:
    sections Sequence[GetLogsDashboardLayoutSection]
    (List) The sections of the layout.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:
    sections List<Property Map>
    (List) The sections of the layout.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:

    GetLogsDashboardLayoutSection

    Href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Ids List<GetLogsDashboardLayoutSectionId>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    Rows List<GetLogsDashboardLayoutSectionRow>
    (List) The rows of the section.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:
    Href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Ids []GetLogsDashboardLayoutSectionId
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    Rows []GetLogsDashboardLayoutSectionRow
    (List) The rows of the section.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:
    href String
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids List<GetLogsDashboardLayoutSectionId>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    rows List<GetLogsDashboardLayoutSectionRow>
    (List) The rows of the section.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:
    href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids GetLogsDashboardLayoutSectionId[]
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    rows GetLogsDashboardLayoutSectionRow[]
    (List) The rows of the section.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:
    href str
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids Sequence[GetLogsDashboardLayoutSectionId]
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    rows Sequence[GetLogsDashboardLayoutSectionRow]
    (List) The rows of the section.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:
    href String
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids List<Property Map>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    rows List<Property Map>
    (List) The rows of the section.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:

    GetLogsDashboardLayoutSectionId

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRow

    Appearances List<GetLogsDashboardLayoutSectionRowAppearance>
    (List) The appearance of the row, such as height. Nested schema for appearance:
    Href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Ids List<GetLogsDashboardLayoutSectionRowId>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    Widgets List<GetLogsDashboardLayoutSectionRowWidget>
    (List) The widgets of the row.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:
    Appearances []GetLogsDashboardLayoutSectionRowAppearance
    (List) The appearance of the row, such as height. Nested schema for appearance:
    Href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Ids []GetLogsDashboardLayoutSectionRowId
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    Widgets []GetLogsDashboardLayoutSectionRowWidget
    (List) The widgets of the row.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:
    appearances List<GetLogsDashboardLayoutSectionRowAppearance>
    (List) The appearance of the row, such as height. Nested schema for appearance:
    href String
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids List<GetLogsDashboardLayoutSectionRowId>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    widgets List<GetLogsDashboardLayoutSectionRowWidget>
    (List) The widgets of the row.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:
    appearances GetLogsDashboardLayoutSectionRowAppearance[]
    (List) The appearance of the row, such as height. Nested schema for appearance:
    href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids GetLogsDashboardLayoutSectionRowId[]
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    widgets GetLogsDashboardLayoutSectionRowWidget[]
    (List) The widgets of the row.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:
    appearances Sequence[GetLogsDashboardLayoutSectionRowAppearance]
    (List) The appearance of the row, such as height. Nested schema for appearance:
    href str
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids Sequence[GetLogsDashboardLayoutSectionRowId]
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    widgets Sequence[GetLogsDashboardLayoutSectionRowWidget]
    (List) The widgets of the row.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:
    appearances List<Property Map>
    (List) The appearance of the row, such as height. Nested schema for appearance:
    href String
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids List<Property Map>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    widgets List<Property Map>
    (List) The widgets of the row.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:

    GetLogsDashboardLayoutSectionRowAppearance

    Height double
    (Integer) The height of the row.
    Height float64
    (Integer) The height of the row.
    height Double
    (Integer) The height of the row.
    height number
    (Integer) The height of the row.
    height float
    (Integer) The height of the row.
    height Number
    (Integer) The height of the row.

    GetLogsDashboardLayoutSectionRowId

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidget

    CreatedAt string
    (String) Creation timestamp.
    Definitions List<GetLogsDashboardLayoutSectionRowWidgetDefinition>
    (List) Definition. Nested schema for definition:
    Description string
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Ids List<GetLogsDashboardLayoutSectionRowWidgetId>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    Title string
    (String) Widget title.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    UpdatedAt string
    (String) Last update timestamp.
    CreatedAt string
    (String) Creation timestamp.
    Definitions []GetLogsDashboardLayoutSectionRowWidgetDefinition
    (List) Definition. Nested schema for definition:
    Description string
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Ids []GetLogsDashboardLayoutSectionRowWidgetId
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    Title string
    (String) Widget title.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    UpdatedAt string
    (String) Last update timestamp.
    createdAt String
    (String) Creation timestamp.
    definitions List<GetLogsDashboardLayoutSectionRowWidgetDefinition>
    (List) Definition. Nested schema for definition:
    description String
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    href String
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids List<GetLogsDashboardLayoutSectionRowWidgetId>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    title String
    (String) Widget title.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    updatedAt String
    (String) Last update timestamp.
    createdAt string
    (String) Creation timestamp.
    definitions GetLogsDashboardLayoutSectionRowWidgetDefinition[]
    (List) Definition. Nested schema for definition:
    description string
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    href string
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids GetLogsDashboardLayoutSectionRowWidgetId[]
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    title string
    (String) Widget title.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    updatedAt string
    (String) Last update timestamp.
    created_at str
    (String) Creation timestamp.
    definitions Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinition]
    (List) Definition. Nested schema for definition:
    description str
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    href str
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids Sequence[GetLogsDashboardLayoutSectionRowWidgetId]
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    title str
    (String) Widget title.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    updated_at str
    (String) Last update timestamp.
    createdAt String
    (String) Creation timestamp.
    definitions List<Property Map>
    (List) Definition. Nested schema for definition:
    description String
    (String) Widget description.

    • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    href String
    (String) Widget identifier within the dashboard.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ids List<Property Map>
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    title String
    (String) Widget title.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    updatedAt String
    (String) Last update timestamp.

    GetLogsDashboardLayoutSectionRowWidgetDefinition

    BarCharts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart>
    (List) Bar chart widget. Nested schema for bar_chart:
    DataTables List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable>
    (List) Data table widget. Nested schema for data_table:
    Gauges List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge>
    (List) Gauge widget. Nested schema for gauge:
    HorizontalBarCharts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart>
    (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
    LineCharts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart>
    (List) Line chart widget. Nested schema for line_chart:
    Markdowns List<GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown>
    (List) Markdown widget. Nested schema for markdown:
    PieCharts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart>
    (List) Pie chart widget. Nested schema for pie_chart:
    BarCharts []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart
    (List) Bar chart widget. Nested schema for bar_chart:
    DataTables []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable
    (List) Data table widget. Nested schema for data_table:
    Gauges []GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge
    (List) Gauge widget. Nested schema for gauge:
    HorizontalBarCharts []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart
    (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
    LineCharts []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart
    (List) Line chart widget. Nested schema for line_chart:
    Markdowns []GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown
    (List) Markdown widget. Nested schema for markdown:
    PieCharts []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart
    (List) Pie chart widget. Nested schema for pie_chart:
    barCharts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart>
    (List) Bar chart widget. Nested schema for bar_chart:
    dataTables List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable>
    (List) Data table widget. Nested schema for data_table:
    gauges List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge>
    (List) Gauge widget. Nested schema for gauge:
    horizontalBarCharts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart>
    (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
    lineCharts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart>
    (List) Line chart widget. Nested schema for line_chart:
    markdowns List<GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown>
    (List) Markdown widget. Nested schema for markdown:
    pieCharts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart>
    (List) Pie chart widget. Nested schema for pie_chart:
    barCharts GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart[]
    (List) Bar chart widget. Nested schema for bar_chart:
    dataTables GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable[]
    (List) Data table widget. Nested schema for data_table:
    gauges GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge[]
    (List) Gauge widget. Nested schema for gauge:
    horizontalBarCharts GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart[]
    (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
    lineCharts GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart[]
    (List) Line chart widget. Nested schema for line_chart:
    markdowns GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown[]
    (List) Markdown widget. Nested schema for markdown:
    pieCharts GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart[]
    (List) Pie chart widget. Nested schema for pie_chart:
    bar_charts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart]
    (List) Bar chart widget. Nested schema for bar_chart:
    data_tables Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable]
    (List) Data table widget. Nested schema for data_table:
    gauges Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge]
    (List) Gauge widget. Nested schema for gauge:
    horizontal_bar_charts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart]
    (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
    line_charts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart]
    (List) Line chart widget. Nested schema for line_chart:
    markdowns Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown]
    (List) Markdown widget. Nested schema for markdown:
    pie_charts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart]
    (List) Pie chart widget. Nested schema for pie_chart:
    barCharts List<Property Map>
    (List) Bar chart widget. Nested schema for bar_chart:
    dataTables List<Property Map>
    (List) Data table widget. Nested schema for data_table:
    gauges List<Property Map>
    (List) Gauge widget. Nested schema for gauge:
    horizontalBarCharts List<Property Map>
    (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
    lineCharts List<Property Map>
    (List) Line chart widget. Nested schema for line_chart:
    markdowns List<Property Map>
    (List) Markdown widget. Nested schema for markdown:
    pieCharts List<Property Map>
    (List) Pie chart widget. Nested schema for pie_chart:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart

    ColorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ColorsBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy>
    (List) Coloring mode. Nested schema for colors_by:
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    GroupNameTemplate string
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    MaxBarsPerChart double
    (Integer) Maximum number of bars to display in the chart.
    Queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    ScaleType string
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    SortBy string
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    StackDefinitions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition>
    (List) Stack definition. Nested schema for stack_definition:
    Unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    XAxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis>
    (List) X axis mode. Nested schema for x_axis:
    ColorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ColorsBies []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy
    (List) Coloring mode. Nested schema for colors_by:
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    GroupNameTemplate string
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    MaxBarsPerChart float64
    (Integer) Maximum number of bars to display in the chart.
    Queries []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    ScaleType string
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    SortBy string
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    StackDefinitions []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition
    (List) Stack definition. Nested schema for stack_definition:
    Unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    XAxes []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis
    (List) X axis mode. Nested schema for x_axis:
    colorScheme String
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    colorsBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy>
    (List) Coloring mode. Nested schema for colors_by:
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    groupNameTemplate String
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxBarsPerChart Double
    (Integer) Maximum number of bars to display in the chart.
    queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    scaleType String
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    sortBy String
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    stackDefinitions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition>
    (List) Stack definition. Nested schema for stack_definition:
    unit String
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    xAxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis>
    (List) X axis mode. Nested schema for x_axis:
    colorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    colorsBies GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy[]
    (List) Coloring mode. Nested schema for colors_by:
    dataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    groupNameTemplate string
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxBarsPerChart number
    (Integer) Maximum number of bars to display in the chart.
    queries GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery[]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    scaleType string
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    sortBy string
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    stackDefinitions GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition[]
    (List) Stack definition. Nested schema for stack_definition:
    unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    xAxes GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis[]
    (List) X axis mode. Nested schema for x_axis:
    color_scheme str
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    colors_bies Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy]
    (List) Coloring mode. Nested schema for colors_by:
    data_mode_type str
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    group_name_template str
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    max_bars_per_chart float
    (Integer) Maximum number of bars to display in the chart.
    queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    scale_type str
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    sort_by str
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    stack_definitions Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition]
    (List) Stack definition. Nested schema for stack_definition:
    unit str
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    x_axes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis]
    (List) X axis mode. Nested schema for x_axis:
    colorScheme String
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    colorsBies List<Property Map>
    (List) Coloring mode. Nested schema for colors_by:
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    groupNameTemplate String
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxBarsPerChart Number
    (Integer) Maximum number of bars to display in the chart.
    queries List<Property Map>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    scaleType String
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    sortBy String
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    stackDefinitions List<Property Map>
    (List) Stack definition. Nested schema for stack_definition:
    unit String
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    xAxes List<Property Map>
    (List) X axis mode. Nested schema for x_axis:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy

    Aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByAggregation>
    (List) Aggregations. Nested schema for aggregation:
    GroupBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByGroupBy>
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    Stacks List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByStack>
    (List) Each stack will have the same color across all groups. Nested schema for stack:
    Aggregations []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByAggregation
    (List) Aggregations. Nested schema for aggregation:
    GroupBies []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByGroupBy
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    Stacks []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByStack
    (List) Each stack will have the same color across all groups. Nested schema for stack:
    aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByAggregation>
    (List) Aggregations. Nested schema for aggregation:
    groupBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByGroupBy>
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    stacks List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByStack>
    (List) Each stack will have the same color across all groups. Nested schema for stack:
    aggregations GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByAggregation[]
    (List) Aggregations. Nested schema for aggregation:
    groupBies GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByGroupBy[]
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    stacks GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByStack[]
    (List) Each stack will have the same color across all groups. Nested schema for stack:
    aggregations Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByAggregation]
    (List) Aggregations. Nested schema for aggregation:
    group_bies Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByGroupBy]
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    stacks Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByStack]
    (List) Each stack will have the same color across all groups. Nested schema for stack:
    aggregations List<Property Map>
    (List) Aggregations. Nested schema for aggregation:
    groupBies List<Property Map>
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    stacks List<Property Map>
    (List) Each stack will have the same color across all groups. Nested schema for stack:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery

    Dataprimes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    Logs List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog>
    (List) Logs specific query. Nested schema for logs:
    Metrics List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric>
    (List) Metrics specific query. Nested schema for metrics:
    Dataprimes []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime
    (List) Query based on Dataprime language. Nested schema for dataprime:
    Logs []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog
    (List) Logs specific query. Nested schema for logs:
    Metrics []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog>
    (List) Logs specific query. Nested schema for logs:
    metrics List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric>
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime[]
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog[]
    (List) Logs specific query. Nested schema for logs:
    metrics GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric[]
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime]
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog]
    (List) Logs specific query. Nested schema for logs:
    metrics Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric]
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes List<Property Map>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime

    DataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames List<string>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    DataprimeQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames []string
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprimeQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery[]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames string[]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprime_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    group_names Sequence[str]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stacked_group_name str
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprimeQueries List<Property Map>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery

    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text str
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter

    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLog

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelection

    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetric

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelection

    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog

    Aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation>
    (List) Aggregations. Nested schema for aggregation:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNamesFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField>
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    LuceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    StackedGroupNameFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField>
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    Aggregations []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation
    (List) Aggregations. Nested schema for aggregation:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNamesFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    LuceneQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery
    (List) Lucene query. Nested schema for lucene_query:
    StackedGroupNameFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation>
    (List) Aggregations. Nested schema for aggregation:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNamesFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField>
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    luceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    stackedGroupNameFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField>
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation[]
    (List) Aggregations. Nested schema for aggregation:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNamesFields GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField[]
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    luceneQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery[]
    (List) Lucene query. Nested schema for lucene_query:
    stackedGroupNameFields GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField[]
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation]
    (List) Aggregations. Nested schema for aggregation:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    group_names_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField]
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    lucene_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery]
    (List) Lucene query. Nested schema for lucene_query:
    stacked_group_name_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField]
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations List<Property Map>
    (List) Aggregations. Nested schema for aggregation:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNamesFields List<Property Map>
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    luceneQueries List<Property Map>
    (List) Lucene query. Nested schema for lucene_query:
    stackedGroupNameFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation

    Averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    Maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    Averages []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCount
    (List) Count the number of entries. Nested schema for count:
    Maxes []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum
    (List) Sum values of log field. Nested schema for sum:
    averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    averages GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage[]
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct[]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCount[]
    (List) Count the number of entries. Nested schema for count:
    maxes GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis[]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin[]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile[]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum[]
    (List) Sum values of log field. Nested schema for sum:
    averages Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage]
    (List) Calculate average value of log field. Nested schema for average:
    count_distincts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCount]
    (List) Count the number of entries. Nested schema for count:
    maxes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum]
    (List) Sum values of log field. Nested schema for sum:
    averages List<Property Map>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<Property Map>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<Property Map>
    (List) Count the number of entries. Nested schema for count:
    maxes List<Property Map>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<Property Map>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<Property Map>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<Property Map>
    (List) Sum values of log field. Nested schema for sum:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage

    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinctObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis

    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent double
    (Float) Value in range (0, 100].
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent float64
    (Float) Value in range (0, 100].
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Double
    (Float) Value in range (0, 100].
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent number
    (Float) Value in range (0, 100].
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent float
    (Float) Value in range (0, 100].
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Number
    (Float) Value in range (0, 100].

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqual

    Selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection

    Alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqual

    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric

    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames List<string>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    PromqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames []string
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    PromqlQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery
    (List) PromQL query. Nested schema for promql_query:
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames string[]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promqlQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery[]
    (List) PromQL query. Nested schema for promql_query:
    stackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    group_names Sequence[str]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promql_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery]
    (List) PromQL query. Nested schema for promql_query:
    stacked_group_name str
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promqlQueries List<Property Map>
    (List) PromQL query. Nested schema for promql_query:
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqual

    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection

    Alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition

    MaxSlicesPerBar double
    (Integer) Maximum number of slices per bar.
    StackNameTemplate string
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    MaxSlicesPerBar float64
    (Integer) Maximum number of slices per bar.
    StackNameTemplate string
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxSlicesPerBar Double
    (Integer) Maximum number of slices per bar.
    stackNameTemplate String
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxSlicesPerBar number
    (Integer) Maximum number of slices per bar.
    stackNameTemplate string
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    max_slices_per_bar float
    (Integer) Maximum number of slices per bar.
    stack_name_template str
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxSlicesPerBar Number
    (Integer) Maximum number of slices per bar.
    stackNameTemplate String
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis

    Times List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime>
    (List) Time based axis. Nested schema for time:
    Values List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisValue>
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Times []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime
    (List) Time based axis. Nested schema for time:
    Values []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisValue
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    times List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime>
    (List) Time based axis. Nested schema for time:
    values List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisValue>
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    times GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime[]
    (List) Time based axis. Nested schema for time:
    values GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisValue[]
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    times Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime]
    (List) Time based axis. Nested schema for time:
    values Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisValue]
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    times List<Property Map>
    (List) Time based axis. Nested schema for time:
    values List<Property Map>
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime

    BucketsPresented double
    (Integer) Maximum number of data points to fetch.
    Interval string
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    BucketsPresented float64
    (Integer) Maximum number of data points to fetch.
    Interval string
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    bucketsPresented Double
    (Integer) Maximum number of data points to fetch.
    interval String
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    bucketsPresented number
    (Integer) Maximum number of data points to fetch.
    interval string
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    buckets_presented float
    (Integer) Maximum number of data points to fetch.
    interval str
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    bucketsPresented Number
    (Integer) Maximum number of data points to fetch.
    interval String
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable

    Columns List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn>
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    OrderBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy>
    (List) Column used for ordering the results. Nested schema for order_by:
    Queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    ResultsPerPage double
    (Integer) Number of results per page.
    RowStyle string
    (String) Display style for table rows.

    • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.
    Columns []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    OrderBies []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy
    (List) Column used for ordering the results. Nested schema for order_by:
    Queries []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    ResultsPerPage float64
    (Integer) Number of results per page.
    RowStyle string
    (String) Display style for table rows.

    • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.
    columns List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn>
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    orderBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy>
    (List) Column used for ordering the results. Nested schema for order_by:
    queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    resultsPerPage Double
    (Integer) Number of results per page.
    rowStyle String
    (String) Display style for table rows.

    • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.
    columns GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn[]
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    dataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    orderBies GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy[]
    (List) Column used for ordering the results. Nested schema for order_by:
    queries GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery[]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    resultsPerPage number
    (Integer) Number of results per page.
    rowStyle string
    (String) Display style for table rows.

    • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.
    columns Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn]
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    data_mode_type str
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    order_bies Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy]
    (List) Column used for ordering the results. Nested schema for order_by:
    queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    results_per_page float
    (Integer) Number of results per page.
    row_style str
    (String) Display style for table rows.

    • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.
    columns List<Property Map>
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    orderBies List<Property Map>
    (List) Column used for ordering the results. Nested schema for order_by:
    queries List<Property Map>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    resultsPerPage Number
    (Integer) Number of results per page.
    rowStyle String
    (String) Display style for table rows.

    • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn

    Field string
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Width double
    (Integer) Column width.
    Field string
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Width float64
    (Integer) Column width.
    field String
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    width Double
    (Integer) Column width.
    field string
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    width number
    (Integer) Column width.
    field str
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    width float
    (Integer) Column width.
    field String
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    width Number
    (Integer) Column width.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy

    Field string
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    OrderDirection string
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.
    Field string
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    OrderDirection string
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.
    field String
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    orderDirection String
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.
    field string
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    orderDirection string
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.
    field str
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    order_direction str
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.
    field String
    (String) The field to order by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    orderDirection String
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery

    Dataprimes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    Logs List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog>
    (List) Logs specific query. Nested schema for logs:
    Metrics List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric>
    (List) Metrics specific query. Nested schema for metrics:
    Dataprimes []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime
    (List) Query based on Dataprime language. Nested schema for dataprime:
    Logs []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog
    (List) Logs specific query. Nested schema for logs:
    Metrics []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog>
    (List) Logs specific query. Nested schema for logs:
    metrics List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric>
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime[]
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog[]
    (List) Logs specific query. Nested schema for logs:
    metrics GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric[]
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime]
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog]
    (List) Logs specific query. Nested schema for logs:
    metrics Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric]
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes List<Property Map>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime

    DataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    DataprimeQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprimeQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery[]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprime_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprimeQueries List<Property Map>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery

    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text str
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter

    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLog

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelection

    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetric

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelection

    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog

    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    Groupings List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping>
    (List) Grouping and aggregation. Nested schema for grouping:
    LuceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    Groupings []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping
    (List) Grouping and aggregation. Nested schema for grouping:
    LuceneQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery
    (List) Lucene query. Nested schema for lucene_query:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupings List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping>
    (List) Grouping and aggregation. Nested schema for grouping:
    luceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupings GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping[]
    (List) Grouping and aggregation. Nested schema for grouping:
    luceneQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery[]
    (List) Lucene query. Nested schema for lucene_query:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupings Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping]
    (List) Grouping and aggregation. Nested schema for grouping:
    lucene_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery]
    (List) Lucene query. Nested schema for lucene_query:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupings List<Property Map>
    (List) Grouping and aggregation. Nested schema for grouping:
    luceneQueries List<Property Map>
    (List) Lucene query. Nested schema for lucene_query:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqual

    Selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection

    Alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqual

    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping

    Aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation>
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    GroupBys List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy>
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    Aggregations []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    GroupBys []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation>
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    groupBys List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy>
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    aggregations GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation[]
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    groupBys GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy[]
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    aggregations Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation]
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    group_bys Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy]
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    aggregations List<Property Map>
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    groupBys List<Property Map>
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation

    Aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation>
    (List) Aggregations. Nested schema for aggregation:
    Id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    IsVisible bool
    (Boolean) Controls whether to show the label.
    Name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Aggregations []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation
    (List) Aggregations. Nested schema for aggregation:
    Id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    IsVisible bool
    (Boolean) Controls whether to show the label.
    Name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation>
    (List) Aggregations. Nested schema for aggregation:
    id String
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    isVisible Boolean
    (Boolean) Controls whether to show the label.
    name String
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    aggregations GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation[]
    (List) Aggregations. Nested schema for aggregation:
    id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    isVisible boolean
    (Boolean) Controls whether to show the label.
    name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    aggregations Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation]
    (List) Aggregations. Nested schema for aggregation:
    id str
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    is_visible bool
    (Boolean) Controls whether to show the label.
    name str
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    aggregations List<Property Map>
    (List) Aggregations. Nested schema for aggregation:
    id String
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    isVisible Boolean
    (Boolean) Controls whether to show the label.
    name String
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation

    Averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    Maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    Averages []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCount
    (List) Count the number of entries. Nested schema for count:
    Maxes []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum
    (List) Sum values of log field. Nested schema for sum:
    averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    averages GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage[]
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct[]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCount[]
    (List) Count the number of entries. Nested schema for count:
    maxes GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis[]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin[]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile[]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum[]
    (List) Sum values of log field. Nested schema for sum:
    averages Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage]
    (List) Calculate average value of log field. Nested schema for average:
    count_distincts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCount]
    (List) Count the number of entries. Nested schema for count:
    maxes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum]
    (List) Sum values of log field. Nested schema for sum:
    averages List<Property Map>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<Property Map>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<Property Map>
    (List) Count the number of entries. Nested schema for count:
    maxes List<Property Map>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<Property Map>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<Property Map>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<Property Map>
    (List) Sum values of log field. Nested schema for sum:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverageObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinctObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxisObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMinObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent double
    (Float) Value in range (0, 100].
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent float64
    (Float) Value in range (0, 100].
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Double
    (Float) Value in range (0, 100].
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent number
    (Float) Value in range (0, 100].
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent float
    (Float) Value in range (0, 100].
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Number
    (Float) Value in range (0, 100].

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSumObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric

    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    PromqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    PromqlQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery
    (List) PromQL query. Nested schema for promql_query:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promqlQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery[]
    (List) PromQL query. Nested schema for promql_query:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promql_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery]
    (List) PromQL query. Nested schema for promql_query:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promqlQueries List<Property Map>
    (List) PromQL query. Nested schema for promql_query:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqual

    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection

    Alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge

    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    Max double
    (List) Calculate maximum value of log field. Nested schema for max:
    Min double
    (List) Calculate minimum value of log field. Nested schema for min:
    Queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    ShowInnerArc bool
    (Boolean) Show inner arc (styling).
    ShowOuterArc bool
    (Boolean) Show outer arc (styling).
    ThresholdBy string
    (String) What threshold color should be applied to: value or background.

    • Constraints: Allowable values are: unspecified, value, background.
    Thresholds List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold>
    (List) Thresholds for the gauge, values at which the gauge changes color.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
    Unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    Max float64
    (List) Calculate maximum value of log field. Nested schema for max:
    Min float64
    (List) Calculate minimum value of log field. Nested schema for min:
    Queries []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    ShowInnerArc bool
    (Boolean) Show inner arc (styling).
    ShowOuterArc bool
    (Boolean) Show outer arc (styling).
    ThresholdBy string
    (String) What threshold color should be applied to: value or background.

    • Constraints: Allowable values are: unspecified, value, background.
    Thresholds []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold
    (List) Thresholds for the gauge, values at which the gauge changes color.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
    Unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    max Double
    (List) Calculate maximum value of log field. Nested schema for max:
    min Double
    (List) Calculate minimum value of log field. Nested schema for min:
    queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    showInnerArc Boolean
    (Boolean) Show inner arc (styling).
    showOuterArc Boolean
    (Boolean) Show outer arc (styling).
    thresholdBy String
    (String) What threshold color should be applied to: value or background.

    • Constraints: Allowable values are: unspecified, value, background.
    thresholds List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold>
    (List) Thresholds for the gauge, values at which the gauge changes color.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
    unit String
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    dataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    max number
    (List) Calculate maximum value of log field. Nested schema for max:
    min number
    (List) Calculate minimum value of log field. Nested schema for min:
    queries GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery[]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    showInnerArc boolean
    (Boolean) Show inner arc (styling).
    showOuterArc boolean
    (Boolean) Show outer arc (styling).
    thresholdBy string
    (String) What threshold color should be applied to: value or background.

    • Constraints: Allowable values are: unspecified, value, background.
    thresholds GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold[]
    (List) Thresholds for the gauge, values at which the gauge changes color.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
    unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    data_mode_type str
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    max float
    (List) Calculate maximum value of log field. Nested schema for max:
    min float
    (List) Calculate minimum value of log field. Nested schema for min:
    queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    show_inner_arc bool
    (Boolean) Show inner arc (styling).
    show_outer_arc bool
    (Boolean) Show outer arc (styling).
    threshold_by str
    (String) What threshold color should be applied to: value or background.

    • Constraints: Allowable values are: unspecified, value, background.
    thresholds Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold]
    (List) Thresholds for the gauge, values at which the gauge changes color.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
    unit str
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    max Number
    (List) Calculate maximum value of log field. Nested schema for max:
    min Number
    (List) Calculate minimum value of log field. Nested schema for min:
    queries List<Property Map>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    showInnerArc Boolean
    (Boolean) Show inner arc (styling).
    showOuterArc Boolean
    (Boolean) Show outer arc (styling).
    thresholdBy String
    (String) What threshold color should be applied to: value or background.

    • Constraints: Allowable values are: unspecified, value, background.
    thresholds List<Property Map>
    (List) Thresholds for the gauge, values at which the gauge changes color.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
    unit String
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery

    Dataprimes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    Logs List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog>
    (List) Logs specific query. Nested schema for logs:
    Metrics List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric>
    (List) Metrics specific query. Nested schema for metrics:
    Dataprimes []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime
    (List) Query based on Dataprime language. Nested schema for dataprime:
    Logs []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog
    (List) Logs specific query. Nested schema for logs:
    Metrics []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog>
    (List) Logs specific query. Nested schema for logs:
    metrics List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric>
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime[]
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog[]
    (List) Logs specific query. Nested schema for logs:
    metrics GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric[]
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime]
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog]
    (List) Logs specific query. Nested schema for logs:
    metrics Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric]
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes List<Property Map>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime

    DataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    DataprimeQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprimeQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery[]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprime_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprimeQueries List<Property Map>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery

    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text str
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter

    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLog

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelection

    Alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetric

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelection

    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog

    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    LogsAggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation>
    (List) Aggregations. Nested schema for logs_aggregation:
    LuceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    LogsAggregations []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation
    (List) Aggregations. Nested schema for logs_aggregation:
    LuceneQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery
    (List) Lucene query. Nested schema for lucene_query:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    logsAggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation>
    (List) Aggregations. Nested schema for logs_aggregation:
    luceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    logsAggregations GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation[]
    (List) Aggregations. Nested schema for logs_aggregation:
    luceneQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery[]
    (List) Lucene query. Nested schema for lucene_query:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    logs_aggregations Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation]
    (List) Aggregations. Nested schema for logs_aggregation:
    lucene_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery]
    (List) Lucene query. Nested schema for lucene_query:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    logsAggregations List<Property Map>
    (List) Aggregations. Nested schema for logs_aggregation:
    luceneQueries List<Property Map>
    (List) Lucene query. Nested schema for lucene_query:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqual

    Selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection

    Alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqual

    Selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation

    Averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    Maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    Averages []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCount
    (List) Count the number of entries. Nested schema for count:
    Maxes []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum
    (List) Sum values of log field. Nested schema for sum:
    averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    averages GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage[]
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct[]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCount[]
    (List) Count the number of entries. Nested schema for count:
    maxes GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis[]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin[]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile[]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum[]
    (List) Sum values of log field. Nested schema for sum:
    averages Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage]
    (List) Calculate average value of log field. Nested schema for average:
    count_distincts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCount]
    (List) Count the number of entries. Nested schema for count:
    maxes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum]
    (List) Sum values of log field. Nested schema for sum:
    averages List<Property Map>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<Property Map>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<Property Map>
    (List) Count the number of entries. Nested schema for count:
    maxes List<Property Map>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<Property Map>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<Property Map>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<Property Map>
    (List) Sum values of log field. Nested schema for sum:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage

    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinctObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis

    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent double
    (Float) Value in range (0, 100].
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent float64
    (Float) Value in range (0, 100].
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Double
    (Float) Value in range (0, 100].
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent number
    (Float) Value in range (0, 100].
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent float
    (Float) Value in range (0, 100].
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Number
    (Float) Value in range (0, 100].

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric

    Aggregation string
    (List) Aggregations. Nested schema for aggregation:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    PromqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    Aggregation string
    (List) Aggregations. Nested schema for aggregation:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    PromqlQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery
    (List) PromQL query. Nested schema for promql_query:
    aggregation String
    (List) Aggregations. Nested schema for aggregation:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    aggregation string
    (List) Aggregations. Nested schema for aggregation:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promqlQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery[]
    (List) PromQL query. Nested schema for promql_query:
    aggregation str
    (List) Aggregations. Nested schema for aggregation:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promql_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery]
    (List) PromQL query. Nested schema for promql_query:
    aggregation String
    (List) Aggregations. Nested schema for aggregation:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promqlQueries List<Property Map>
    (List) PromQL query. Nested schema for promql_query:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqual

    Selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection

    Alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqual

    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold

    Color string
    (String) Color.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    From double
    (Float) Value at which the color should change.
    Color string
    (String) Color.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    From float64
    (Float) Value at which the color should change.
    color String
    (String) Color.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    from Double
    (Float) Value at which the color should change.
    color string
    (String) Color.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    from number
    (Float) Value at which the color should change.
    color str
    (String) Color.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    from_ float
    (Float) Value at which the color should change.
    color String
    (String) Color.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    from Number
    (Float) Value at which the color should change.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart

    ColorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ColorsBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy>
    (List) Coloring mode. Nested schema for colors_by:
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    DisplayOnBar bool
    (Boolean) Whether to display values on the bars.
    GroupNameTemplate string
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    MaxBarsPerChart double
    (Integer) Maximum number of bars to display in the chart.
    Queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    ScaleType string
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    SortBy string
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    StackDefinitions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition>
    (List) Stack definition. Nested schema for stack_definition:
    Unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    YAxisViewBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy>
    (List) Y-axis view mode. Nested schema for y_axis_view_by:
    ColorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    ColorsBies []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy
    (List) Coloring mode. Nested schema for colors_by:
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    DisplayOnBar bool
    (Boolean) Whether to display values on the bars.
    GroupNameTemplate string
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    MaxBarsPerChart float64
    (Integer) Maximum number of bars to display in the chart.
    Queries []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    ScaleType string
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    SortBy string
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    StackDefinitions []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition
    (List) Stack definition. Nested schema for stack_definition:
    Unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    YAxisViewBies []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy
    (List) Y-axis view mode. Nested schema for y_axis_view_by:
    colorScheme String
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    colorsBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy>
    (List) Coloring mode. Nested schema for colors_by:
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    displayOnBar Boolean
    (Boolean) Whether to display values on the bars.
    groupNameTemplate String
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxBarsPerChart Double
    (Integer) Maximum number of bars to display in the chart.
    queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    scaleType String
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    sortBy String
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    stackDefinitions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition>
    (List) Stack definition. Nested schema for stack_definition:
    unit String
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    yAxisViewBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy>
    (List) Y-axis view mode. Nested schema for y_axis_view_by:
    colorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    colorsBies GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy[]
    (List) Coloring mode. Nested schema for colors_by:
    dataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    displayOnBar boolean
    (Boolean) Whether to display values on the bars.
    groupNameTemplate string
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxBarsPerChart number
    (Integer) Maximum number of bars to display in the chart.
    queries GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery[]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    scaleType string
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    sortBy string
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    stackDefinitions GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition[]
    (List) Stack definition. Nested schema for stack_definition:
    unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    yAxisViewBies GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy[]
    (List) Y-axis view mode. Nested schema for y_axis_view_by:
    color_scheme str
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    colors_bies Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy]
    (List) Coloring mode. Nested schema for colors_by:
    data_mode_type str
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    display_on_bar bool
    (Boolean) Whether to display values on the bars.
    group_name_template str
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    max_bars_per_chart float
    (Integer) Maximum number of bars to display in the chart.
    queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    scale_type str
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    sort_by str
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    stack_definitions Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition]
    (List) Stack definition. Nested schema for stack_definition:
    unit str
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    y_axis_view_bies Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy]
    (List) Y-axis view mode. Nested schema for y_axis_view_by:
    colorScheme String
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    colorsBies List<Property Map>
    (List) Coloring mode. Nested schema for colors_by:
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    displayOnBar Boolean
    (Boolean) Whether to display values on the bars.
    groupNameTemplate String
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxBarsPerChart Number
    (Integer) Maximum number of bars to display in the chart.
    queries List<Property Map>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    scaleType String
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    sortBy String
    (String) Sorting mode.

    • Constraints: Allowable values are: unspecified, value, name.
    stackDefinitions List<Property Map>
    (List) Stack definition. Nested schema for stack_definition:
    unit String
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    yAxisViewBies List<Property Map>
    (List) Y-axis view mode. Nested schema for y_axis_view_by:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy

    Aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByAggregation>
    (List) Aggregations. Nested schema for aggregation:
    GroupBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByGroupBy>
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    Stacks List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByStack>
    (List) Each stack will have the same color across all groups. Nested schema for stack:
    Aggregations []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByAggregation
    (List) Aggregations. Nested schema for aggregation:
    GroupBies []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByGroupBy
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    Stacks []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByStack
    (List) Each stack will have the same color across all groups. Nested schema for stack:
    aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByAggregation>
    (List) Aggregations. Nested schema for aggregation:
    groupBies List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByGroupBy>
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    stacks List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByStack>
    (List) Each stack will have the same color across all groups. Nested schema for stack:
    aggregations GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByAggregation[]
    (List) Aggregations. Nested schema for aggregation:
    groupBies GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByGroupBy[]
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    stacks GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByStack[]
    (List) Each stack will have the same color across all groups. Nested schema for stack:
    aggregations Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByAggregation]
    (List) Aggregations. Nested schema for aggregation:
    group_bies Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByGroupBy]
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    stacks Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByStack]
    (List) Each stack will have the same color across all groups. Nested schema for stack:
    aggregations List<Property Map>
    (List) Aggregations. Nested schema for aggregation:
    groupBies List<Property Map>
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    stacks List<Property Map>
    (List) Each stack will have the same color across all groups. Nested schema for stack:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery

    Dataprimes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    Logs List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog>
    (List) Logs specific query. Nested schema for logs:
    Metrics List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric>
    (List) Metrics specific query. Nested schema for metrics:
    Dataprimes []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime
    (List) Query based on Dataprime language. Nested schema for dataprime:
    Logs []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog
    (List) Logs specific query. Nested schema for logs:
    Metrics []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog>
    (List) Logs specific query. Nested schema for logs:
    metrics List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric>
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime[]
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog[]
    (List) Logs specific query. Nested schema for logs:
    metrics GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric[]
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes List<Property Map>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime

    DataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames List<string>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    DataprimeQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames []string
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprimeQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery[]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames string[]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprime_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    group_names Sequence[str]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stacked_group_name str
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprimeQueries List<Property Map>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery

    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text str
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter

    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLog

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelection

    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetric

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelection

    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog

    Aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation>
    (List) Aggregations. Nested schema for aggregation:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNamesFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField>
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    LuceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    StackedGroupNameFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField>
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    Aggregations []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation
    (List) Aggregations. Nested schema for aggregation:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNamesFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    LuceneQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery
    (List) Lucene query. Nested schema for lucene_query:
    StackedGroupNameFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation>
    (List) Aggregations. Nested schema for aggregation:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNamesFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField>
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    luceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    stackedGroupNameFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField>
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation[]
    (List) Aggregations. Nested schema for aggregation:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNamesFields GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField[]
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    luceneQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery[]
    (List) Lucene query. Nested schema for lucene_query:
    stackedGroupNameFields GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField[]
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation]
    (List) Aggregations. Nested schema for aggregation:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    group_names_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField]
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    lucene_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery]
    (List) Lucene query. Nested schema for lucene_query:
    stacked_group_name_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField]
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations List<Property Map>
    (List) Aggregations. Nested schema for aggregation:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNamesFields List<Property Map>
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    luceneQueries List<Property Map>
    (List) Lucene query. Nested schema for lucene_query:
    stackedGroupNameFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation

    Averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    Maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    Averages []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCount
    (List) Count the number of entries. Nested schema for count:
    Maxes []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum
    (List) Sum values of log field. Nested schema for sum:
    averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    averages GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage[]
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct[]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCount[]
    (List) Count the number of entries. Nested schema for count:
    maxes GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis[]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin[]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile[]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum[]
    (List) Sum values of log field. Nested schema for sum:
    averages Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage]
    (List) Calculate average value of log field. Nested schema for average:
    count_distincts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCount]
    (List) Count the number of entries. Nested schema for count:
    maxes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum]
    (List) Sum values of log field. Nested schema for sum:
    averages List<Property Map>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<Property Map>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<Property Map>
    (List) Count the number of entries. Nested schema for count:
    maxes List<Property Map>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<Property Map>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<Property Map>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<Property Map>
    (List) Sum values of log field. Nested schema for sum:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverageObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinctObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxisObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMinObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent double
    (Float) Value in range (0, 100].
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent float64
    (Float) Value in range (0, 100].
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Double
    (Float) Value in range (0, 100].
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent number
    (Float) Value in range (0, 100].
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent float
    (Float) Value in range (0, 100].
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Number
    (Float) Value in range (0, 100].

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSumObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelection

    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric

    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames List<string>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    PromqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames []string
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    PromqlQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery
    (List) PromQL query. Nested schema for promql_query:
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames string[]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promqlQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery[]
    (List) PromQL query. Nested schema for promql_query:
    stackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    group_names Sequence[str]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promql_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery]
    (List) PromQL query. Nested schema for promql_query:
    stacked_group_name str
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promqlQueries List<Property Map>
    (List) PromQL query. Nested schema for promql_query:
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelection

    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition

    MaxSlicesPerBar double
    (Integer) Maximum number of slices per bar.
    StackNameTemplate string
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    MaxSlicesPerBar float64
    (Integer) Maximum number of slices per bar.
    StackNameTemplate string
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxSlicesPerBar Double
    (Integer) Maximum number of slices per bar.
    stackNameTemplate String
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxSlicesPerBar number
    (Integer) Maximum number of slices per bar.
    stackNameTemplate string
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    max_slices_per_bar float
    (Integer) Maximum number of slices per bar.
    stack_name_template str
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxSlicesPerBar Number
    (Integer) Maximum number of slices per bar.
    stackNameTemplate String
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy

    Categories List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByCategory>
    (List) View by category. Nested schema for category:
    Values List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByValue>
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Categories []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByCategory
    (List) View by category. Nested schema for category:
    Values []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByValue
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    categories List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByCategory>
    (List) View by category. Nested schema for category:
    values List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByValue>
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    categories GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByCategory[]
    (List) View by category. Nested schema for category:
    values GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByValue[]
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    categories Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByCategory]
    (List) View by category. Nested schema for category:
    values Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByValue]
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    categories List<Property Map>
    (List) View by category. Nested schema for category:
    values List<Property Map>
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart

    Legends List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend>
    (List) Legend configuration. Nested schema for legend:
    QueryDefinitions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition>
    (List) Query definitions.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
    StackedLine string
    (String) Stacked lines.

    • Constraints: Allowable values are: unspecified, absolute, relative.
    Tooltips List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip>
    (List) Tooltip configuration. Nested schema for tooltip:
    Legends []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend
    (List) Legend configuration. Nested schema for legend:
    QueryDefinitions []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition
    (List) Query definitions.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
    StackedLine string
    (String) Stacked lines.

    • Constraints: Allowable values are: unspecified, absolute, relative.
    Tooltips []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip
    (List) Tooltip configuration. Nested schema for tooltip:
    legends List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend>
    (List) Legend configuration. Nested schema for legend:
    queryDefinitions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition>
    (List) Query definitions.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
    stackedLine String
    (String) Stacked lines.

    • Constraints: Allowable values are: unspecified, absolute, relative.
    tooltips List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip>
    (List) Tooltip configuration. Nested schema for tooltip:
    legends GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend[]
    (List) Legend configuration. Nested schema for legend:
    queryDefinitions GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition[]
    (List) Query definitions.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
    stackedLine string
    (String) Stacked lines.

    • Constraints: Allowable values are: unspecified, absolute, relative.
    tooltips GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip[]
    (List) Tooltip configuration. Nested schema for tooltip:
    legends Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend]
    (List) Legend configuration. Nested schema for legend:
    query_definitions Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition]
    (List) Query definitions.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
    stacked_line str
    (String) Stacked lines.

    • Constraints: Allowable values are: unspecified, absolute, relative.
    tooltips Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip]
    (List) Tooltip configuration. Nested schema for tooltip:
    legends List<Property Map>
    (List) Legend configuration. Nested schema for legend:
    queryDefinitions List<Property Map>
    (List) Query definitions.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
    stackedLine String
    (String) Stacked lines.

    • Constraints: Allowable values are: unspecified, absolute, relative.
    tooltips List<Property Map>
    (List) Tooltip configuration. Nested schema for tooltip:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend

    Columns List<string>
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    GroupByQuery bool
    (Boolean) Whether to group by the query or not.
    IsVisible bool
    (Boolean) Controls whether to show the label.
    Columns []string
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    GroupByQuery bool
    (Boolean) Whether to group by the query or not.
    IsVisible bool
    (Boolean) Controls whether to show the label.
    columns List<String>
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    groupByQuery Boolean
    (Boolean) Whether to group by the query or not.
    isVisible Boolean
    (Boolean) Controls whether to show the label.
    columns string[]
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    groupByQuery boolean
    (Boolean) Whether to group by the query or not.
    isVisible boolean
    (Boolean) Controls whether to show the label.
    columns Sequence[str]
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    group_by_query bool
    (Boolean) Whether to group by the query or not.
    is_visible bool
    (Boolean) Controls whether to show the label.
    columns List<String>
    (List) The columns to show in the legend.

    • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
    groupByQuery Boolean
    (Boolean) Whether to group by the query or not.
    isVisible Boolean
    (Boolean) Controls whether to show the label.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition

    ColorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    Id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    IsVisible bool
    (Boolean) Controls whether to show the label.
    Name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    Resolutions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution>
    (List) Resolution of the data. Nested schema for resolution:
    ScaleType string
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    SeriesCountLimit string
    (String) Maximum number of series to display.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    SeriesNameTemplate string
    (String) Template for series name in legend and tooltip.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    ColorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    Id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    IsVisible bool
    (Boolean) Controls whether to show the label.
    Name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Queries []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    Resolutions []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution
    (List) Resolution of the data. Nested schema for resolution:
    ScaleType string
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    SeriesCountLimit string
    (String) Maximum number of series to display.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    SeriesNameTemplate string
    (String) Template for series name in legend and tooltip.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    colorScheme String
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    id String
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    isVisible Boolean
    (Boolean) Controls whether to show the label.
    name String
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    resolutions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution>
    (List) Resolution of the data. Nested schema for resolution:
    scaleType String
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    seriesCountLimit String
    (String) Maximum number of series to display.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    seriesNameTemplate String
    (String) Template for series name in legend and tooltip.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    unit String
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    colorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    id string
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    isVisible boolean
    (Boolean) Controls whether to show the label.
    name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    queries GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery[]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    resolutions GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution[]
    (List) Resolution of the data. Nested schema for resolution:
    scaleType string
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    seriesCountLimit string
    (String) Maximum number of series to display.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    seriesNameTemplate string
    (String) Template for series name in legend and tooltip.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    color_scheme str
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    data_mode_type str
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    id str
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    is_visible bool
    (Boolean) Controls whether to show the label.
    name str
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    resolutions Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution]
    (List) Resolution of the data. Nested schema for resolution:
    scale_type str
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    series_count_limit str
    (String) Maximum number of series to display.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    series_name_template str
    (String) Template for series name in legend and tooltip.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    unit str
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    colorScheme String
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    id String
    (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
    isVisible Boolean
    (Boolean) Controls whether to show the label.
    name String
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    queries List<Property Map>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    resolutions List<Property Map>
    (List) Resolution of the data. Nested schema for resolution:
    scaleType String
    (String) Scale type.

    • Constraints: Allowable values are: unspecified, linear, logarithmic.
    seriesCountLimit String
    (String) Maximum number of series to display.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    seriesNameTemplate String
    (String) Template for series name in legend and tooltip.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    unit String
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery

    dataprimes List<Property Map>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprime

    DataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    DataprimeQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprimeQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery[]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprime_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    dataprimeQueries List<Property Map>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery

    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text str
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter

    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLog

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelection

    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetric

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelection

    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLog

    Aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation>
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupBies List<string>
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    GroupBys List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy>
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    LuceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    Aggregations []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupBies []string
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    GroupBys []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    LuceneQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery
    (List) Lucene query. Nested schema for lucene_query:
    aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation>
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupBies List<String>
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    groupBys List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy>
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    luceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    aggregations GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation[]
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupBies string[]
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    groupBys GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy[]
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    luceneQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery[]
    (List) Lucene query. Nested schema for lucene_query:
    aggregations Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation]
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    group_bies Sequence[str]
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    group_bys Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy]
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    lucene_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery]
    (List) Lucene query. Nested schema for lucene_query:
    aggregations List<Property Map>
    (List) Aggregations.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupBies List<String>
    (List) Group by fields (deprecated).

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
    groupBys List<Property Map>
    (List) Group by fields.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
    luceneQueries List<Property Map>
    (List) Lucene query. Nested schema for lucene_query:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation

    Averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    Maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    Averages []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCount
    (List) Count the number of entries. Nested schema for count:
    Maxes []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum
    (List) Sum values of log field. Nested schema for sum:
    averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    averages GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage[]
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct[]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCount[]
    (List) Count the number of entries. Nested schema for count:
    maxes GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis[]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin[]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile[]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum[]
    (List) Sum values of log field. Nested schema for sum:
    averages Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage]
    (List) Calculate average value of log field. Nested schema for average:
    count_distincts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCount]
    (List) Count the number of entries. Nested schema for count:
    maxes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum]
    (List) Sum values of log field. Nested schema for sum:
    averages List<Property Map>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<Property Map>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<Property Map>
    (List) Count the number of entries. Nested schema for count:
    maxes List<Property Map>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<Property Map>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<Property Map>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<Property Map>
    (List) Sum values of log field. Nested schema for sum:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverageObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinctObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxisObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMinObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent double
    (Float) Value in range (0, 100].
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent float64
    (Float) Value in range (0, 100].
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Double
    (Float) Value in range (0, 100].
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent number
    (Float) Value in range (0, 100].
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent float
    (Float) Value in range (0, 100].
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Number
    (Float) Value in range (0, 100].

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSumObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter

    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelection

    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetric

    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    PromqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    PromqlQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery
    (List) PromQL query. Nested schema for promql_query:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promqlQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery[]
    (List) PromQL query. Nested schema for promql_query:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promql_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery]
    (List) PromQL query. Nested schema for promql_query:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    promqlQueries List<Property Map>
    (List) PromQL query. Nested schema for promql_query:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelection

    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution

    BucketsPresented double
    (Integer) Maximum number of data points to fetch.
    Interval string
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    BucketsPresented float64
    (Integer) Maximum number of data points to fetch.
    Interval string
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    bucketsPresented Double
    (Integer) Maximum number of data points to fetch.
    interval String
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    bucketsPresented number
    (Integer) Maximum number of data points to fetch.
    interval string
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    buckets_presented float
    (Integer) Maximum number of data points to fetch.
    interval str
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
    bucketsPresented Number
    (Integer) Maximum number of data points to fetch.
    interval String
    (String) Interval between data points.

    • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip

    ShowLabels bool
    (Boolean) Whether to show labels in the tooltip.
    Type string
    (String) Tooltip type.

    • Constraints: Allowable values are: unspecified, all, single.
    ShowLabels bool
    (Boolean) Whether to show labels in the tooltip.
    Type string
    (String) Tooltip type.

    • Constraints: Allowable values are: unspecified, all, single.
    showLabels Boolean
    (Boolean) Whether to show labels in the tooltip.
    type String
    (String) Tooltip type.

    • Constraints: Allowable values are: unspecified, all, single.
    showLabels boolean
    (Boolean) Whether to show labels in the tooltip.
    type string
    (String) Tooltip type.

    • Constraints: Allowable values are: unspecified, all, single.
    show_labels bool
    (Boolean) Whether to show labels in the tooltip.
    type str
    (String) Tooltip type.

    • Constraints: Allowable values are: unspecified, all, single.
    showLabels Boolean
    (Boolean) Whether to show labels in the tooltip.
    type String
    (String) Tooltip type.

    • Constraints: Allowable values are: unspecified, all, single.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown

    MarkdownText string
    (String) Markdown text to render.

    • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    TooltipText string
    (String) Tooltip text on hover.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    MarkdownText string
    (String) Markdown text to render.

    • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    TooltipText string
    (String) Tooltip text on hover.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    markdownText String
    (String) Markdown text to render.

    • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    tooltipText String
    (String) Tooltip text on hover.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    markdownText string
    (String) Markdown text to render.

    • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    tooltipText string
    (String) Tooltip text on hover.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    markdown_text str
    (String) Markdown text to render.

    • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    tooltip_text str
    (String) Tooltip text on hover.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    markdownText String
    (String) Markdown text to render.

    • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    tooltipText String
    (String) Tooltip text on hover.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart

    ColorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    GroupNameTemplate string
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    LabelDefinitions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition>
    (List) Label settings. Nested schema for label_definition:
    MaxSlicesPerChart double
    (Integer) Maximum number of slices to display in the chart.
    MinSlicePercentage double
    (Integer) Minimum percentage of a slice to be displayed.
    Queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    ShowLegend bool
    (Boolean) Controls whether to show the legend.
    StackDefinitions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition>
    (List) Stack definition. Nested schema for stack_definition:
    Unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    ColorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    DataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    GroupNameTemplate string
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    LabelDefinitions []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition
    (List) Label settings. Nested schema for label_definition:
    MaxSlicesPerChart float64
    (Integer) Maximum number of slices to display in the chart.
    MinSlicePercentage float64
    (Integer) Minimum percentage of a slice to be displayed.
    Queries []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    ShowLegend bool
    (Boolean) Controls whether to show the legend.
    StackDefinitions []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition
    (List) Stack definition. Nested schema for stack_definition:
    Unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    colorScheme String
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    groupNameTemplate String
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    labelDefinitions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition>
    (List) Label settings. Nested schema for label_definition:
    maxSlicesPerChart Double
    (Integer) Maximum number of slices to display in the chart.
    minSlicePercentage Double
    (Integer) Minimum percentage of a slice to be displayed.
    queries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    showLegend Boolean
    (Boolean) Controls whether to show the legend.
    stackDefinitions List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition>
    (List) Stack definition. Nested schema for stack_definition:
    unit String
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    colorScheme string
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataModeType string
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    groupNameTemplate string
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    labelDefinitions GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition[]
    (List) Label settings. Nested schema for label_definition:
    maxSlicesPerChart number
    (Integer) Maximum number of slices to display in the chart.
    minSlicePercentage number
    (Integer) Minimum percentage of a slice to be displayed.
    queries GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery[]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    showLegend boolean
    (Boolean) Controls whether to show the legend.
    stackDefinitions GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition[]
    (List) Stack definition. Nested schema for stack_definition:
    unit string
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    color_scheme str
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    data_mode_type str
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    group_name_template str
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    label_definitions Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition]
    (List) Label settings. Nested schema for label_definition:
    max_slices_per_chart float
    (Integer) Maximum number of slices to display in the chart.
    min_slice_percentage float
    (Integer) Minimum percentage of a slice to be displayed.
    queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery]
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    show_legend bool
    (Boolean) Controls whether to show the legend.
    stack_definitions Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition]
    (List) Stack definition. Nested schema for stack_definition:
    unit str
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
    colorScheme String
    (String) Color scheme name.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataModeType String
    (String) Data mode type.

    • Constraints: Allowable values are: high_unspecified, archive.
    groupNameTemplate String
    (String) Template for group labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    labelDefinitions List<Property Map>
    (List) Label settings. Nested schema for label_definition:
    maxSlicesPerChart Number
    (Integer) Maximum number of slices to display in the chart.
    minSlicePercentage Number
    (Integer) Minimum percentage of a slice to be displayed.
    queries List<Property Map>
    (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
    showLegend Boolean
    (Boolean) Controls whether to show the legend.
    stackDefinitions List<Property Map>
    (List) Stack definition. Nested schema for stack_definition:
    unit String
    (String) Unit of the data.

    • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition

    IsVisible bool
    (Boolean) Controls whether to show the label.
    LabelSource string
    (String) Source of the label.

    • Constraints: Allowable values are: unspecified, inner, stack.
    ShowName bool
    (Boolean) Controls whether to show the name.
    ShowPercentage bool
    (Boolean) Controls whether to show the percentage.
    ShowValue bool
    (Boolean) Controls whether to show the value.
    IsVisible bool
    (Boolean) Controls whether to show the label.
    LabelSource string
    (String) Source of the label.

    • Constraints: Allowable values are: unspecified, inner, stack.
    ShowName bool
    (Boolean) Controls whether to show the name.
    ShowPercentage bool
    (Boolean) Controls whether to show the percentage.
    ShowValue bool
    (Boolean) Controls whether to show the value.
    isVisible Boolean
    (Boolean) Controls whether to show the label.
    labelSource String
    (String) Source of the label.

    • Constraints: Allowable values are: unspecified, inner, stack.
    showName Boolean
    (Boolean) Controls whether to show the name.
    showPercentage Boolean
    (Boolean) Controls whether to show the percentage.
    showValue Boolean
    (Boolean) Controls whether to show the value.
    isVisible boolean
    (Boolean) Controls whether to show the label.
    labelSource string
    (String) Source of the label.

    • Constraints: Allowable values are: unspecified, inner, stack.
    showName boolean
    (Boolean) Controls whether to show the name.
    showPercentage boolean
    (Boolean) Controls whether to show the percentage.
    showValue boolean
    (Boolean) Controls whether to show the value.
    is_visible bool
    (Boolean) Controls whether to show the label.
    label_source str
    (String) Source of the label.

    • Constraints: Allowable values are: unspecified, inner, stack.
    show_name bool
    (Boolean) Controls whether to show the name.
    show_percentage bool
    (Boolean) Controls whether to show the percentage.
    show_value bool
    (Boolean) Controls whether to show the value.
    isVisible Boolean
    (Boolean) Controls whether to show the label.
    labelSource String
    (String) Source of the label.

    • Constraints: Allowable values are: unspecified, inner, stack.
    showName Boolean
    (Boolean) Controls whether to show the name.
    showPercentage Boolean
    (Boolean) Controls whether to show the percentage.
    showValue Boolean
    (Boolean) Controls whether to show the value.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery

    Dataprimes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    Logs List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog>
    (List) Logs specific query. Nested schema for logs:
    Metrics List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric>
    (List) Metrics specific query. Nested schema for metrics:
    Dataprimes []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime
    (List) Query based on Dataprime language. Nested schema for dataprime:
    Logs []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog
    (List) Logs specific query. Nested schema for logs:
    Metrics []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog>
    (List) Logs specific query. Nested schema for logs:
    metrics List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric>
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime[]
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog[]
    (List) Logs specific query. Nested schema for logs:
    metrics GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric[]
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime]
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog]
    (List) Logs specific query. Nested schema for logs:
    metrics Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric]
    (List) Metrics specific query. Nested schema for metrics:
    dataprimes List<Property Map>
    (List) Query based on Dataprime language. Nested schema for dataprime:
    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime

    DataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames List<string>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    DataprimeQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery
    (List) Dataprime query. Nested schema for dataprime_query:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames []string
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprimeQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprimeQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery[]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames string[]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprime_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery]
    (List) Dataprime query. Nested schema for dataprime_query:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    group_names Sequence[str]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stacked_group_name str
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    dataprimeQueries List<Property Map>
    (List) Dataprime query. Nested schema for dataprime_query:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery

    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text string
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text str
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    text String
    (String) The query string.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter

    logs List<Property Map>
    (List) Logs specific query. Nested schema for logs:
    metrics List<Property Map>
    (List) Metrics specific query. Nested schema for metrics:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLog

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelection

    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetric

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelection

    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog

    Aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation>
    (List) Aggregations. Nested schema for aggregation:
    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNamesFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField>
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    LuceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    StackedGroupNameFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField>
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    Aggregations []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation
    (List) Aggregations. Nested schema for aggregation:
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNamesFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    LuceneQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery
    (List) Lucene query. Nested schema for lucene_query:
    StackedGroupNameFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation>
    (List) Aggregations. Nested schema for aggregation:
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNamesFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField>
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    luceneQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery>
    (List) Lucene query. Nested schema for lucene_query:
    stackedGroupNameFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField>
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation[]
    (List) Aggregations. Nested schema for aggregation:
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNamesFields GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField[]
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    luceneQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery[]
    (List) Lucene query. Nested schema for lucene_query:
    stackedGroupNameFields GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField[]
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation]
    (List) Aggregations. Nested schema for aggregation:
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    group_names_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField]
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    lucene_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery]
    (List) Lucene query. Nested schema for lucene_query:
    stacked_group_name_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField]
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
    aggregations List<Property Map>
    (List) Aggregations. Nested schema for aggregation:
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNamesFields List<Property Map>
    (List) Fields to group by.

    • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
    luceneQueries List<Property Map>
    (List) Lucene query. Nested schema for lucene_query:
    stackedGroupNameFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for stacked_group_name_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation

    Averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    Maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    Averages []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage
    (List) Calculate average value of log field. Nested schema for average:
    CountDistincts []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    Counts []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCount
    (List) Count the number of entries. Nested schema for count:
    Maxes []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis
    (List) Calculate maximum value of log field. Nested schema for max:
    Mins []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin
    (List) Calculate minimum value of log field. Nested schema for min:
    Percentiles []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile
    (List) Calculate percentile value of log field. Nested schema for percentile:
    Sums []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum
    (List) Sum values of log field. Nested schema for sum:
    averages List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCount>
    (List) Count the number of entries. Nested schema for count:
    maxes List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum>
    (List) Sum values of log field. Nested schema for sum:
    averages GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage[]
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct[]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCount[]
    (List) Count the number of entries. Nested schema for count:
    maxes GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis[]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin[]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile[]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum[]
    (List) Sum values of log field. Nested schema for sum:
    averages Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage]
    (List) Calculate average value of log field. Nested schema for average:
    count_distincts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct]
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCount]
    (List) Count the number of entries. Nested schema for count:
    maxes Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis]
    (List) Calculate maximum value of log field. Nested schema for max:
    mins Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin]
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile]
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum]
    (List) Sum values of log field. Nested schema for sum:
    averages List<Property Map>
    (List) Calculate average value of log field. Nested schema for average:
    countDistincts List<Property Map>
    (List) Count the number of distinct values of log field. Nested schema for count_distinct:
    counts List<Property Map>
    (List) Count the number of entries. Nested schema for count:
    maxes List<Property Map>
    (List) Calculate maximum value of log field. Nested schema for max:
    mins List<Property Map>
    (List) Calculate minimum value of log field. Nested schema for min:
    percentiles List<Property Map>
    (List) Calculate percentile value of log field. Nested schema for percentile:
    sums List<Property Map>
    (List) Sum values of log field. Nested schema for sum:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage

    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct

    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinctObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis

    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent double
    (Float) Value in range (0, 100].
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Percent float64
    (Float) Value in range (0, 100].
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Double
    (Float) Value in range (0, 100].
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent number
    (Float) Value in range (0, 100].
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent float
    (Float) Value in range (0, 100].
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    percent Number
    (Float) Value in range (0, 100].

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter

    ObservationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    ObservationFields []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observation_fields Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqual

    Selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection>
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection

    Alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqual

    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric

    Filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames List<string>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    PromqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Filters []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    GroupNames []string
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    PromqlQueries []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery
    (List) PromQL query. Nested schema for promql_query:
    StackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promqlQueries List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery>
    (List) PromQL query. Nested schema for promql_query:
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter[]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames string[]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promqlQueries GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery[]
    (List) PromQL query. Nested schema for promql_query:
    stackedGroupName string
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter]
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    group_names Sequence[str]
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promql_queries Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery]
    (List) PromQL query. Nested schema for promql_query:
    stacked_group_name str
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    filters List<Property Map>
    (List) Extra filters on top of PromQL query.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
    groupNames List<String>
    (List) Fields to group by.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
    promqlQueries List<Property Map>
    (List) PromQL query. Nested schema for promql_query:
    stackedGroupName String
    (String) Field to stack by.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Operators []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator>
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator[]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator]
    (List) Operator to use for filtering the logs. Nested schema for operator:
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    operators List<Property Map>
    (List) Operator to use for filtering the logs. Nested schema for operator:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator

    equals List<Property Map>
    (List) Equality comparison. Nested schema for equals:
    notEquals List<Property Map>
    (List) Non-equality comparison. Nested schema for not_equals:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqual

    Selections []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection
    (List) State of what is currently selected. Nested schema for selection:
    selections GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection

    Alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqual

    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelection

    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition

    MaxSlicesPerStack double
    (Integer) Maximum number of slices per stack.
    StackNameTemplate string
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    MaxSlicesPerStack float64
    (Integer) Maximum number of slices per stack.
    StackNameTemplate string
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxSlicesPerStack Double
    (Integer) Maximum number of slices per stack.
    stackNameTemplate String
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxSlicesPerStack number
    (Integer) Maximum number of slices per stack.
    stackNameTemplate string
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    max_slices_per_stack float
    (Integer) Maximum number of slices per stack.
    stack_name_template str
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    maxSlicesPerStack Number
    (Integer) Maximum number of slices per stack.
    stackNameTemplate String
    (String) Template for stack labels.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardLayoutSectionRowWidgetId

    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    Value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value string
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value str
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
    value String
    (String) The UUID value.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.

    GetLogsDashboardVariable

    Definitions List<GetLogsDashboardVariableDefinition>
    (List) Definition. Nested schema for definition:
    DisplayName string
    (String) Name used in variable UI.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Definitions []GetLogsDashboardVariableDefinition
    (List) Definition. Nested schema for definition:
    DisplayName string
    (String) Name used in variable UI.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    definitions List<GetLogsDashboardVariableDefinition>
    (List) Definition. Nested schema for definition:
    displayName String
    (String) Name used in variable UI.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    name String
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    definitions GetLogsDashboardVariableDefinition[]
    (List) Definition. Nested schema for definition:
    displayName string
    (String) Name used in variable UI.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    name string
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    definitions Sequence[GetLogsDashboardVariableDefinition]
    (List) Definition. Nested schema for definition:
    display_name str
    (String) Name used in variable UI.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    name str
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    definitions List<Property Map>
    (List) Definition. Nested schema for definition:
    displayName String
    (String) Name used in variable UI.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    name String
    (String) Name of the variable which can be used in templates.

    • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    GetLogsDashboardVariableDefinition

    MultiSelects List<GetLogsDashboardVariableDefinitionMultiSelect>
    (List) Multi-select value. Nested schema for multi_select:
    MultiSelects []GetLogsDashboardVariableDefinitionMultiSelect
    (List) Multi-select value. Nested schema for multi_select:
    multiSelects List<GetLogsDashboardVariableDefinitionMultiSelect>
    (List) Multi-select value. Nested schema for multi_select:
    multiSelects GetLogsDashboardVariableDefinitionMultiSelect[]
    (List) Multi-select value. Nested schema for multi_select:
    multi_selects Sequence[GetLogsDashboardVariableDefinitionMultiSelect]
    (List) Multi-select value. Nested schema for multi_select:
    multiSelects List<Property Map>
    (List) Multi-select value. Nested schema for multi_select:

    GetLogsDashboardVariableDefinitionMultiSelect

    Selections List<GetLogsDashboardVariableDefinitionMultiSelectSelection>
    (List) State of what is currently selected. Nested schema for selection:
    Sources List<GetLogsDashboardVariableDefinitionMultiSelectSource>
    (List) Variable value source. Nested schema for source:
    ValuesOrderDirection string
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.
    Selections []GetLogsDashboardVariableDefinitionMultiSelectSelection
    (List) State of what is currently selected. Nested schema for selection:
    Sources []GetLogsDashboardVariableDefinitionMultiSelectSource
    (List) Variable value source. Nested schema for source:
    ValuesOrderDirection string
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.
    selections List<GetLogsDashboardVariableDefinitionMultiSelectSelection>
    (List) State of what is currently selected. Nested schema for selection:
    sources List<GetLogsDashboardVariableDefinitionMultiSelectSource>
    (List) Variable value source. Nested schema for source:
    valuesOrderDirection String
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.
    selections GetLogsDashboardVariableDefinitionMultiSelectSelection[]
    (List) State of what is currently selected. Nested schema for selection:
    sources GetLogsDashboardVariableDefinitionMultiSelectSource[]
    (List) Variable value source. Nested schema for source:
    valuesOrderDirection string
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.
    selections Sequence[GetLogsDashboardVariableDefinitionMultiSelectSelection]
    (List) State of what is currently selected. Nested schema for selection:
    sources Sequence[GetLogsDashboardVariableDefinitionMultiSelectSource]
    (List) Variable value source. Nested schema for source:
    values_order_direction str
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.
    selections List<Property Map>
    (List) State of what is currently selected. Nested schema for selection:
    sources List<Property Map>
    (List) Variable value source. Nested schema for source:
    valuesOrderDirection String
    (String) The direction of the order: ascending or descending.

    • Constraints: Allowable values are: unspecified, asc, desc.

    GetLogsDashboardVariableDefinitionMultiSelectSelection

    Alls List<GetLogsDashboardVariableDefinitionMultiSelectSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists List<GetLogsDashboardVariableDefinitionMultiSelectSelectionList>
    (List) Specific values are selected. Nested schema for list:
    Alls []GetLogsDashboardVariableDefinitionMultiSelectSelectionAll
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    Lists []GetLogsDashboardVariableDefinitionMultiSelectSelectionList
    (List) Specific values are selected. Nested schema for list:
    alls List<GetLogsDashboardVariableDefinitionMultiSelectSelectionAll>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<GetLogsDashboardVariableDefinitionMultiSelectSelectionList>
    (List) Specific values are selected. Nested schema for list:
    alls GetLogsDashboardVariableDefinitionMultiSelectSelectionAll[]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists GetLogsDashboardVariableDefinitionMultiSelectSelectionList[]
    (List) Specific values are selected. Nested schema for list:
    alls Sequence[GetLogsDashboardVariableDefinitionMultiSelectSelectionAll]
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists Sequence[GetLogsDashboardVariableDefinitionMultiSelectSelectionList]
    (List) Specific values are selected. Nested schema for list:
    alls List<Property Map>
    (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
    lists List<Property Map>
    (List) Specific values are selected. Nested schema for list:

    GetLogsDashboardVariableDefinitionMultiSelectSelectionList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardVariableDefinitionMultiSelectSource

    ConstantLists List<GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList>
    (List) List of constant values. Nested schema for constant_list:
    LogsPaths List<GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath>
    (List) Unique values for a given logs path. Nested schema for logs_path:
    MetricLabels List<GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel>
    (List) Unique values for a given metric label. Nested schema for metric_label:
    ConstantLists []GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList
    (List) List of constant values. Nested schema for constant_list:
    LogsPaths []GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath
    (List) Unique values for a given logs path. Nested schema for logs_path:
    MetricLabels []GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel
    (List) Unique values for a given metric label. Nested schema for metric_label:
    constantLists List<GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList>
    (List) List of constant values. Nested schema for constant_list:
    logsPaths List<GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath>
    (List) Unique values for a given logs path. Nested schema for logs_path:
    metricLabels List<GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel>
    (List) Unique values for a given metric label. Nested schema for metric_label:
    constantLists GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList[]
    (List) List of constant values. Nested schema for constant_list:
    logsPaths GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath[]
    (List) Unique values for a given logs path. Nested schema for logs_path:
    metricLabels GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel[]
    (List) Unique values for a given metric label. Nested schema for metric_label:
    constant_lists Sequence[GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList]
    (List) List of constant values. Nested schema for constant_list:
    logs_paths Sequence[GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath]
    (List) Unique values for a given logs path. Nested schema for logs_path:
    metric_labels Sequence[GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel]
    (List) Unique values for a given metric label. Nested schema for metric_label:
    constantLists List<Property Map>
    (List) List of constant values. Nested schema for constant_list:
    logsPaths List<Property Map>
    (List) Unique values for a given logs path. Nested schema for logs_path:
    metricLabels List<Property Map>
    (List) Unique values for a given metric label. Nested schema for metric_label:

    GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList

    Values List<string>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Values []string
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values string[]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values Sequence[str]
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    values List<String>
    (List) List of constant values.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

    GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath

    ObservationFields List<GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    ObservationFields []GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField>
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField[]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observation_fields Sequence[GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField]
    (List) Field to count distinct values of. Nested schema for observation_field:
    observationFields List<Property Map>
    (List) Field to count distinct values of. Nested schema for observation_field:

    GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField

    Keypaths List<string>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    Keypaths []string
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    Scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths string[]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope string
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths Sequence[str]
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope str
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.
    keypaths List<String>
    (List) Path within the dataset scope.

    • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
    scope String
    (String) Scope of the dataset.

    • Constraints: Allowable values are: unspecified, user_data, label, metadata.

    GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel

    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    MetricName string
    (String) Metric name to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    Label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    MetricName string
    (String) Metric name to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    metricName String
    (String) Metric name to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    label string
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    metricName string
    (String) Metric name to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    label str
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    metric_name str
    (String) Metric name to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    label String
    (String) Metric label to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
    metricName String
    (String) Metric name to source unique values from.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud