1. Packages
  2. Ibm Provider
  3. API Docs
  4. getLogsAlertDefinition
ibm 1.85.0-beta0 published on Wednesday, Oct 29, 2025 by ibm-cloud

ibm.getLogsAlertDefinition

Get Started
ibm logo
ibm 1.85.0-beta0 published on Wednesday, Oct 29, 2025 by ibm-cloud

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

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    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.GetLogsAlertDefinitionArgs;
    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 logsAlertDefinition = IbmFunctions.getLogsAlertDefinition(GetLogsAlertDefinitionArgs.builder()
                .dc02998_0b50_4ea8_b68a_4779d716fa1f()
                .instanceId("470e285d-3354-44f8-8119-c91902d23")
                .logsAlertDefinitionId(3)
                .region("eu-gb")
                .build());
    
        }
    }
    
    variables:
      logsAlertDefinition:
        fn::invoke:
          function: ibm:getLogsAlertDefinition
          arguments:
            dc02998-0b50-4ea8-b68a-4779d716fa1f:
              - {}
            instanceId: 470e285d-3354-44f8-8119-c91902d23
            logsAlertDefinitionId: 3
            region: eu-gb
    

    Using getLogsAlertDefinition

    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 getLogsAlertDefinition(args: GetLogsAlertDefinitionArgs, opts?: InvokeOptions): Promise<GetLogsAlertDefinitionResult>
    function getLogsAlertDefinitionOutput(args: GetLogsAlertDefinitionOutputArgs, opts?: InvokeOptions): Output<GetLogsAlertDefinitionResult>
    def get_logs_alert_definition(endpoint_type: Optional[str] = None,
                                  id: Optional[str] = None,
                                  instance_id: Optional[str] = None,
                                  logs_alert_definition_id: Optional[str] = None,
                                  region: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetLogsAlertDefinitionResult
    def get_logs_alert_definition_output(endpoint_type: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  instance_id: Optional[pulumi.Input[str]] = None,
                                  logs_alert_definition_id: Optional[pulumi.Input[str]] = None,
                                  region: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetLogsAlertDefinitionResult]
    func LookupLogsAlertDefinition(ctx *Context, args *LookupLogsAlertDefinitionArgs, opts ...InvokeOption) (*LookupLogsAlertDefinitionResult, error)
    func LookupLogsAlertDefinitionOutput(ctx *Context, args *LookupLogsAlertDefinitionOutputArgs, opts ...InvokeOption) LookupLogsAlertDefinitionResultOutput

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

    public static class GetLogsAlertDefinition 
    {
        public static Task<GetLogsAlertDefinitionResult> InvokeAsync(GetLogsAlertDefinitionArgs args, InvokeOptions? opts = null)
        public static Output<GetLogsAlertDefinitionResult> Invoke(GetLogsAlertDefinitionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLogsAlertDefinitionResult> getLogsAlertDefinition(GetLogsAlertDefinitionArgs args, InvokeOptions options)
    public static Output<GetLogsAlertDefinitionResult> getLogsAlertDefinition(GetLogsAlertDefinitionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getLogsAlertDefinition:getLogsAlertDefinition
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    Cloud Logs Instance GUID.
    LogsAlertDefinitionId string
    Alert definition ID.

    • 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}$/.
    EndpointType string
    Id string
    (String) The alert definition ID.

    • 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}$/.
    Region string
    Cloud Logs Instance Region.
    InstanceId string
    Cloud Logs Instance GUID.
    LogsAlertDefinitionId string
    Alert definition ID.

    • 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}$/.
    EndpointType string
    Id string
    (String) The alert definition ID.

    • 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}$/.
    Region string
    Cloud Logs Instance Region.
    instanceId String
    Cloud Logs Instance GUID.
    logsAlertDefinitionId String
    Alert definition ID.

    • 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}$/.
    endpointType String
    id String
    (String) The alert definition ID.

    • 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}$/.
    region String
    Cloud Logs Instance Region.
    instanceId string
    Cloud Logs Instance GUID.
    logsAlertDefinitionId string
    Alert definition ID.

    • 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}$/.
    endpointType string
    id string
    (String) The alert definition ID.

    • 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}$/.
    region string
    Cloud Logs Instance Region.
    instance_id str
    Cloud Logs Instance GUID.
    logs_alert_definition_id str
    Alert definition ID.

    • 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}$/.
    endpoint_type str
    id str
    (String) The alert definition ID.

    • 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}$/.
    region str
    Cloud Logs Instance Region.
    instanceId String
    Cloud Logs Instance GUID.
    logsAlertDefinitionId String
    Alert definition ID.

    • 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}$/.
    endpointType String
    id String
    (String) The alert definition ID.

    • 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}$/.
    region String
    Cloud Logs Instance Region.

    getLogsAlertDefinition Result

    The following output properties are available:

    ActiveOns List<GetLogsAlertDefinitionActiveOn>
    (List) Defining when the alert is active. Nested schema for active_on:
    AlertVersionId string
    (String) The previous or old alert ID.

    • 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}$/.
    CreatedTime string
    (String) The time when the alert definition was created.
    Deleted bool
    (Boolean) Whether the alert has been marked as deleted.
    Description string
    (String) A detailed description of what the alert monitors and when it triggers.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    Enabled bool
    (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
    EntityLabels Dictionary<string, string>
    (Map) Labels used to identify and categorize the alert entity.
    Flows List<GetLogsAlertDefinitionFlow>
    (List) Configuration for flow alerts. Nested schema for flow:
    GroupByKeys List<string>
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Id string
    (String) The alert definition ID.

    • 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}$/.
    IncidentsSettings List<GetLogsAlertDefinitionIncidentsSetting>
    (List) Incident creation and management settings. Nested schema for incidents_settings:
    InstanceId string
    LogsAlertDefinitionId string
    LogsAnomalies List<GetLogsAlertDefinitionLogsAnomaly>
    (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
    LogsImmediates List<GetLogsAlertDefinitionLogsImmediate>
    (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
    LogsNewValues List<GetLogsAlertDefinitionLogsNewValue>
    (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
    LogsRatioThresholds List<GetLogsAlertDefinitionLogsRatioThreshold>
    (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
    LogsThresholds List<GetLogsAlertDefinitionLogsThreshold>
    (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
    LogsTimeRelativeThresholds List<GetLogsAlertDefinitionLogsTimeRelativeThreshold>
    (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
    LogsUniqueCounts List<GetLogsAlertDefinitionLogsUniqueCount>
    (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
    MetricAnomalies List<GetLogsAlertDefinitionMetricAnomaly>
    (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
    MetricThresholds List<GetLogsAlertDefinitionMetricThreshold>
    (List) Configuration for metric-based threshold alerts. Nested schema for metric_threshold:
    Name string
    (String) The name of the alert definition.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    NotificationGroups List<GetLogsAlertDefinitionNotificationGroup>
    (List) Primary notification group for alert events. Nested schema for notification_group:
    PhantomMode bool
    (Boolean) Whether the alert is in phantom mode (creating incidents or not).
    Priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    Region string
    Type string
    (String) Alert type.

    • Constraints: Allowable values are: logs_immediate_or_unspecified, logs_threshold, logs_anomaly, logs_ratio_threshold, logs_new_value, logs_unique_count, logs_time_relative_threshold, metric_threshold, metric_anomaly, flow.
    UpdatedTime string
    (String) The time when the alert definition was last updated.
    EndpointType string
    ActiveOns []GetLogsAlertDefinitionActiveOn
    (List) Defining when the alert is active. Nested schema for active_on:
    AlertVersionId string
    (String) The previous or old alert ID.

    • 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}$/.
    CreatedTime string
    (String) The time when the alert definition was created.
    Deleted bool
    (Boolean) Whether the alert has been marked as deleted.
    Description string
    (String) A detailed description of what the alert monitors and when it triggers.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    Enabled bool
    (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
    EntityLabels map[string]string
    (Map) Labels used to identify and categorize the alert entity.
    Flows []GetLogsAlertDefinitionFlow
    (List) Configuration for flow alerts. Nested schema for flow:
    GroupByKeys []string
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Id string
    (String) The alert definition ID.

    • 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}$/.
    IncidentsSettings []GetLogsAlertDefinitionIncidentsSetting
    (List) Incident creation and management settings. Nested schema for incidents_settings:
    InstanceId string
    LogsAlertDefinitionId string
    LogsAnomalies []GetLogsAlertDefinitionLogsAnomaly
    (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
    LogsImmediates []GetLogsAlertDefinitionLogsImmediate
    (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
    LogsNewValues []GetLogsAlertDefinitionLogsNewValue
    (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
    LogsRatioThresholds []GetLogsAlertDefinitionLogsRatioThreshold
    (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
    LogsThresholds []GetLogsAlertDefinitionLogsThreshold
    (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
    LogsTimeRelativeThresholds []GetLogsAlertDefinitionLogsTimeRelativeThreshold
    (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
    LogsUniqueCounts []GetLogsAlertDefinitionLogsUniqueCount
    (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
    MetricAnomalies []GetLogsAlertDefinitionMetricAnomaly
    (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
    MetricThresholds []GetLogsAlertDefinitionMetricThreshold
    (List) Configuration for metric-based threshold alerts. Nested schema for metric_threshold:
    Name string
    (String) The name of the alert definition.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    NotificationGroups []GetLogsAlertDefinitionNotificationGroup
    (List) Primary notification group for alert events. Nested schema for notification_group:
    PhantomMode bool
    (Boolean) Whether the alert is in phantom mode (creating incidents or not).
    Priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    Region string
    Type string
    (String) Alert type.

    • Constraints: Allowable values are: logs_immediate_or_unspecified, logs_threshold, logs_anomaly, logs_ratio_threshold, logs_new_value, logs_unique_count, logs_time_relative_threshold, metric_threshold, metric_anomaly, flow.
    UpdatedTime string
    (String) The time when the alert definition was last updated.
    EndpointType string
    activeOns List<GetLogsAlertDefinitionActiveOn>
    (List) Defining when the alert is active. Nested schema for active_on:
    alertVersionId String
    (String) The previous or old alert ID.

    • 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}$/.
    createdTime String
    (String) The time when the alert definition was created.
    deleted Boolean
    (Boolean) Whether the alert has been marked as deleted.
    description String
    (String) A detailed description of what the alert monitors and when it triggers.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    enabled Boolean
    (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
    entityLabels Map<String,String>
    (Map) Labels used to identify and categorize the alert entity.
    flows List<GetLogsAlertDefinitionFlow>
    (List) Configuration for flow alerts. Nested schema for flow:
    groupByKeys List<String>
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    id String
    (String) The alert definition ID.

    • 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}$/.
    incidentsSettings List<GetLogsAlertDefinitionIncidentsSetting>
    (List) Incident creation and management settings. Nested schema for incidents_settings:
    instanceId String
    logsAlertDefinitionId String
    logsAnomalies List<GetLogsAlertDefinitionLogsAnomaly>
    (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
    logsImmediates List<GetLogsAlertDefinitionLogsImmediate>
    (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
    logsNewValues List<GetLogsAlertDefinitionLogsNewValue>
    (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
    logsRatioThresholds List<GetLogsAlertDefinitionLogsRatioThreshold>
    (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
    logsThresholds List<GetLogsAlertDefinitionLogsThreshold>
    (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
    logsTimeRelativeThresholds List<GetLogsAlertDefinitionLogsTimeRelativeThreshold>
    (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
    logsUniqueCounts List<GetLogsAlertDefinitionLogsUniqueCount>
    (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
    metricAnomalies List<GetLogsAlertDefinitionMetricAnomaly>
    (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
    metricThresholds List<GetLogsAlertDefinitionMetricThreshold>
    (List) Configuration for metric-based threshold alerts. Nested schema for metric_threshold:
    name String
    (String) The name of the alert definition.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    notificationGroups List<GetLogsAlertDefinitionNotificationGroup>
    (List) Primary notification group for alert events. Nested schema for notification_group:
    phantomMode Boolean
    (Boolean) Whether the alert is in phantom mode (creating incidents or not).
    priority String
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    region String
    type String
    (String) Alert type.

    • Constraints: Allowable values are: logs_immediate_or_unspecified, logs_threshold, logs_anomaly, logs_ratio_threshold, logs_new_value, logs_unique_count, logs_time_relative_threshold, metric_threshold, metric_anomaly, flow.
    updatedTime String
    (String) The time when the alert definition was last updated.
    endpointType String
    activeOns GetLogsAlertDefinitionActiveOn[]
    (List) Defining when the alert is active. Nested schema for active_on:
    alertVersionId string
    (String) The previous or old alert ID.

    • 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}$/.
    createdTime string
    (String) The time when the alert definition was created.
    deleted boolean
    (Boolean) Whether the alert has been marked as deleted.
    description string
    (String) A detailed description of what the alert monitors and when it triggers.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    enabled boolean
    (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
    entityLabels {[key: string]: string}
    (Map) Labels used to identify and categorize the alert entity.
    flows GetLogsAlertDefinitionFlow[]
    (List) Configuration for flow alerts. Nested schema for flow:
    groupByKeys string[]
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    id string
    (String) The alert definition ID.

    • 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}$/.
    incidentsSettings GetLogsAlertDefinitionIncidentsSetting[]
    (List) Incident creation and management settings. Nested schema for incidents_settings:
    instanceId string
    logsAlertDefinitionId string
    logsAnomalies GetLogsAlertDefinitionLogsAnomaly[]
    (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
    logsImmediates GetLogsAlertDefinitionLogsImmediate[]
    (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
    logsNewValues GetLogsAlertDefinitionLogsNewValue[]
    (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
    logsRatioThresholds GetLogsAlertDefinitionLogsRatioThreshold[]
    (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
    logsThresholds GetLogsAlertDefinitionLogsThreshold[]
    (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
    logsTimeRelativeThresholds GetLogsAlertDefinitionLogsTimeRelativeThreshold[]
    (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
    logsUniqueCounts GetLogsAlertDefinitionLogsUniqueCount[]
    (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
    metricAnomalies GetLogsAlertDefinitionMetricAnomaly[]
    (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
    metricThresholds GetLogsAlertDefinitionMetricThreshold[]
    (List) Configuration for metric-based threshold alerts. Nested schema for metric_threshold:
    name string
    (String) The name of the alert definition.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    notificationGroups GetLogsAlertDefinitionNotificationGroup[]
    (List) Primary notification group for alert events. Nested schema for notification_group:
    phantomMode boolean
    (Boolean) Whether the alert is in phantom mode (creating incidents or not).
    priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    region string
    type string
    (String) Alert type.

    • Constraints: Allowable values are: logs_immediate_or_unspecified, logs_threshold, logs_anomaly, logs_ratio_threshold, logs_new_value, logs_unique_count, logs_time_relative_threshold, metric_threshold, metric_anomaly, flow.
    updatedTime string
    (String) The time when the alert definition was last updated.
    endpointType string
    active_ons Sequence[GetLogsAlertDefinitionActiveOn]
    (List) Defining when the alert is active. Nested schema for active_on:
    alert_version_id str
    (String) The previous or old alert ID.

    • 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}$/.
    created_time str
    (String) The time when the alert definition was created.
    deleted bool
    (Boolean) Whether the alert has been marked as deleted.
    description str
    (String) A detailed description of what the alert monitors and when it triggers.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    enabled bool
    (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
    entity_labels Mapping[str, str]
    (Map) Labels used to identify and categorize the alert entity.
    flows Sequence[GetLogsAlertDefinitionFlow]
    (List) Configuration for flow alerts. Nested schema for flow:
    group_by_keys Sequence[str]
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    id str
    (String) The alert definition ID.

    • 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}$/.
    incidents_settings Sequence[GetLogsAlertDefinitionIncidentsSetting]
    (List) Incident creation and management settings. Nested schema for incidents_settings:
    instance_id str
    logs_alert_definition_id str
    logs_anomalies Sequence[GetLogsAlertDefinitionLogsAnomaly]
    (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
    logs_immediates Sequence[GetLogsAlertDefinitionLogsImmediate]
    (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
    logs_new_values Sequence[GetLogsAlertDefinitionLogsNewValue]
    (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
    logs_ratio_thresholds Sequence[GetLogsAlertDefinitionLogsRatioThreshold]
    (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
    logs_thresholds Sequence[GetLogsAlertDefinitionLogsThreshold]
    (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
    logs_time_relative_thresholds Sequence[GetLogsAlertDefinitionLogsTimeRelativeThreshold]
    (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
    logs_unique_counts Sequence[GetLogsAlertDefinitionLogsUniqueCount]
    (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
    metric_anomalies Sequence[GetLogsAlertDefinitionMetricAnomaly]
    (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
    metric_thresholds Sequence[GetLogsAlertDefinitionMetricThreshold]
    (List) Configuration for metric-based threshold alerts. Nested schema for metric_threshold:
    name str
    (String) The name of the alert definition.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    notification_groups Sequence[GetLogsAlertDefinitionNotificationGroup]
    (List) Primary notification group for alert events. Nested schema for notification_group:
    phantom_mode bool
    (Boolean) Whether the alert is in phantom mode (creating incidents or not).
    priority str
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    region str
    type str
    (String) Alert type.

    • Constraints: Allowable values are: logs_immediate_or_unspecified, logs_threshold, logs_anomaly, logs_ratio_threshold, logs_new_value, logs_unique_count, logs_time_relative_threshold, metric_threshold, metric_anomaly, flow.
    updated_time str
    (String) The time when the alert definition was last updated.
    endpoint_type str
    activeOns List<Property Map>
    (List) Defining when the alert is active. Nested schema for active_on:
    alertVersionId String
    (String) The previous or old alert ID.

    • 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}$/.
    createdTime String
    (String) The time when the alert definition was created.
    deleted Boolean
    (Boolean) Whether the alert has been marked as deleted.
    description String
    (String) A detailed description of what the alert monitors and when it triggers.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    enabled Boolean
    (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
    entityLabels Map<String>
    (Map) Labels used to identify and categorize the alert entity.
    flows List<Property Map>
    (List) Configuration for flow alerts. Nested schema for flow:
    groupByKeys List<String>
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    id String
    (String) The alert definition ID.

    • 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}$/.
    incidentsSettings List<Property Map>
    (List) Incident creation and management settings. Nested schema for incidents_settings:
    instanceId String
    logsAlertDefinitionId String
    logsAnomalies List<Property Map>
    (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
    logsImmediates List<Property Map>
    (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
    logsNewValues List<Property Map>
    (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
    logsRatioThresholds List<Property Map>
    (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
    logsThresholds List<Property Map>
    (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
    logsTimeRelativeThresholds List<Property Map>
    (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
    logsUniqueCounts List<Property Map>
    (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
    metricAnomalies List<Property Map>
    (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
    metricThresholds List<Property Map>
    (List) Configuration for metric-based threshold alerts. Nested schema for metric_threshold:
    name String
    (String) The name of the alert definition.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    notificationGroups List<Property Map>
    (List) Primary notification group for alert events. Nested schema for notification_group:
    phantomMode Boolean
    (Boolean) Whether the alert is in phantom mode (creating incidents or not).
    priority String
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    region String
    type String
    (String) Alert type.

    • Constraints: Allowable values are: logs_immediate_or_unspecified, logs_threshold, logs_anomaly, logs_ratio_threshold, logs_new_value, logs_unique_count, logs_time_relative_threshold, metric_threshold, metric_anomaly, flow.
    updatedTime String
    (String) The time when the alert definition was last updated.
    endpointType String

    Supporting Types

    GetLogsAlertDefinitionActiveOn

    DayOfWeeks List<string>
    (List) Days of the week when the alert is active.

    • Constraints: Allowable list items are: monday_or_unspecified, tuesday, wednesday, thursday, friday, saturday, sunday. The maximum length is 7 items. The minimum length is 1 item.
    EndTimes List<GetLogsAlertDefinitionActiveOnEndTime>
    (List) Start time of the alert activity. Nested schema for end_time:
    StartTimes List<GetLogsAlertDefinitionActiveOnStartTime>
    (List) Start time of the alert activity. Nested schema for start_time:
    DayOfWeeks []string
    (List) Days of the week when the alert is active.

    • Constraints: Allowable list items are: monday_or_unspecified, tuesday, wednesday, thursday, friday, saturday, sunday. The maximum length is 7 items. The minimum length is 1 item.
    EndTimes []GetLogsAlertDefinitionActiveOnEndTime
    (List) Start time of the alert activity. Nested schema for end_time:
    StartTimes []GetLogsAlertDefinitionActiveOnStartTime
    (List) Start time of the alert activity. Nested schema for start_time:
    dayOfWeeks List<String>
    (List) Days of the week when the alert is active.

    • Constraints: Allowable list items are: monday_or_unspecified, tuesday, wednesday, thursday, friday, saturday, sunday. The maximum length is 7 items. The minimum length is 1 item.
    endTimes List<GetLogsAlertDefinitionActiveOnEndTime>
    (List) Start time of the alert activity. Nested schema for end_time:
    startTimes List<GetLogsAlertDefinitionActiveOnStartTime>
    (List) Start time of the alert activity. Nested schema for start_time:
    dayOfWeeks string[]
    (List) Days of the week when the alert is active.

    • Constraints: Allowable list items are: monday_or_unspecified, tuesday, wednesday, thursday, friday, saturday, sunday. The maximum length is 7 items. The minimum length is 1 item.
    endTimes GetLogsAlertDefinitionActiveOnEndTime[]
    (List) Start time of the alert activity. Nested schema for end_time:
    startTimes GetLogsAlertDefinitionActiveOnStartTime[]
    (List) Start time of the alert activity. Nested schema for start_time:
    day_of_weeks Sequence[str]
    (List) Days of the week when the alert is active.

    • Constraints: Allowable list items are: monday_or_unspecified, tuesday, wednesday, thursday, friday, saturday, sunday. The maximum length is 7 items. The minimum length is 1 item.
    end_times Sequence[GetLogsAlertDefinitionActiveOnEndTime]
    (List) Start time of the alert activity. Nested schema for end_time:
    start_times Sequence[GetLogsAlertDefinitionActiveOnStartTime]
    (List) Start time of the alert activity. Nested schema for start_time:
    dayOfWeeks List<String>
    (List) Days of the week when the alert is active.

    • Constraints: Allowable list items are: monday_or_unspecified, tuesday, wednesday, thursday, friday, saturday, sunday. The maximum length is 7 items. The minimum length is 1 item.
    endTimes List<Property Map>
    (List) Start time of the alert activity. Nested schema for end_time:
    startTimes List<Property Map>
    (List) Start time of the alert activity. Nested schema for start_time:

    GetLogsAlertDefinitionActiveOnEndTime

    Hours double
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    Minutes double
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    Hours float64
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    Minutes float64
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    hours Double
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    minutes Double
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    hours number
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    minutes number
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    hours float
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    minutes float
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    hours Number
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    minutes Number
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.

    GetLogsAlertDefinitionActiveOnStartTime

    Hours double
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    Minutes double
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    Hours float64
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    Minutes float64
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    hours Double
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    minutes Double
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    hours number
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    minutes number
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    hours float
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    minutes float
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    hours Number
    (Integer) The hour of the day in 24-hour format. Must be an integer between 0 and 23.

    • Constraints: The maximum value is 23. The minimum value is 0.
    minutes Number
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.

    GetLogsAlertDefinitionFlow

    EnforceSuppression bool
    (Boolean) Whether to enforce suppression for the flow alert.
    Stages List<GetLogsAlertDefinitionFlowStage>
    (List) The definition of stages of the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for stages:
    EnforceSuppression bool
    (Boolean) Whether to enforce suppression for the flow alert.
    Stages []GetLogsAlertDefinitionFlowStage
    (List) The definition of stages of the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for stages:
    enforceSuppression Boolean
    (Boolean) Whether to enforce suppression for the flow alert.
    stages List<GetLogsAlertDefinitionFlowStage>
    (List) The definition of stages of the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for stages:
    enforceSuppression boolean
    (Boolean) Whether to enforce suppression for the flow alert.
    stages GetLogsAlertDefinitionFlowStage[]
    (List) The definition of stages of the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for stages:
    enforce_suppression bool
    (Boolean) Whether to enforce suppression for the flow alert.
    stages Sequence[GetLogsAlertDefinitionFlowStage]
    (List) The definition of stages of the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for stages:
    enforceSuppression Boolean
    (Boolean) Whether to enforce suppression for the flow alert.
    stages List<Property Map>
    (List) The definition of stages of the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for stages:

    GetLogsAlertDefinitionFlowStage

    FlowStagesGroups List<GetLogsAlertDefinitionFlowStageFlowStagesGroup>
    (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
    TimeframeMs string
    (String) The timeframe for the flow alert in milliseconds.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    TimeframeType string
    (String) The type of timeframe for the flow alert.

    • Constraints: Allowable values are: unspecified, up_to.
    FlowStagesGroups []GetLogsAlertDefinitionFlowStageFlowStagesGroup
    (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
    TimeframeMs string
    (String) The timeframe for the flow alert in milliseconds.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    TimeframeType string
    (String) The type of timeframe for the flow alert.

    • Constraints: Allowable values are: unspecified, up_to.
    flowStagesGroups List<GetLogsAlertDefinitionFlowStageFlowStagesGroup>
    (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
    timeframeMs String
    (String) The timeframe for the flow alert in milliseconds.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    timeframeType String
    (String) The type of timeframe for the flow alert.

    • Constraints: Allowable values are: unspecified, up_to.
    flowStagesGroups GetLogsAlertDefinitionFlowStageFlowStagesGroup[]
    (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
    timeframeMs string
    (String) The timeframe for the flow alert in milliseconds.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    timeframeType string
    (String) The type of timeframe for the flow alert.

    • Constraints: Allowable values are: unspecified, up_to.
    flow_stages_groups Sequence[GetLogsAlertDefinitionFlowStageFlowStagesGroup]
    (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
    timeframe_ms str
    (String) The timeframe for the flow alert in milliseconds.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    timeframe_type str
    (String) The type of timeframe for the flow alert.

    • Constraints: Allowable values are: unspecified, up_to.
    flowStagesGroups List<Property Map>
    (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
    timeframeMs String
    (String) The timeframe for the flow alert in milliseconds.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    timeframeType String
    (String) The type of timeframe for the flow alert.

    • Constraints: Allowable values are: unspecified, up_to.

    GetLogsAlertDefinitionFlowStageFlowStagesGroup

    Groups List<GetLogsAlertDefinitionFlowStageFlowStagesGroupGroup>
    (List) The definition of an array of groups with alerts and logical operation among those alerts in the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for groups:
    Groups []GetLogsAlertDefinitionFlowStageFlowStagesGroupGroup
    (List) The definition of an array of groups with alerts and logical operation among those alerts in the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for groups:
    groups List<GetLogsAlertDefinitionFlowStageFlowStagesGroupGroup>
    (List) The definition of an array of groups with alerts and logical operation among those alerts in the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for groups:
    groups GetLogsAlertDefinitionFlowStageFlowStagesGroupGroup[]
    (List) The definition of an array of groups with alerts and logical operation among those alerts in the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for groups:
    groups Sequence[GetLogsAlertDefinitionFlowStageFlowStagesGroupGroup]
    (List) The definition of an array of groups with alerts and logical operation among those alerts in the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for groups:
    groups List<Property Map>
    (List) The definition of an array of groups with alerts and logical operation among those alerts in the flow alert.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for groups:

    GetLogsAlertDefinitionFlowStageFlowStagesGroupGroup

    AlertDefs List<GetLogsAlertDefinitionFlowStageFlowStagesGroupGroupAlertDef>
    (List) The alert definitions for the flow stage group.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for alert_defs:
    AlertsOp string
    (String) The logical operation to apply to the alerts in the group.

    • Constraints: Allowable values are: and_or_unspecified, or.
    NextOp string
    (String) The logical operation to apply to the next stage.

    • Constraints: Allowable values are: and_or_unspecified, or.
    AlertDefs []GetLogsAlertDefinitionFlowStageFlowStagesGroupGroupAlertDef
    (List) The alert definitions for the flow stage group.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for alert_defs:
    AlertsOp string
    (String) The logical operation to apply to the alerts in the group.

    • Constraints: Allowable values are: and_or_unspecified, or.
    NextOp string
    (String) The logical operation to apply to the next stage.

    • Constraints: Allowable values are: and_or_unspecified, or.
    alertDefs List<GetLogsAlertDefinitionFlowStageFlowStagesGroupGroupAlertDef>
    (List) The alert definitions for the flow stage group.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for alert_defs:
    alertsOp String
    (String) The logical operation to apply to the alerts in the group.

    • Constraints: Allowable values are: and_or_unspecified, or.
    nextOp String
    (String) The logical operation to apply to the next stage.

    • Constraints: Allowable values are: and_or_unspecified, or.
    alertDefs GetLogsAlertDefinitionFlowStageFlowStagesGroupGroupAlertDef[]
    (List) The alert definitions for the flow stage group.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for alert_defs:
    alertsOp string
    (String) The logical operation to apply to the alerts in the group.

    • Constraints: Allowable values are: and_or_unspecified, or.
    nextOp string
    (String) The logical operation to apply to the next stage.

    • Constraints: Allowable values are: and_or_unspecified, or.
    alert_defs Sequence[GetLogsAlertDefinitionFlowStageFlowStagesGroupGroupAlertDef]
    (List) The alert definitions for the flow stage group.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for alert_defs:
    alerts_op str
    (String) The logical operation to apply to the alerts in the group.

    • Constraints: Allowable values are: and_or_unspecified, or.
    next_op str
    (String) The logical operation to apply to the next stage.

    • Constraints: Allowable values are: and_or_unspecified, or.
    alertDefs List<Property Map>
    (List) The alert definitions for the flow stage group.

    • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for alert_defs:
    alertsOp String
    (String) The logical operation to apply to the alerts in the group.

    • Constraints: Allowable values are: and_or_unspecified, or.
    nextOp String
    (String) The logical operation to apply to the next stage.

    • Constraints: Allowable values are: and_or_unspecified, or.

    GetLogsAlertDefinitionFlowStageFlowStagesGroupGroupAlertDef

    Id string
    (String) The alert definition ID.

    • 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}$/.
    Not bool
    (Boolean) Whether or not to negate the alert definition. If true, flow checks for the negate condition of the respective alert.
    Id string
    (String) The alert definition ID.

    • 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}$/.
    Not bool
    (Boolean) Whether or not to negate the alert definition. If true, flow checks for the negate condition of the respective alert.
    id String
    (String) The alert definition ID.

    • 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}$/.
    not Boolean
    (Boolean) Whether or not to negate the alert definition. If true, flow checks for the negate condition of the respective alert.
    id string
    (String) The alert definition ID.

    • 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}$/.
    not boolean
    (Boolean) Whether or not to negate the alert definition. If true, flow checks for the negate condition of the respective alert.
    id str
    (String) The alert definition ID.

    • 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}$/.
    not_ bool
    (Boolean) Whether or not to negate the alert definition. If true, flow checks for the negate condition of the respective alert.
    id String
    (String) The alert definition ID.

    • 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}$/.
    not Boolean
    (Boolean) Whether or not to negate the alert definition. If true, flow checks for the negate condition of the respective alert.

    GetLogsAlertDefinitionIncidentsSetting

    Minutes double
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    NotifyOn string
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.
    Minutes float64
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    NotifyOn string
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.
    minutes Double
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    notifyOn String
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.
    minutes number
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    notifyOn string
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.
    minutes float
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    notify_on str
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.
    minutes Number
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    notifyOn String
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.

    GetLogsAlertDefinitionLogsAnomaly

    AnomalyAlertSettings List<GetLogsAlertDefinitionLogsAnomalyAnomalyAlertSetting>
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    EvaluationDelayMs double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    LogsFilters List<GetLogsAlertDefinitionLogsAnomalyLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    NotificationPayloadFilters List<string>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Rules List<GetLogsAlertDefinitionLogsAnomalyRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    AnomalyAlertSettings []GetLogsAlertDefinitionLogsAnomalyAnomalyAlertSetting
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    EvaluationDelayMs float64
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    LogsFilters []GetLogsAlertDefinitionLogsAnomalyLogsFilter
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    NotificationPayloadFilters []string
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Rules []GetLogsAlertDefinitionLogsAnomalyRule
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    anomalyAlertSettings List<GetLogsAlertDefinitionLogsAnomalyAnomalyAlertSetting>
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs Double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    logsFilters List<GetLogsAlertDefinitionLogsAnomalyLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules List<GetLogsAlertDefinitionLogsAnomalyRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    anomalyAlertSettings GetLogsAlertDefinitionLogsAnomalyAnomalyAlertSetting[]
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    conditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    logsFilters GetLogsAlertDefinitionLogsAnomalyLogsFilter[]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters string[]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules GetLogsAlertDefinitionLogsAnomalyRule[]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    anomaly_alert_settings Sequence[GetLogsAlertDefinitionLogsAnomalyAnomalyAlertSetting]
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    condition_type str
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluation_delay_ms float
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    logs_filters Sequence[GetLogsAlertDefinitionLogsAnomalyLogsFilter]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notification_payload_filters Sequence[str]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules Sequence[GetLogsAlertDefinitionLogsAnomalyRule]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    anomalyAlertSettings List<Property Map>
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs Number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    logsFilters List<Property Map>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules List<Property Map>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:

    GetLogsAlertDefinitionLogsAnomalyAnomalyAlertSetting

    PercentageOfDeviation double
    (Float) The percentage of deviation from the baseline when the alert is triggered.
    PercentageOfDeviation float64
    (Float) The percentage of deviation from the baseline when the alert is triggered.
    percentageOfDeviation Double
    (Float) The percentage of deviation from the baseline when the alert is triggered.
    percentageOfDeviation number
    (Float) The percentage of deviation from the baseline when the alert is triggered.
    percentage_of_deviation float
    (Float) The percentage of deviation from the baseline when the alert is triggered.
    percentageOfDeviation Number
    (Float) The percentage of deviation from the baseline when the alert is triggered.

    GetLogsAlertDefinitionLogsAnomalyLogsFilter

    SimpleFilters List<GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    SimpleFilters []GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilter
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilter[]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simple_filters Sequence[GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilter]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<Property Map>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:

    GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilter

    LabelFilters List<GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    LabelFilters []GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilter
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilter[]
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. 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_filters Sequence[GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilter]
    (List) The label filters to filter logs. Nested schema for label_filters:
    lucene_query str
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<Property Map>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

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

    GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilter

    ApplicationNames List<GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities List<string>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames List<GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    ApplicationNames []GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterApplicationName
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities []string
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames []GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterSubsystemName
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterApplicationName[]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities string[]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterSubsystemName[]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    application_names Sequence[GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterApplicationName]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities Sequence[str]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystem_names Sequence[GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterSubsystemName]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<Property Map>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<Property Map>
    (List) Filter by subsystem names.

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

    GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterApplicationName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterSubsystemName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsAnomalyRule

    Conditions List<GetLogsAlertDefinitionLogsAnomalyRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Conditions []GetLogsAlertDefinitionLogsAnomalyRuleCondition
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions List<GetLogsAlertDefinitionLogsAnomalyRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions GetLogsAlertDefinitionLogsAnomalyRuleCondition[]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions Sequence[GetLogsAlertDefinitionLogsAnomalyRuleCondition]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions List<Property Map>
    (List) The condition for the metric threshold alert. Nested schema for condition:

    GetLogsAlertDefinitionLogsAnomalyRuleCondition

    MinimumThreshold double
    (Float) The threshold value for the alert condition.
    TimeWindows List<GetLogsAlertDefinitionLogsAnomalyRuleConditionTimeWindow>
    (List) The time window for the unique count alert. Nested schema for time_window:
    MinimumThreshold float64
    (Float) The threshold value for the alert condition.
    TimeWindows []GetLogsAlertDefinitionLogsAnomalyRuleConditionTimeWindow
    (List) The time window for the unique count alert. Nested schema for time_window:
    minimumThreshold Double
    (Float) The threshold value for the alert condition.
    timeWindows List<GetLogsAlertDefinitionLogsAnomalyRuleConditionTimeWindow>
    (List) The time window for the unique count alert. Nested schema for time_window:
    minimumThreshold number
    (Float) The threshold value for the alert condition.
    timeWindows GetLogsAlertDefinitionLogsAnomalyRuleConditionTimeWindow[]
    (List) The time window for the unique count alert. Nested schema for time_window:
    minimum_threshold float
    (Float) The threshold value for the alert condition.
    time_windows Sequence[GetLogsAlertDefinitionLogsAnomalyRuleConditionTimeWindow]
    (List) The time window for the unique count alert. Nested schema for time_window:
    minimumThreshold Number
    (Float) The threshold value for the alert condition.
    timeWindows List<Property Map>
    (List) The time window for the unique count alert. Nested schema for time_window:

    GetLogsAlertDefinitionLogsAnomalyRuleConditionTimeWindow

    LogsTimeWindowSpecificValue string
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    LogsTimeWindowSpecificValue string
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logsTimeWindowSpecificValue String
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logsTimeWindowSpecificValue string
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logs_time_window_specific_value str
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logsTimeWindowSpecificValue String
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.

    GetLogsAlertDefinitionLogsImmediate

    LogsFilters List<GetLogsAlertDefinitionLogsImmediateLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    NotificationPayloadFilters List<string>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    LogsFilters []GetLogsAlertDefinitionLogsImmediateLogsFilter
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    NotificationPayloadFilters []string
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    logsFilters List<GetLogsAlertDefinitionLogsImmediateLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    logsFilters GetLogsAlertDefinitionLogsImmediateLogsFilter[]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters string[]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    logs_filters Sequence[GetLogsAlertDefinitionLogsImmediateLogsFilter]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notification_payload_filters Sequence[str]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    logsFilters List<Property Map>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.

    GetLogsAlertDefinitionLogsImmediateLogsFilter

    SimpleFilters List<GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    SimpleFilters []GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilter
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilter[]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simple_filters Sequence[GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilter]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<Property Map>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:

    GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilter

    LabelFilters List<GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    LabelFilters []GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilter
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilter[]
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. 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_filters Sequence[GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilter]
    (List) The label filters to filter logs. Nested schema for label_filters:
    lucene_query str
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<Property Map>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

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

    GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilter

    ApplicationNames List<GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities List<string>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames List<GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    ApplicationNames []GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterApplicationName
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities []string
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames []GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterSubsystemName
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterApplicationName[]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities string[]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterSubsystemName[]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    application_names Sequence[GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterApplicationName]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities Sequence[str]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystem_names Sequence[GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterSubsystemName]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<Property Map>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<Property Map>
    (List) Filter by subsystem names.

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

    GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterApplicationName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterSubsystemName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsNewValue

    LogsFilters List<GetLogsAlertDefinitionLogsNewValueLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    NotificationPayloadFilters List<string>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Rules List<GetLogsAlertDefinitionLogsNewValueRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    LogsFilters []GetLogsAlertDefinitionLogsNewValueLogsFilter
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    NotificationPayloadFilters []string
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Rules []GetLogsAlertDefinitionLogsNewValueRule
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    logsFilters List<GetLogsAlertDefinitionLogsNewValueLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules List<GetLogsAlertDefinitionLogsNewValueRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    logsFilters GetLogsAlertDefinitionLogsNewValueLogsFilter[]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters string[]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules GetLogsAlertDefinitionLogsNewValueRule[]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    logs_filters Sequence[GetLogsAlertDefinitionLogsNewValueLogsFilter]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notification_payload_filters Sequence[str]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules Sequence[GetLogsAlertDefinitionLogsNewValueRule]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    logsFilters List<Property Map>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules List<Property Map>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:

    GetLogsAlertDefinitionLogsNewValueLogsFilter

    SimpleFilters List<GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    SimpleFilters []GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilter
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilter[]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simple_filters Sequence[GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilter]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<Property Map>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:

    GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilter

    LabelFilters List<GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    LabelFilters []GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilter
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilter[]
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. 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_filters Sequence[GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilter]
    (List) The label filters to filter logs. Nested schema for label_filters:
    lucene_query str
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<Property Map>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

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

    GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilter

    ApplicationNames List<GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities List<string>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames List<GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    ApplicationNames []GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterApplicationName
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities []string
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames []GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterSubsystemName
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterApplicationName[]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities string[]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterSubsystemName[]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    application_names Sequence[GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterApplicationName]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities Sequence[str]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystem_names Sequence[GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterSubsystemName]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<Property Map>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<Property Map>
    (List) Filter by subsystem names.

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

    GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterApplicationName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterSubsystemName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsNewValueRule

    Conditions List<GetLogsAlertDefinitionLogsNewValueRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Conditions []GetLogsAlertDefinitionLogsNewValueRuleCondition
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions List<GetLogsAlertDefinitionLogsNewValueRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions GetLogsAlertDefinitionLogsNewValueRuleCondition[]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions Sequence[GetLogsAlertDefinitionLogsNewValueRuleCondition]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions List<Property Map>
    (List) The condition for the metric threshold alert. Nested schema for condition:

    GetLogsAlertDefinitionLogsNewValueRuleCondition

    KeypathToTrack string
    (String) The keypath to track for new values.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    TimeWindows List<GetLogsAlertDefinitionLogsNewValueRuleConditionTimeWindow>
    (List) The time window for the unique count alert. Nested schema for time_window:
    KeypathToTrack string
    (String) The keypath to track for new values.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    TimeWindows []GetLogsAlertDefinitionLogsNewValueRuleConditionTimeWindow
    (List) The time window for the unique count alert. Nested schema for time_window:
    keypathToTrack String
    (String) The keypath to track for new values.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    timeWindows List<GetLogsAlertDefinitionLogsNewValueRuleConditionTimeWindow>
    (List) The time window for the unique count alert. Nested schema for time_window:
    keypathToTrack string
    (String) The keypath to track for new values.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    timeWindows GetLogsAlertDefinitionLogsNewValueRuleConditionTimeWindow[]
    (List) The time window for the unique count alert. Nested schema for time_window:
    keypath_to_track str
    (String) The keypath to track for new values.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    time_windows Sequence[GetLogsAlertDefinitionLogsNewValueRuleConditionTimeWindow]
    (List) The time window for the unique count alert. Nested schema for time_window:
    keypathToTrack String
    (String) The keypath to track for new values.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    timeWindows List<Property Map>
    (List) The time window for the unique count alert. Nested schema for time_window:

    GetLogsAlertDefinitionLogsNewValueRuleConditionTimeWindow

    LogsNewValueTimeWindowSpecificValue string
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: hours_12_or_unspecified, hours_24, hours_48, hours_72, week_1, month_1, months_2, months_3.
    LogsNewValueTimeWindowSpecificValue string
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: hours_12_or_unspecified, hours_24, hours_48, hours_72, week_1, month_1, months_2, months_3.
    logsNewValueTimeWindowSpecificValue String
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: hours_12_or_unspecified, hours_24, hours_48, hours_72, week_1, month_1, months_2, months_3.
    logsNewValueTimeWindowSpecificValue string
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: hours_12_or_unspecified, hours_24, hours_48, hours_72, week_1, month_1, months_2, months_3.
    logs_new_value_time_window_specific_value str
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: hours_12_or_unspecified, hours_24, hours_48, hours_72, week_1, month_1, months_2, months_3.
    logsNewValueTimeWindowSpecificValue String
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: hours_12_or_unspecified, hours_24, hours_48, hours_72, week_1, month_1, months_2, months_3.

    GetLogsAlertDefinitionLogsRatioThreshold

    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    DenominatorAlias string
    (String) The alias for the denominator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    Denominators List<GetLogsAlertDefinitionLogsRatioThresholdDenominator>
    (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
    EvaluationDelayMs double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    GroupByFor string
    (String) The group by settings for the numerator and denominator filters.

    • Constraints: Allowable values are: both_or_unspecified, numerator_only, denumerator_only.
    IgnoreInfinity bool
    (Boolean) Ignore infinity values in the alert.
    NotificationPayloadFilters List<string>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    NumeratorAlias string
    (String) The alias for the numerator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    Numerators List<GetLogsAlertDefinitionLogsRatioThresholdNumerator>
    (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
    Rules List<GetLogsAlertDefinitionLogsRatioThresholdRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    UndetectedValuesManagements List<GetLogsAlertDefinitionLogsRatioThresholdUndetectedValuesManagement>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    DenominatorAlias string
    (String) The alias for the denominator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    Denominators []GetLogsAlertDefinitionLogsRatioThresholdDenominator
    (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
    EvaluationDelayMs float64
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    GroupByFor string
    (String) The group by settings for the numerator and denominator filters.

    • Constraints: Allowable values are: both_or_unspecified, numerator_only, denumerator_only.
    IgnoreInfinity bool
    (Boolean) Ignore infinity values in the alert.
    NotificationPayloadFilters []string
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    NumeratorAlias string
    (String) The alias for the numerator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    Numerators []GetLogsAlertDefinitionLogsRatioThresholdNumerator
    (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
    Rules []GetLogsAlertDefinitionLogsRatioThresholdRule
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    UndetectedValuesManagements []GetLogsAlertDefinitionLogsRatioThresholdUndetectedValuesManagement
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    denominatorAlias String
    (String) The alias for the denominator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    denominators List<GetLogsAlertDefinitionLogsRatioThresholdDenominator>
    (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
    evaluationDelayMs Double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    groupByFor String
    (String) The group by settings for the numerator and denominator filters.

    • Constraints: Allowable values are: both_or_unspecified, numerator_only, denumerator_only.
    ignoreInfinity Boolean
    (Boolean) Ignore infinity values in the alert.
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    numeratorAlias String
    (String) The alias for the numerator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    numerators List<GetLogsAlertDefinitionLogsRatioThresholdNumerator>
    (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
    rules List<GetLogsAlertDefinitionLogsRatioThresholdRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements List<GetLogsAlertDefinitionLogsRatioThresholdUndetectedValuesManagement>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    denominatorAlias string
    (String) The alias for the denominator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    denominators GetLogsAlertDefinitionLogsRatioThresholdDenominator[]
    (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
    evaluationDelayMs number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    groupByFor string
    (String) The group by settings for the numerator and denominator filters.

    • Constraints: Allowable values are: both_or_unspecified, numerator_only, denumerator_only.
    ignoreInfinity boolean
    (Boolean) Ignore infinity values in the alert.
    notificationPayloadFilters string[]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    numeratorAlias string
    (String) The alias for the numerator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    numerators GetLogsAlertDefinitionLogsRatioThresholdNumerator[]
    (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
    rules GetLogsAlertDefinitionLogsRatioThresholdRule[]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements GetLogsAlertDefinitionLogsRatioThresholdUndetectedValuesManagement[]
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    condition_type str
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    denominator_alias str
    (String) The alias for the denominator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    denominators Sequence[GetLogsAlertDefinitionLogsRatioThresholdDenominator]
    (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
    evaluation_delay_ms float
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    group_by_for str
    (String) The group by settings for the numerator and denominator filters.

    • Constraints: Allowable values are: both_or_unspecified, numerator_only, denumerator_only.
    ignore_infinity bool
    (Boolean) Ignore infinity values in the alert.
    notification_payload_filters Sequence[str]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    numerator_alias str
    (String) The alias for the numerator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    numerators Sequence[GetLogsAlertDefinitionLogsRatioThresholdNumerator]
    (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
    rules Sequence[GetLogsAlertDefinitionLogsRatioThresholdRule]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetected_values_managements Sequence[GetLogsAlertDefinitionLogsRatioThresholdUndetectedValuesManagement]
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    denominatorAlias String
    (String) The alias for the denominator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    denominators List<Property Map>
    (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
    evaluationDelayMs Number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    groupByFor String
    (String) The group by settings for the numerator and denominator filters.

    • Constraints: Allowable values are: both_or_unspecified, numerator_only, denumerator_only.
    ignoreInfinity Boolean
    (Boolean) Ignore infinity values in the alert.
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    numeratorAlias String
    (String) The alias for the numerator filter, used for display purposes.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    numerators List<Property Map>
    (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
    rules List<Property Map>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements List<Property Map>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:

    GetLogsAlertDefinitionLogsRatioThresholdDenominator

    SimpleFilters List<GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    SimpleFilters []GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilter
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilter[]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simple_filters Sequence[GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilter]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<Property Map>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:

    GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilter

    LabelFilters List<GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    LabelFilters []GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilter
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilter[]
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. 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_filters Sequence[GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilter]
    (List) The label filters to filter logs. Nested schema for label_filters:
    lucene_query str
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<Property Map>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

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

    GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilter

    ApplicationNames List<GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities List<string>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames List<GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    ApplicationNames []GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterApplicationName
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities []string
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames []GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterSubsystemName
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterApplicationName[]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities string[]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterSubsystemName[]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    application_names Sequence[GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterApplicationName]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities Sequence[str]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystem_names Sequence[GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterSubsystemName]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<Property Map>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<Property Map>
    (List) Filter by subsystem names.

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

    GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterApplicationName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterSubsystemName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsRatioThresholdNumerator

    SimpleFilters List<GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    SimpleFilters []GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilter
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilter[]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simple_filters Sequence[GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilter]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<Property Map>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:

    GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilter

    LabelFilters List<GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    LabelFilters []GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilter
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilter[]
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. 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_filters Sequence[GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilter]
    (List) The label filters to filter logs. Nested schema for label_filters:
    lucene_query str
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<Property Map>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

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

    GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilter

    ApplicationNames List<GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities List<string>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames List<GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    ApplicationNames []GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterApplicationName
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities []string
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames []GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterSubsystemName
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterApplicationName[]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities string[]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterSubsystemName[]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    application_names Sequence[GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterApplicationName]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities Sequence[str]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystem_names Sequence[GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterSubsystemName]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<Property Map>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<Property Map>
    (List) Filter by subsystem names.

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

    GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterApplicationName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterSubsystemName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsRatioThresholdRule

    Conditions List<GetLogsAlertDefinitionLogsRatioThresholdRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Overrides List<GetLogsAlertDefinitionLogsRatioThresholdRuleOverride>
    (List) The override settings for the alert. Nested schema for override:
    Conditions []GetLogsAlertDefinitionLogsRatioThresholdRuleCondition
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Overrides []GetLogsAlertDefinitionLogsRatioThresholdRuleOverride
    (List) The override settings for the alert. Nested schema for override:
    conditions List<GetLogsAlertDefinitionLogsRatioThresholdRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides List<GetLogsAlertDefinitionLogsRatioThresholdRuleOverride>
    (List) The override settings for the alert. Nested schema for override:
    conditions GetLogsAlertDefinitionLogsRatioThresholdRuleCondition[]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides GetLogsAlertDefinitionLogsRatioThresholdRuleOverride[]
    (List) The override settings for the alert. Nested schema for override:
    conditions Sequence[GetLogsAlertDefinitionLogsRatioThresholdRuleCondition]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides Sequence[GetLogsAlertDefinitionLogsRatioThresholdRuleOverride]
    (List) The override settings for the alert. Nested schema for override:
    conditions List<Property Map>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides List<Property Map>
    (List) The override settings for the alert. Nested schema for override:

    GetLogsAlertDefinitionLogsRatioThresholdRuleCondition

    Threshold double
    (Float) The threshold value for the alert condition.
    TimeWindows List<GetLogsAlertDefinitionLogsRatioThresholdRuleConditionTimeWindow>
    (List) The time window for the unique count alert. Nested schema for time_window:
    Threshold float64
    (Float) The threshold value for the alert condition.
    TimeWindows []GetLogsAlertDefinitionLogsRatioThresholdRuleConditionTimeWindow
    (List) The time window for the unique count alert. Nested schema for time_window:
    threshold Double
    (Float) The threshold value for the alert condition.
    timeWindows List<GetLogsAlertDefinitionLogsRatioThresholdRuleConditionTimeWindow>
    (List) The time window for the unique count alert. Nested schema for time_window:
    threshold number
    (Float) The threshold value for the alert condition.
    timeWindows GetLogsAlertDefinitionLogsRatioThresholdRuleConditionTimeWindow[]
    (List) The time window for the unique count alert. Nested schema for time_window:
    threshold float
    (Float) The threshold value for the alert condition.
    time_windows Sequence[GetLogsAlertDefinitionLogsRatioThresholdRuleConditionTimeWindow]
    (List) The time window for the unique count alert. Nested schema for time_window:
    threshold Number
    (Float) The threshold value for the alert condition.
    timeWindows List<Property Map>
    (List) The time window for the unique count alert. Nested schema for time_window:

    GetLogsAlertDefinitionLogsRatioThresholdRuleConditionTimeWindow

    LogsRatioTimeWindowSpecificValue string
    (String) Specifies the time window for the ratio alert.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    LogsRatioTimeWindowSpecificValue string
    (String) Specifies the time window for the ratio alert.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logsRatioTimeWindowSpecificValue String
    (String) Specifies the time window for the ratio alert.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logsRatioTimeWindowSpecificValue string
    (String) Specifies the time window for the ratio alert.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logs_ratio_time_window_specific_value str
    (String) Specifies the time window for the ratio alert.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logsRatioTimeWindowSpecificValue String
    (String) Specifies the time window for the ratio alert.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.

    GetLogsAlertDefinitionLogsRatioThresholdRuleOverride

    Priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    Priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority String
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority str
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority String
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.

    GetLogsAlertDefinitionLogsRatioThresholdUndetectedValuesManagement

    AutoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    TriggerUndetectedValues bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    AutoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    TriggerUndetectedValues bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe String
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues Boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    auto_retire_timeframe str
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    trigger_undetected_values bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe String
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues Boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.

    GetLogsAlertDefinitionLogsThreshold

    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    EvaluationDelayMs double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    LogsFilters List<GetLogsAlertDefinitionLogsThresholdLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    NotificationPayloadFilters List<string>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Rules List<GetLogsAlertDefinitionLogsThresholdRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    UndetectedValuesManagements List<GetLogsAlertDefinitionLogsThresholdUndetectedValuesManagement>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    EvaluationDelayMs float64
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    LogsFilters []GetLogsAlertDefinitionLogsThresholdLogsFilter
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    NotificationPayloadFilters []string
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Rules []GetLogsAlertDefinitionLogsThresholdRule
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    UndetectedValuesManagements []GetLogsAlertDefinitionLogsThresholdUndetectedValuesManagement
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs Double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    logsFilters List<GetLogsAlertDefinitionLogsThresholdLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules List<GetLogsAlertDefinitionLogsThresholdRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements List<GetLogsAlertDefinitionLogsThresholdUndetectedValuesManagement>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    logsFilters GetLogsAlertDefinitionLogsThresholdLogsFilter[]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters string[]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules GetLogsAlertDefinitionLogsThresholdRule[]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements GetLogsAlertDefinitionLogsThresholdUndetectedValuesManagement[]
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    condition_type str
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluation_delay_ms float
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    logs_filters Sequence[GetLogsAlertDefinitionLogsThresholdLogsFilter]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notification_payload_filters Sequence[str]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules Sequence[GetLogsAlertDefinitionLogsThresholdRule]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetected_values_managements Sequence[GetLogsAlertDefinitionLogsThresholdUndetectedValuesManagement]
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs Number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    logsFilters List<Property Map>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules List<Property Map>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements List<Property Map>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:

    GetLogsAlertDefinitionLogsThresholdLogsFilter

    SimpleFilters List<GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    SimpleFilters []GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilter
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilter[]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simple_filters Sequence[GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilter]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<Property Map>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:

    GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilter

    LabelFilters List<GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    LabelFilters []GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilter
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilter[]
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. 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_filters Sequence[GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilter]
    (List) The label filters to filter logs. Nested schema for label_filters:
    lucene_query str
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<Property Map>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

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

    GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilter

    ApplicationNames List<GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities List<string>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames List<GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    ApplicationNames []GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterApplicationName
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities []string
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames []GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterSubsystemName
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterApplicationName[]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities string[]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterSubsystemName[]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    application_names Sequence[GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterApplicationName]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities Sequence[str]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystem_names Sequence[GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterSubsystemName]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<Property Map>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<Property Map>
    (List) Filter by subsystem names.

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

    GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterApplicationName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterSubsystemName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsThresholdRule

    Conditions List<GetLogsAlertDefinitionLogsThresholdRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Overrides List<GetLogsAlertDefinitionLogsThresholdRuleOverride>
    (List) The override settings for the alert. Nested schema for override:
    Conditions []GetLogsAlertDefinitionLogsThresholdRuleCondition
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Overrides []GetLogsAlertDefinitionLogsThresholdRuleOverride
    (List) The override settings for the alert. Nested schema for override:
    conditions List<GetLogsAlertDefinitionLogsThresholdRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides List<GetLogsAlertDefinitionLogsThresholdRuleOverride>
    (List) The override settings for the alert. Nested schema for override:
    conditions GetLogsAlertDefinitionLogsThresholdRuleCondition[]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides GetLogsAlertDefinitionLogsThresholdRuleOverride[]
    (List) The override settings for the alert. Nested schema for override:
    conditions Sequence[GetLogsAlertDefinitionLogsThresholdRuleCondition]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides Sequence[GetLogsAlertDefinitionLogsThresholdRuleOverride]
    (List) The override settings for the alert. Nested schema for override:
    conditions List<Property Map>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides List<Property Map>
    (List) The override settings for the alert. Nested schema for override:

    GetLogsAlertDefinitionLogsThresholdRuleCondition

    Threshold double
    (Float) The threshold value for the alert condition.
    TimeWindows List<GetLogsAlertDefinitionLogsThresholdRuleConditionTimeWindow>
    (List) The time window for the unique count alert. Nested schema for time_window:
    Threshold float64
    (Float) The threshold value for the alert condition.
    TimeWindows []GetLogsAlertDefinitionLogsThresholdRuleConditionTimeWindow
    (List) The time window for the unique count alert. Nested schema for time_window:
    threshold Double
    (Float) The threshold value for the alert condition.
    timeWindows List<GetLogsAlertDefinitionLogsThresholdRuleConditionTimeWindow>
    (List) The time window for the unique count alert. Nested schema for time_window:
    threshold number
    (Float) The threshold value for the alert condition.
    timeWindows GetLogsAlertDefinitionLogsThresholdRuleConditionTimeWindow[]
    (List) The time window for the unique count alert. Nested schema for time_window:
    threshold float
    (Float) The threshold value for the alert condition.
    time_windows Sequence[GetLogsAlertDefinitionLogsThresholdRuleConditionTimeWindow]
    (List) The time window for the unique count alert. Nested schema for time_window:
    threshold Number
    (Float) The threshold value for the alert condition.
    timeWindows List<Property Map>
    (List) The time window for the unique count alert. Nested schema for time_window:

    GetLogsAlertDefinitionLogsThresholdRuleConditionTimeWindow

    LogsTimeWindowSpecificValue string
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    LogsTimeWindowSpecificValue string
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logsTimeWindowSpecificValue String
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logsTimeWindowSpecificValue string
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logs_time_window_specific_value str
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.
    logsTimeWindowSpecificValue String
    (String) The time window defined for an alert to be triggered.

    • Constraints: Allowable values are: minutes_5_or_unspecified, minutes_10, minutes_20, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, hours_36.

    GetLogsAlertDefinitionLogsThresholdRuleOverride

    Priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    Priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority String
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority str
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority String
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.

    GetLogsAlertDefinitionLogsThresholdUndetectedValuesManagement

    AutoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    TriggerUndetectedValues bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    AutoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    TriggerUndetectedValues bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe String
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues Boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    auto_retire_timeframe str
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    trigger_undetected_values bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe String
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues Boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.

    GetLogsAlertDefinitionLogsTimeRelativeThreshold

    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    EvaluationDelayMs double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    IgnoreInfinity bool
    (Boolean) Ignore infinity values in the alert.
    LogsFilters List<GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    NotificationPayloadFilters List<string>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Rules List<GetLogsAlertDefinitionLogsTimeRelativeThresholdRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    UndetectedValuesManagements List<GetLogsAlertDefinitionLogsTimeRelativeThresholdUndetectedValuesManagement>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    EvaluationDelayMs float64
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    IgnoreInfinity bool
    (Boolean) Ignore infinity values in the alert.
    LogsFilters []GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilter
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    NotificationPayloadFilters []string
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Rules []GetLogsAlertDefinitionLogsTimeRelativeThresholdRule
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    UndetectedValuesManagements []GetLogsAlertDefinitionLogsTimeRelativeThresholdUndetectedValuesManagement
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs Double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    ignoreInfinity Boolean
    (Boolean) Ignore infinity values in the alert.
    logsFilters List<GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules List<GetLogsAlertDefinitionLogsTimeRelativeThresholdRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements List<GetLogsAlertDefinitionLogsTimeRelativeThresholdUndetectedValuesManagement>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    ignoreInfinity boolean
    (Boolean) Ignore infinity values in the alert.
    logsFilters GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilter[]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters string[]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules GetLogsAlertDefinitionLogsTimeRelativeThresholdRule[]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements GetLogsAlertDefinitionLogsTimeRelativeThresholdUndetectedValuesManagement[]
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    condition_type str
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluation_delay_ms float
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    ignore_infinity bool
    (Boolean) Ignore infinity values in the alert.
    logs_filters Sequence[GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilter]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notification_payload_filters Sequence[str]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules Sequence[GetLogsAlertDefinitionLogsTimeRelativeThresholdRule]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetected_values_managements Sequence[GetLogsAlertDefinitionLogsTimeRelativeThresholdUndetectedValuesManagement]
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs Number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    ignoreInfinity Boolean
    (Boolean) Ignore infinity values in the alert.
    logsFilters List<Property Map>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules List<Property Map>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements List<Property Map>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:

    GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilter

    SimpleFilters List<GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    SimpleFilters []GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilter
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilter[]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simple_filters Sequence[GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilter]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<Property Map>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:

    GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilter

    LabelFilters List<GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    LabelFilters []GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilter
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilter[]
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. 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_filters Sequence[GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilter]
    (List) The label filters to filter logs. Nested schema for label_filters:
    lucene_query str
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<Property Map>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

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

    GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilter

    ApplicationNames List<GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities List<string>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames List<GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    ApplicationNames []GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterApplicationName
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities []string
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames []GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterSubsystemName
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterApplicationName[]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities string[]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterSubsystemName[]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    application_names Sequence[GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterApplicationName]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities Sequence[str]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystem_names Sequence[GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterSubsystemName]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<Property Map>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<Property Map>
    (List) Filter by subsystem names.

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

    GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterApplicationName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterSubsystemName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsTimeRelativeThresholdRule

    Conditions List<GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Overrides List<GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleOverride>
    (List) The override settings for the alert. Nested schema for override:
    Conditions []GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleCondition
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Overrides []GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleOverride
    (List) The override settings for the alert. Nested schema for override:
    conditions List<GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides List<GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleOverride>
    (List) The override settings for the alert. Nested schema for override:
    conditions GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleCondition[]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleOverride[]
    (List) The override settings for the alert. Nested schema for override:
    conditions Sequence[GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleCondition]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides Sequence[GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleOverride]
    (List) The override settings for the alert. Nested schema for override:
    conditions List<Property Map>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides List<Property Map>
    (List) The override settings for the alert. Nested schema for override:

    GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleCondition

    ComparedTo string
    (String) The time frame to compare the current value against.

    • Constraints: Allowable values are: previous_hour_or_unspecified, same_hour_yesterday, same_hour_last_week, yesterday, same_day_last_week, same_day_last_month.
    Threshold double
    (Float) The threshold value for the alert condition.
    ComparedTo string
    (String) The time frame to compare the current value against.

    • Constraints: Allowable values are: previous_hour_or_unspecified, same_hour_yesterday, same_hour_last_week, yesterday, same_day_last_week, same_day_last_month.
    Threshold float64
    (Float) The threshold value for the alert condition.
    comparedTo String
    (String) The time frame to compare the current value against.

    • Constraints: Allowable values are: previous_hour_or_unspecified, same_hour_yesterday, same_hour_last_week, yesterday, same_day_last_week, same_day_last_month.
    threshold Double
    (Float) The threshold value for the alert condition.
    comparedTo string
    (String) The time frame to compare the current value against.

    • Constraints: Allowable values are: previous_hour_or_unspecified, same_hour_yesterday, same_hour_last_week, yesterday, same_day_last_week, same_day_last_month.
    threshold number
    (Float) The threshold value for the alert condition.
    compared_to str
    (String) The time frame to compare the current value against.

    • Constraints: Allowable values are: previous_hour_or_unspecified, same_hour_yesterday, same_hour_last_week, yesterday, same_day_last_week, same_day_last_month.
    threshold float
    (Float) The threshold value for the alert condition.
    comparedTo String
    (String) The time frame to compare the current value against.

    • Constraints: Allowable values are: previous_hour_or_unspecified, same_hour_yesterday, same_hour_last_week, yesterday, same_day_last_week, same_day_last_month.
    threshold Number
    (Float) The threshold value for the alert condition.

    GetLogsAlertDefinitionLogsTimeRelativeThresholdRuleOverride

    Priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    Priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority String
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority str
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority String
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.

    GetLogsAlertDefinitionLogsTimeRelativeThresholdUndetectedValuesManagement

    AutoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    TriggerUndetectedValues bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    AutoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    TriggerUndetectedValues bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe String
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues Boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    auto_retire_timeframe str
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    trigger_undetected_values bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe String
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues Boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.

    GetLogsAlertDefinitionLogsUniqueCount

    LogsFilters List<GetLogsAlertDefinitionLogsUniqueCountLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    MaxUniqueCountPerGroupByKey string
    (String) The maximum unique count per group by key.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    NotificationPayloadFilters List<string>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Rules List<GetLogsAlertDefinitionLogsUniqueCountRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    UniqueCountKeypath string
    (String) The keypath in the logs to be used for unique count.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    LogsFilters []GetLogsAlertDefinitionLogsUniqueCountLogsFilter
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    MaxUniqueCountPerGroupByKey string
    (String) The maximum unique count per group by key.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    NotificationPayloadFilters []string
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Rules []GetLogsAlertDefinitionLogsUniqueCountRule
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    UniqueCountKeypath string
    (String) The keypath in the logs to be used for unique count.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    logsFilters List<GetLogsAlertDefinitionLogsUniqueCountLogsFilter>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    maxUniqueCountPerGroupByKey String
    (String) The maximum unique count per group by key.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules List<GetLogsAlertDefinitionLogsUniqueCountRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    uniqueCountKeypath String
    (String) The keypath in the logs to be used for unique count.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    logsFilters GetLogsAlertDefinitionLogsUniqueCountLogsFilter[]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    maxUniqueCountPerGroupByKey string
    (String) The maximum unique count per group by key.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    notificationPayloadFilters string[]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules GetLogsAlertDefinitionLogsUniqueCountRule[]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    uniqueCountKeypath string
    (String) The keypath in the logs to be used for unique count.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    logs_filters Sequence[GetLogsAlertDefinitionLogsUniqueCountLogsFilter]
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    max_unique_count_per_group_by_key str
    (String) The maximum unique count per group by key.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    notification_payload_filters Sequence[str]
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules Sequence[GetLogsAlertDefinitionLogsUniqueCountRule]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    unique_count_keypath str
    (String) The keypath in the logs to be used for unique count.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    logsFilters List<Property Map>
    (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
    maxUniqueCountPerGroupByKey String
    (String) The maximum unique count per group by key.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    notificationPayloadFilters List<String>
    (List) The filter to specify which fields are included in the notification payload.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    rules List<Property Map>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    uniqueCountKeypath String
    (String) The keypath in the logs to be used for unique count.

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

    GetLogsAlertDefinitionLogsUniqueCountLogsFilter

    SimpleFilters List<GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    SimpleFilters []GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilter
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilter>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilter[]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simple_filters Sequence[GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilter]
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
    simpleFilters List<Property Map>
    (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:

    GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilter

    LabelFilters List<GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    LabelFilters []GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilter
    (List) The label filters to filter logs. Nested schema for label_filters:
    LuceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilter>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilter[]
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery string
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. 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_filters Sequence[GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilter]
    (List) The label filters to filter logs. Nested schema for label_filters:
    lucene_query str
    (String) The Lucene query to filter logs.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    labelFilters List<Property Map>
    (List) The label filters to filter logs. Nested schema for label_filters:
    luceneQuery String
    (String) The Lucene query to filter logs.

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

    GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilter

    ApplicationNames List<GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities List<string>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames List<GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    ApplicationNames []GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterApplicationName
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    Severities []string
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    SubsystemNames []GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterSubsystemName
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterApplicationName>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterSubsystemName>
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterApplicationName[]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities string[]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterSubsystemName[]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    application_names Sequence[GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterApplicationName]
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities Sequence[str]
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystem_names Sequence[GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterSubsystemName]
    (List) Filter by subsystem names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for subsystem_name:
    applicationNames List<Property Map>
    (List) Filter by application names.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for application_name:
    severities List<String>
    (List) Filter by log severities.

    • Constraints: Allowable list items are: verbose_unspecified, debug, info, warning, error, critical. The maximum length is 4096 items. The minimum length is 0 items.
    subsystemNames List<Property Map>
    (List) Filter by subsystem names.

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

    GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterApplicationName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterSubsystemName

    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    Operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    Value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation string
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value string
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation str
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value str
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.
    operation String
    (String) The operation to perform on the label value.

    • Constraints: Allowable values are: is_or_unspecified, includes, ends_with, starts_with.
    value String
    (String) The value used to filter the label.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^.*$/.

    GetLogsAlertDefinitionLogsUniqueCountRule

    Conditions List<GetLogsAlertDefinitionLogsUniqueCountRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Conditions []GetLogsAlertDefinitionLogsUniqueCountRuleCondition
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions List<GetLogsAlertDefinitionLogsUniqueCountRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions GetLogsAlertDefinitionLogsUniqueCountRuleCondition[]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions Sequence[GetLogsAlertDefinitionLogsUniqueCountRuleCondition]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions List<Property Map>
    (List) The condition for the metric threshold alert. Nested schema for condition:

    GetLogsAlertDefinitionLogsUniqueCountRuleCondition

    MaxUniqueCount string
    (String) The maximum unique count for the alert condition.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    TimeWindows List<GetLogsAlertDefinitionLogsUniqueCountRuleConditionTimeWindow>
    (List) The time window for the unique count alert. Nested schema for time_window:
    MaxUniqueCount string
    (String) The maximum unique count for the alert condition.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    TimeWindows []GetLogsAlertDefinitionLogsUniqueCountRuleConditionTimeWindow
    (List) The time window for the unique count alert. Nested schema for time_window:
    maxUniqueCount String
    (String) The maximum unique count for the alert condition.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    timeWindows List<GetLogsAlertDefinitionLogsUniqueCountRuleConditionTimeWindow>
    (List) The time window for the unique count alert. Nested schema for time_window:
    maxUniqueCount string
    (String) The maximum unique count for the alert condition.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    timeWindows GetLogsAlertDefinitionLogsUniqueCountRuleConditionTimeWindow[]
    (List) The time window for the unique count alert. Nested schema for time_window:
    max_unique_count str
    (String) The maximum unique count for the alert condition.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    time_windows Sequence[GetLogsAlertDefinitionLogsUniqueCountRuleConditionTimeWindow]
    (List) The time window for the unique count alert. Nested schema for time_window:
    maxUniqueCount String
    (String) The maximum unique count for the alert condition.

    • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
    timeWindows List<Property Map>
    (List) The time window for the unique count alert. Nested schema for time_window:

    GetLogsAlertDefinitionLogsUniqueCountRuleConditionTimeWindow

    LogsUniqueValueTimeWindowSpecificValue string
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: minute_1_or_unspecified, minutes_15, minutes_20, minutes_30, hours_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_5, minutes_10, hours_36.
    LogsUniqueValueTimeWindowSpecificValue string
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: minute_1_or_unspecified, minutes_15, minutes_20, minutes_30, hours_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_5, minutes_10, hours_36.
    logsUniqueValueTimeWindowSpecificValue String
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: minute_1_or_unspecified, minutes_15, minutes_20, minutes_30, hours_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_5, minutes_10, hours_36.
    logsUniqueValueTimeWindowSpecificValue string
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: minute_1_or_unspecified, minutes_15, minutes_20, minutes_30, hours_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_5, minutes_10, hours_36.
    logs_unique_value_time_window_specific_value str
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: minute_1_or_unspecified, minutes_15, minutes_20, minutes_30, hours_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_5, minutes_10, hours_36.
    logsUniqueValueTimeWindowSpecificValue String
    (String) A time window defined by a specific value.

    • Constraints: Allowable values are: minute_1_or_unspecified, minutes_15, minutes_20, minutes_30, hours_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_5, minutes_10, hours_36.

    GetLogsAlertDefinitionMetricAnomaly

    AnomalyAlertSettings List<GetLogsAlertDefinitionMetricAnomalyAnomalyAlertSetting>
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    EvaluationDelayMs double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    MetricFilters List<GetLogsAlertDefinitionMetricAnomalyMetricFilter>
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    Rules List<GetLogsAlertDefinitionMetricAnomalyRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    AnomalyAlertSettings []GetLogsAlertDefinitionMetricAnomalyAnomalyAlertSetting
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    EvaluationDelayMs float64
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    MetricFilters []GetLogsAlertDefinitionMetricAnomalyMetricFilter
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    Rules []GetLogsAlertDefinitionMetricAnomalyRule
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    anomalyAlertSettings List<GetLogsAlertDefinitionMetricAnomalyAnomalyAlertSetting>
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs Double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    metricFilters List<GetLogsAlertDefinitionMetricAnomalyMetricFilter>
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    rules List<GetLogsAlertDefinitionMetricAnomalyRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    anomalyAlertSettings GetLogsAlertDefinitionMetricAnomalyAnomalyAlertSetting[]
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    conditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    metricFilters GetLogsAlertDefinitionMetricAnomalyMetricFilter[]
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    rules GetLogsAlertDefinitionMetricAnomalyRule[]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    anomaly_alert_settings Sequence[GetLogsAlertDefinitionMetricAnomalyAnomalyAlertSetting]
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    condition_type str
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluation_delay_ms float
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    metric_filters Sequence[GetLogsAlertDefinitionMetricAnomalyMetricFilter]
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    rules Sequence[GetLogsAlertDefinitionMetricAnomalyRule]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    anomalyAlertSettings List<Property Map>
    (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs Number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    metricFilters List<Property Map>
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    rules List<Property Map>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:

    GetLogsAlertDefinitionMetricAnomalyAnomalyAlertSetting

    PercentageOfDeviation double
    (Float) The percentage of deviation from the baseline when the alert is triggered.
    PercentageOfDeviation float64
    (Float) The percentage of deviation from the baseline when the alert is triggered.
    percentageOfDeviation Double
    (Float) The percentage of deviation from the baseline when the alert is triggered.
    percentageOfDeviation number
    (Float) The percentage of deviation from the baseline when the alert is triggered.
    percentage_of_deviation float
    (Float) The percentage of deviation from the baseline when the alert is triggered.
    percentageOfDeviation Number
    (Float) The percentage of deviation from the baseline when the alert is triggered.

    GetLogsAlertDefinitionMetricAnomalyMetricFilter

    Promql string
    (String) The filter is a PromQL expression.

    • Constraints: The maximum length is 4096 characters. 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 string
    (String) The filter is a PromQL expression.

    • Constraints: The maximum length is 4096 characters. 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 String
    (String) The filter is a PromQL expression.

    • Constraints: The maximum length is 4096 characters. 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 string
    (String) The filter is a PromQL expression.

    • Constraints: The maximum length is 4096 characters. 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 str
    (String) The filter is a PromQL expression.

    • Constraints: The maximum length is 4096 characters. 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 String
    (String) The filter is a PromQL expression.

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

    GetLogsAlertDefinitionMetricAnomalyRule

    Conditions List<GetLogsAlertDefinitionMetricAnomalyRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Conditions []GetLogsAlertDefinitionMetricAnomalyRuleCondition
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions List<GetLogsAlertDefinitionMetricAnomalyRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions GetLogsAlertDefinitionMetricAnomalyRuleCondition[]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions Sequence[GetLogsAlertDefinitionMetricAnomalyRuleCondition]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    conditions List<Property Map>
    (List) The condition for the metric threshold alert. Nested schema for condition:

    GetLogsAlertDefinitionMetricAnomalyRuleCondition

    ForOverPct double
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    MinNonNullValuesPct double
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    OfTheLasts List<GetLogsAlertDefinitionMetricAnomalyRuleConditionOfTheLast>
    (List) The time window for the alert condition. Nested schema for of_the_last:
    Threshold double
    (Float) The threshold value for the alert condition.
    ForOverPct float64
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    MinNonNullValuesPct float64
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    OfTheLasts []GetLogsAlertDefinitionMetricAnomalyRuleConditionOfTheLast
    (List) The time window for the alert condition. Nested schema for of_the_last:
    Threshold float64
    (Float) The threshold value for the alert condition.
    forOverPct Double
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    minNonNullValuesPct Double
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ofTheLasts List<GetLogsAlertDefinitionMetricAnomalyRuleConditionOfTheLast>
    (List) The time window for the alert condition. Nested schema for of_the_last:
    threshold Double
    (Float) The threshold value for the alert condition.
    forOverPct number
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    minNonNullValuesPct number
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ofTheLasts GetLogsAlertDefinitionMetricAnomalyRuleConditionOfTheLast[]
    (List) The time window for the alert condition. Nested schema for of_the_last:
    threshold number
    (Float) The threshold value for the alert condition.
    for_over_pct float
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    min_non_null_values_pct float
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    of_the_lasts Sequence[GetLogsAlertDefinitionMetricAnomalyRuleConditionOfTheLast]
    (List) The time window for the alert condition. Nested schema for of_the_last:
    threshold float
    (Float) The threshold value for the alert condition.
    forOverPct Number
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    minNonNullValuesPct Number
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ofTheLasts List<Property Map>
    (List) The time window for the alert condition. Nested schema for of_the_last:
    threshold Number
    (Float) The threshold value for the alert condition.

    GetLogsAlertDefinitionMetricAnomalyRuleConditionOfTheLast

    MetricTimeWindowDynamicDuration string
    (String) The time window as a dynamic value.

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

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.
    MetricTimeWindowDynamicDuration string
    (String) The time window as a dynamic value.

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

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.
    metricTimeWindowDynamicDuration String
    (String) The time window as a dynamic value.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    metricTimeWindowSpecificValue String
    (String) The time window as a specific value.

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.
    metricTimeWindowDynamicDuration string
    (String) The time window as a dynamic value.

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

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.
    metric_time_window_dynamic_duration str
    (String) The time window as a dynamic value.

    • Constraints: The maximum length is 4096 characters. 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_time_window_specific_value str
    (String) The time window as a specific value.

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.
    metricTimeWindowDynamicDuration String
    (String) The time window as a dynamic value.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    metricTimeWindowSpecificValue String
    (String) The time window as a specific value.

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.

    GetLogsAlertDefinitionMetricThreshold

    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    EvaluationDelayMs double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    MetricFilters List<GetLogsAlertDefinitionMetricThresholdMetricFilter>
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    MissingValues List<GetLogsAlertDefinitionMetricThresholdMissingValue>
    (List) Configuration for handling missing values in the alert. Only one of replace_with_zero or min_non_null_value_pct is supported. Nested schema for missing_values:
    Rules List<GetLogsAlertDefinitionMetricThresholdRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    UndetectedValuesManagements List<GetLogsAlertDefinitionMetricThresholdUndetectedValuesManagement>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    ConditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    EvaluationDelayMs float64
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    MetricFilters []GetLogsAlertDefinitionMetricThresholdMetricFilter
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    MissingValues []GetLogsAlertDefinitionMetricThresholdMissingValue
    (List) Configuration for handling missing values in the alert. Only one of replace_with_zero or min_non_null_value_pct is supported. Nested schema for missing_values:
    Rules []GetLogsAlertDefinitionMetricThresholdRule
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    UndetectedValuesManagements []GetLogsAlertDefinitionMetricThresholdUndetectedValuesManagement
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs Double
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    metricFilters List<GetLogsAlertDefinitionMetricThresholdMetricFilter>
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    missingValues List<GetLogsAlertDefinitionMetricThresholdMissingValue>
    (List) Configuration for handling missing values in the alert. Only one of replace_with_zero or min_non_null_value_pct is supported. Nested schema for missing_values:
    rules List<GetLogsAlertDefinitionMetricThresholdRule>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements List<GetLogsAlertDefinitionMetricThresholdUndetectedValuesManagement>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType string
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    metricFilters GetLogsAlertDefinitionMetricThresholdMetricFilter[]
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    missingValues GetLogsAlertDefinitionMetricThresholdMissingValue[]
    (List) Configuration for handling missing values in the alert. Only one of replace_with_zero or min_non_null_value_pct is supported. Nested schema for missing_values:
    rules GetLogsAlertDefinitionMetricThresholdRule[]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements GetLogsAlertDefinitionMetricThresholdUndetectedValuesManagement[]
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    condition_type str
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluation_delay_ms float
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    metric_filters Sequence[GetLogsAlertDefinitionMetricThresholdMetricFilter]
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    missing_values Sequence[GetLogsAlertDefinitionMetricThresholdMissingValue]
    (List) Configuration for handling missing values in the alert. Only one of replace_with_zero or min_non_null_value_pct is supported. Nested schema for missing_values:
    rules Sequence[GetLogsAlertDefinitionMetricThresholdRule]
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetected_values_managements Sequence[GetLogsAlertDefinitionMetricThresholdUndetectedValuesManagement]
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
    conditionType String
    (String) The type of the alert condition.

    • Constraints: Allowable values are: more_than_or_unspecified, less_than, more_than_or_equals, less_than_or_equals.
    evaluationDelayMs Number
    (Integer) The delay in milliseconds before evaluating the alert condition.

    • Constraints: The maximum value is 2147483647. The minimum value is 0.
    metricFilters List<Property Map>
    (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
    missingValues List<Property Map>
    (List) Configuration for handling missing values in the alert. Only one of replace_with_zero or min_non_null_value_pct is supported. Nested schema for missing_values:
    rules List<Property Map>
    (List) The condition rules for the metric threshold alert.

    • Constraints: The maximum length is 5 items. The minimum length is 1 item. Nested schema for rules:
    undetectedValuesManagements List<Property Map>
    (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:

    GetLogsAlertDefinitionMetricThresholdMetricFilter

    Promql string
    (String) The filter is a PromQL expression.

    • Constraints: The maximum length is 4096 characters. 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 string
    (String) The filter is a PromQL expression.

    • Constraints: The maximum length is 4096 characters. 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 String
    (String) The filter is a PromQL expression.

    • Constraints: The maximum length is 4096 characters. 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 string
    (String) The filter is a PromQL expression.

    • Constraints: The maximum length is 4096 characters. 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 str
    (String) The filter is a PromQL expression.

    • Constraints: The maximum length is 4096 characters. 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 String
    (String) The filter is a PromQL expression.

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

    GetLogsAlertDefinitionMetricThresholdMissingValue

    MinNonNullValuesPct double
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ReplaceWithZero bool
    (Boolean) If set to true, missing values will be replaced with zero.
    MinNonNullValuesPct float64
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ReplaceWithZero bool
    (Boolean) If set to true, missing values will be replaced with zero.
    minNonNullValuesPct Double
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    replaceWithZero Boolean
    (Boolean) If set to true, missing values will be replaced with zero.
    minNonNullValuesPct number
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    replaceWithZero boolean
    (Boolean) If set to true, missing values will be replaced with zero.
    min_non_null_values_pct float
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    replace_with_zero bool
    (Boolean) If set to true, missing values will be replaced with zero.
    minNonNullValuesPct Number
    (Integer) If set, specifies the minimum percentage of non-null values required for the alert to be triggered.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    replaceWithZero Boolean
    (Boolean) If set to true, missing values will be replaced with zero.

    GetLogsAlertDefinitionMetricThresholdRule

    Conditions List<GetLogsAlertDefinitionMetricThresholdRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Overrides List<GetLogsAlertDefinitionMetricThresholdRuleOverride>
    (List) The override settings for the alert. Nested schema for override:
    Conditions []GetLogsAlertDefinitionMetricThresholdRuleCondition
    (List) The condition for the metric threshold alert. Nested schema for condition:
    Overrides []GetLogsAlertDefinitionMetricThresholdRuleOverride
    (List) The override settings for the alert. Nested schema for override:
    conditions List<GetLogsAlertDefinitionMetricThresholdRuleCondition>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides List<GetLogsAlertDefinitionMetricThresholdRuleOverride>
    (List) The override settings for the alert. Nested schema for override:
    conditions GetLogsAlertDefinitionMetricThresholdRuleCondition[]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides GetLogsAlertDefinitionMetricThresholdRuleOverride[]
    (List) The override settings for the alert. Nested schema for override:
    conditions Sequence[GetLogsAlertDefinitionMetricThresholdRuleCondition]
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides Sequence[GetLogsAlertDefinitionMetricThresholdRuleOverride]
    (List) The override settings for the alert. Nested schema for override:
    conditions List<Property Map>
    (List) The condition for the metric threshold alert. Nested schema for condition:
    overrides List<Property Map>
    (List) The override settings for the alert. Nested schema for override:

    GetLogsAlertDefinitionMetricThresholdRuleCondition

    ForOverPct double
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    OfTheLasts List<GetLogsAlertDefinitionMetricThresholdRuleConditionOfTheLast>
    (List) The time window for the alert condition. Nested schema for of_the_last:
    Threshold double
    (Float) The threshold value for the alert condition.
    ForOverPct float64
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    OfTheLasts []GetLogsAlertDefinitionMetricThresholdRuleConditionOfTheLast
    (List) The time window for the alert condition. Nested schema for of_the_last:
    Threshold float64
    (Float) The threshold value for the alert condition.
    forOverPct Double
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ofTheLasts List<GetLogsAlertDefinitionMetricThresholdRuleConditionOfTheLast>
    (List) The time window for the alert condition. Nested schema for of_the_last:
    threshold Double
    (Float) The threshold value for the alert condition.
    forOverPct number
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ofTheLasts GetLogsAlertDefinitionMetricThresholdRuleConditionOfTheLast[]
    (List) The time window for the alert condition. Nested schema for of_the_last:
    threshold number
    (Float) The threshold value for the alert condition.
    for_over_pct float
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    of_the_lasts Sequence[GetLogsAlertDefinitionMetricThresholdRuleConditionOfTheLast]
    (List) The time window for the alert condition. Nested schema for of_the_last:
    threshold float
    (Float) The threshold value for the alert condition.
    forOverPct Number
    (Integer) The percentage of values that must exceed the threshold to trigger the alert.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    ofTheLasts List<Property Map>
    (List) The time window for the alert condition. Nested schema for of_the_last:
    threshold Number
    (Float) The threshold value for the alert condition.

    GetLogsAlertDefinitionMetricThresholdRuleConditionOfTheLast

    MetricTimeWindowDynamicDuration string
    (String) The time window as a dynamic value.

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

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.
    MetricTimeWindowDynamicDuration string
    (String) The time window as a dynamic value.

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

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.
    metricTimeWindowDynamicDuration String
    (String) The time window as a dynamic value.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    metricTimeWindowSpecificValue String
    (String) The time window as a specific value.

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.
    metricTimeWindowDynamicDuration string
    (String) The time window as a dynamic value.

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

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.
    metric_time_window_dynamic_duration str
    (String) The time window as a dynamic value.

    • Constraints: The maximum length is 4096 characters. 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_time_window_specific_value str
    (String) The time window as a specific value.

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.
    metricTimeWindowDynamicDuration String
    (String) The time window as a dynamic value.

    • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression /^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
    metricTimeWindowSpecificValue String
    (String) The time window as a specific value.

    • Constraints: Allowable values are: minutes_1_or_unspecified, minutes_5, minutes_10, minutes_15, minutes_30, hour_1, hours_2, hours_4, hours_6, hours_12, hours_24, minutes_20, hours_36.

    GetLogsAlertDefinitionMetricThresholdRuleOverride

    Priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    Priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority String
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority string
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority str
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.
    priority String
    (String) The priority of the alert definition.

    • Constraints: Allowable values are: p5_or_unspecified, p4, p3, p2, p1.

    GetLogsAlertDefinitionMetricThresholdUndetectedValuesManagement

    AutoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    TriggerUndetectedValues bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    AutoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    TriggerUndetectedValues bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe String
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues Boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe string
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    auto_retire_timeframe str
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    trigger_undetected_values bool
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
    autoRetireTimeframe String
    (String) The timeframe for auto-retiring the alert when undetected values are detected.

    • Constraints: Allowable values are: never_or_unspecified, minutes_5, minutes_10, hour_1, hours_2, hours_6, hours_12, hours_24.
    triggerUndetectedValues Boolean
    (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.

    GetLogsAlertDefinitionNotificationGroup

    GroupByKeys List<string>
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Webhooks List<GetLogsAlertDefinitionNotificationGroupWebhook>
    (List) The settings for webhooks associated with the alert definition.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for webhooks:
    GroupByKeys []string
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    Webhooks []GetLogsAlertDefinitionNotificationGroupWebhook
    (List) The settings for webhooks associated with the alert definition.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for webhooks:
    groupByKeys List<String>
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    webhooks List<GetLogsAlertDefinitionNotificationGroupWebhook>
    (List) The settings for webhooks associated with the alert definition.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for webhooks:
    groupByKeys string[]
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    webhooks GetLogsAlertDefinitionNotificationGroupWebhook[]
    (List) The settings for webhooks associated with the alert definition.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for webhooks:
    group_by_keys Sequence[str]
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    webhooks Sequence[GetLogsAlertDefinitionNotificationGroupWebhook]
    (List) The settings for webhooks associated with the alert definition.

    • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for webhooks:
    groupByKeys List<String>
    (List) Group the alerts by these keys.

    • Constraints: The list items must match regular expression /^[a-zA-Z0-9_.]+$/. The maximum length is 4096 items. The minimum length is 0 items.
    webhooks List<Property Map>
    (List) The settings for webhooks associated with the alert definition.

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

    GetLogsAlertDefinitionNotificationGroupWebhook

    Integrations List<GetLogsAlertDefinitionNotificationGroupWebhookIntegration>
    (List) The integration type for webhook notifications. Nested schema for integration:
    Minutes double
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    NotifyOn string
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.
    Integrations []GetLogsAlertDefinitionNotificationGroupWebhookIntegration
    (List) The integration type for webhook notifications. Nested schema for integration:
    Minutes float64
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    NotifyOn string
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.
    integrations List<GetLogsAlertDefinitionNotificationGroupWebhookIntegration>
    (List) The integration type for webhook notifications. Nested schema for integration:
    minutes Double
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    notifyOn String
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.
    integrations GetLogsAlertDefinitionNotificationGroupWebhookIntegration[]
    (List) The integration type for webhook notifications. Nested schema for integration:
    minutes number
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    notifyOn string
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.
    integrations Sequence[GetLogsAlertDefinitionNotificationGroupWebhookIntegration]
    (List) The integration type for webhook notifications. Nested schema for integration:
    minutes float
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    notify_on str
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.
    integrations List<Property Map>
    (List) The integration type for webhook notifications. Nested schema for integration:
    minutes Number
    (Integer) The time in minutes before the notification is sent.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    notifyOn String
    (String) Indicate if the alert should be triggered or triggered and resolved.

    • Constraints: Allowable values are: triggered_only_unspecified, triggered_and_resolved.

    GetLogsAlertDefinitionNotificationGroupWebhookIntegration

    IntegrationId double
    (Integer) The integration ID for the notification.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    IntegrationId float64
    (Integer) The integration ID for the notification.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    integrationId Double
    (Integer) The integration ID for the notification.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    integrationId number
    (Integer) The integration ID for the notification.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    integration_id float
    (Integer) The integration ID for the notification.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.
    integrationId Number
    (Integer) The integration ID for the notification.

    • Constraints: The maximum value is 4294967295. The minimum value is 0.

    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.85.0-beta0 published on Wednesday, Oct 29, 2025 by ibm-cloud
      Meet Neo: Your AI Platform Teammate