ibm 1.85.0-beta0 published on Wednesday, Oct 29, 2025 by ibm-cloud
ibm.getLogsAlertDefinitions
Start a Neo task
Explain and create an ibm.getLogsAlertDefinitions resource
Provides a read-only data source to retrieve information about logs_alert_definitions. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const logsAlertDefinitions = ibm.getLogsAlertDefinitions({
instanceId: "470e285d-3354-44f8-8119-c91902d23",
region: "eu-gb",
});
import pulumi
import pulumi_ibm as ibm
logs_alert_definitions = ibm.get_logs_alert_definitions(instance_id="470e285d-3354-44f8-8119-c91902d23",
region="eu-gb")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetLogsAlertDefinitions(ctx, &ibm.GetLogsAlertDefinitionsArgs{
InstanceId: "470e285d-3354-44f8-8119-c91902d23",
Region: pulumi.StringRef("eu-gb"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var logsAlertDefinitions = Ibm.GetLogsAlertDefinitions.Invoke(new()
{
InstanceId = "470e285d-3354-44f8-8119-c91902d23",
Region = "eu-gb",
});
});
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.GetLogsAlertDefinitionsArgs;
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 logsAlertDefinitions = IbmFunctions.getLogsAlertDefinitions(GetLogsAlertDefinitionsArgs.builder()
.instanceId("470e285d-3354-44f8-8119-c91902d23")
.region("eu-gb")
.build());
}
}
variables:
logsAlertDefinitions:
fn::invoke:
function: ibm:getLogsAlertDefinitions
arguments:
instanceId: 470e285d-3354-44f8-8119-c91902d23
region: eu-gb
Using getLogsAlertDefinitions
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 getLogsAlertDefinitions(args: GetLogsAlertDefinitionsArgs, opts?: InvokeOptions): Promise<GetLogsAlertDefinitionsResult>
function getLogsAlertDefinitionsOutput(args: GetLogsAlertDefinitionsOutputArgs, opts?: InvokeOptions): Output<GetLogsAlertDefinitionsResult>def get_logs_alert_definitions(endpoint_type: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLogsAlertDefinitionsResult
def get_logs_alert_definitions_output(endpoint_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLogsAlertDefinitionsResult]func GetLogsAlertDefinitions(ctx *Context, args *GetLogsAlertDefinitionsArgs, opts ...InvokeOption) (*GetLogsAlertDefinitionsResult, error)
func GetLogsAlertDefinitionsOutput(ctx *Context, args *GetLogsAlertDefinitionsOutputArgs, opts ...InvokeOption) GetLogsAlertDefinitionsResultOutput> Note: This function is named GetLogsAlertDefinitions in the Go SDK.
public static class GetLogsAlertDefinitions
{
public static Task<GetLogsAlertDefinitionsResult> InvokeAsync(GetLogsAlertDefinitionsArgs args, InvokeOptions? opts = null)
public static Output<GetLogsAlertDefinitionsResult> Invoke(GetLogsAlertDefinitionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLogsAlertDefinitionsResult> getLogsAlertDefinitions(GetLogsAlertDefinitionsArgs args, InvokeOptions options)
public static Output<GetLogsAlertDefinitionsResult> getLogsAlertDefinitions(GetLogsAlertDefinitionsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getLogsAlertDefinitions:getLogsAlertDefinitions
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Cloud Logs Instance GUID.
- Endpoint
Type string - Id string
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- Region string
- Cloud Logs Instance Region.
- Instance
Id string - Cloud Logs Instance GUID.
- Endpoint
Type string - Id string
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- Region string
- Cloud Logs Instance Region.
- instance
Id String - Cloud Logs Instance GUID.
- endpoint
Type String - id String
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- region String
- Cloud Logs Instance Region.
- instance
Id string - Cloud Logs Instance GUID.
- endpoint
Type string - id string
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- region string
- Cloud Logs Instance Region.
- instance_
id str - Cloud Logs Instance GUID.
- endpoint_
type str - id str
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- region str
- Cloud Logs Instance Region.
- instance
Id String - Cloud Logs Instance GUID.
- endpoint
Type String - id String
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- region String
- Cloud Logs Instance Region.
getLogsAlertDefinitions Result
The following output properties are available:
- Alert
Definitions List<GetLogs Alert Definitions Alert Definition> - (List) List of alert definitions.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for alert_definitions:
- Constraints: The maximum length is
- Id string
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- Instance
Id string - Region string
- Endpoint
Type string
- Alert
Definitions []GetLogs Alert Definitions Alert Definition - (List) List of alert definitions.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for alert_definitions:
- Constraints: The maximum length is
- Id string
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- Instance
Id string - Region string
- Endpoint
Type string
- alert
Definitions List<GetLogs Alert Definitions Alert Definition> - (List) List of alert definitions.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for alert_definitions:
- Constraints: The maximum length is
- id String
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- instance
Id String - region String
- endpoint
Type String
- alert
Definitions GetLogs Alert Definitions Alert Definition[] - (List) List of alert definitions.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for alert_definitions:
- Constraints: The maximum length is
- id string
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- instance
Id string - region string
- endpoint
Type string
- alert_
definitions Sequence[GetLogs Alert Definitions Alert Definition] - (List) List of alert definitions.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for alert_definitions:
- Constraints: The maximum length is
- id str
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- instance_
id str - region str
- endpoint_
type str
- alert
Definitions List<Property Map> - (List) List of alert definitions.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for alert_definitions:
- Constraints: The maximum length is
- id String
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- instance
Id String - region String
- endpoint
Type String
Supporting Types
GetLogsAlertDefinitionsAlertDefinition
- Active
Ons List<GetLogs Alert Definitions Alert Definition Active On> - (List) Defining when the alert is active. Nested schema for active_on:
- Alert
Version stringId - (String) The previous or old alert ID.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- Created
Time 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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Enabled bool
- (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
- Entity
Labels Dictionary<string, string> - (Map) Labels used to identify and categorize the alert entity.
- Flows
List<Get
Logs Alert Definitions Alert Definition Flow> - (List) Configuration for flow alerts. Nested schema for flow:
- Group
By List<string>Keys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Id string
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- Incidents
Settings List<GetLogs Alert Definitions Alert Definition Incidents Setting> - (List) Incident creation and management settings. Nested schema for incidents_settings:
- Logs
Anomalies List<GetLogs Alert Definitions Alert Definition Logs Anomaly> - (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
- Logs
Immediates List<GetLogs Alert Definitions Alert Definition Logs Immediate> - (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
- Logs
New List<GetValues Logs Alert Definitions Alert Definition Logs New Value> - (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
- Logs
Ratio List<GetThresholds Logs Alert Definitions Alert Definition Logs Ratio Threshold> - (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
- Logs
Thresholds List<GetLogs Alert Definitions Alert Definition Logs Threshold> - (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
- Logs
Time List<GetRelative Thresholds Logs Alert Definitions Alert Definition Logs Time Relative Threshold> - (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
- Logs
Unique List<GetCounts Logs Alert Definitions Alert Definition Logs Unique Count> - (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
- Metric
Anomalies List<GetLogs Alert Definitions Alert Definition Metric Anomaly> - (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
- Metric
Thresholds List<GetLogs Alert Definitions Alert Definition Metric Threshold> - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Notification
Groups List<GetLogs Alert Definitions Alert Definition Notification Group> - (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 string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- 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.
- Constraints: Allowable values are:
- Updated
Time string - (String) The time when the alert definition was last updated.
- Active
Ons []GetLogs Alert Definitions Alert Definition Active On - (List) Defining when the alert is active. Nested schema for active_on:
- Alert
Version stringId - (String) The previous or old alert ID.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- Created
Time 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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Enabled bool
- (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
- Entity
Labels map[string]string - (Map) Labels used to identify and categorize the alert entity.
- Flows
[]Get
Logs Alert Definitions Alert Definition Flow - (List) Configuration for flow alerts. Nested schema for flow:
- Group
By []stringKeys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Id string
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- Incidents
Settings []GetLogs Alert Definitions Alert Definition Incidents Setting - (List) Incident creation and management settings. Nested schema for incidents_settings:
- Logs
Anomalies []GetLogs Alert Definitions Alert Definition Logs Anomaly - (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
- Logs
Immediates []GetLogs Alert Definitions Alert Definition Logs Immediate - (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
- Logs
New []GetValues Logs Alert Definitions Alert Definition Logs New Value - (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
- Logs
Ratio []GetThresholds Logs Alert Definitions Alert Definition Logs Ratio Threshold - (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
- Logs
Thresholds []GetLogs Alert Definitions Alert Definition Logs Threshold - (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
- Logs
Time []GetRelative Thresholds Logs Alert Definitions Alert Definition Logs Time Relative Threshold - (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
- Logs
Unique []GetCounts Logs Alert Definitions Alert Definition Logs Unique Count - (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
- Metric
Anomalies []GetLogs Alert Definitions Alert Definition Metric Anomaly - (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
- Metric
Thresholds []GetLogs Alert Definitions Alert Definition Metric Threshold - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Notification
Groups []GetLogs Alert Definitions Alert Definition Notification Group - (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 string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- 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.
- Constraints: Allowable values are:
- Updated
Time string - (String) The time when the alert definition was last updated.
- active
Ons List<GetLogs Alert Definitions Alert Definition Active On> - (List) Defining when the alert is active. Nested schema for active_on:
- alert
Version StringId - (String) The previous or old alert ID.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- created
Time 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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- enabled Boolean
- (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
- entity
Labels Map<String,String> - (Map) Labels used to identify and categorize the alert entity.
- flows
List<Get
Logs Alert Definitions Alert Definition Flow> - (List) Configuration for flow alerts. Nested schema for flow:
- group
By List<String>Keys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- id String
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- incidents
Settings List<GetLogs Alert Definitions Alert Definition Incidents Setting> - (List) Incident creation and management settings. Nested schema for incidents_settings:
- logs
Anomalies List<GetLogs Alert Definitions Alert Definition Logs Anomaly> - (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
- logs
Immediates List<GetLogs Alert Definitions Alert Definition Logs Immediate> - (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
- logs
New List<GetValues Logs Alert Definitions Alert Definition Logs New Value> - (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
- logs
Ratio List<GetThresholds Logs Alert Definitions Alert Definition Logs Ratio Threshold> - (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
- logs
Thresholds List<GetLogs Alert Definitions Alert Definition Logs Threshold> - (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
- logs
Time List<GetRelative Thresholds Logs Alert Definitions Alert Definition Logs Time Relative Threshold> - (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
- logs
Unique List<GetCounts Logs Alert Definitions Alert Definition Logs Unique Count> - (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
- metric
Anomalies List<GetLogs Alert Definitions Alert Definition Metric Anomaly> - (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
- metric
Thresholds List<GetLogs Alert Definitions Alert Definition Metric Threshold> - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- notification
Groups List<GetLogs Alert Definitions Alert Definition Notification Group> - (List) Primary notification group for alert events. Nested schema for notification_group:
- phantom
Mode 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.
- Constraints: Allowable values are:
- 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.
- Constraints: Allowable values are:
- updated
Time String - (String) The time when the alert definition was last updated.
- active
Ons GetLogs Alert Definitions Alert Definition Active On[] - (List) Defining when the alert is active. Nested schema for active_on:
- alert
Version stringId - (String) The previous or old alert ID.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- created
Time 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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- enabled boolean
- (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
- entity
Labels {[key: string]: string} - (Map) Labels used to identify and categorize the alert entity.
- flows
Get
Logs Alert Definitions Alert Definition Flow[] - (List) Configuration for flow alerts. Nested schema for flow:
- group
By string[]Keys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- id string
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- incidents
Settings GetLogs Alert Definitions Alert Definition Incidents Setting[] - (List) Incident creation and management settings. Nested schema for incidents_settings:
- logs
Anomalies GetLogs Alert Definitions Alert Definition Logs Anomaly[] - (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
- logs
Immediates GetLogs Alert Definitions Alert Definition Logs Immediate[] - (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
- logs
New GetValues Logs Alert Definitions Alert Definition Logs New Value[] - (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
- logs
Ratio GetThresholds Logs Alert Definitions Alert Definition Logs Ratio Threshold[] - (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
- logs
Thresholds GetLogs Alert Definitions Alert Definition Logs Threshold[] - (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
- logs
Time GetRelative Thresholds Logs Alert Definitions Alert Definition Logs Time Relative Threshold[] - (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
- logs
Unique GetCounts Logs Alert Definitions Alert Definition Logs Unique Count[] - (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
- metric
Anomalies GetLogs Alert Definitions Alert Definition Metric Anomaly[] - (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
- metric
Thresholds GetLogs Alert Definitions Alert Definition Metric Threshold[] - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- notification
Groups GetLogs Alert Definitions Alert Definition Notification Group[] - (List) Primary notification group for alert events. Nested schema for notification_group:
- phantom
Mode 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.
- Constraints: Allowable values are:
- 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.
- Constraints: Allowable values are:
- updated
Time string - (String) The time when the alert definition was last updated.
- active_
ons Sequence[GetLogs Alert Definitions Alert Definition Active On] - (List) Defining when the alert is active. Nested schema for active_on:
- alert_
version_ strid - (String) The previous or old alert ID.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- 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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- 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[Get
Logs Alert Definitions Alert Definition Flow] - (List) Configuration for flow alerts. Nested schema for flow:
- group_
by_ Sequence[str]keys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- id str
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- incidents_
settings Sequence[GetLogs Alert Definitions Alert Definition Incidents Setting] - (List) Incident creation and management settings. Nested schema for incidents_settings:
- logs_
anomalies Sequence[GetLogs Alert Definitions Alert Definition Logs Anomaly] - (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
- logs_
immediates Sequence[GetLogs Alert Definitions Alert Definition Logs Immediate] - (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
- logs_
new_ Sequence[Getvalues Logs Alert Definitions Alert Definition Logs New Value] - (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
- logs_
ratio_ Sequence[Getthresholds Logs Alert Definitions Alert Definition Logs Ratio Threshold] - (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
- logs_
thresholds Sequence[GetLogs Alert Definitions Alert Definition Logs Threshold] - (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
- logs_
time_ Sequence[Getrelative_ thresholds Logs Alert Definitions Alert Definition Logs Time Relative Threshold] - (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
- logs_
unique_ Sequence[Getcounts Logs Alert Definitions Alert Definition Logs Unique Count] - (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
- metric_
anomalies Sequence[GetLogs Alert Definitions Alert Definition Metric Anomaly] - (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
- metric_
thresholds Sequence[GetLogs Alert Definitions Alert Definition Metric Threshold] - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- notification_
groups Sequence[GetLogs Alert Definitions Alert Definition Notification Group] - (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.
- Constraints: Allowable values are:
- 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.
- Constraints: Allowable values are:
- updated_
time str - (String) The time when the alert definition was last updated.
- active
Ons List<Property Map> - (List) Defining when the alert is active. Nested schema for active_on:
- alert
Version StringId - (String) The previous or old alert ID.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- created
Time 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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- enabled Boolean
- (Boolean) Whether the alert is currently active and monitoring. If true, alert is active.
- entity
Labels 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:
- group
By List<String>Keys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- id String
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- incidents
Settings List<Property Map> - (List) Incident creation and management settings. Nested schema for incidents_settings:
- logs
Anomalies List<Property Map> - (List) Configuration for the log-based anomaly detection alerts. Nested schema for logs_anomaly:
- logs
Immediates List<Property Map> - (List) Configuration for immediate log-based alerts. Nested schema for logs_immediate:
- logs
New List<Property Map>Values - (List) Configuration for alerts triggered by new log values. Nested schema for logs_new_value:
- logs
Ratio List<Property Map>Thresholds - (List) Configuration for the log-based ratio threshold alerts. Nested schema for logs_ratio_threshold:
- logs
Thresholds List<Property Map> - (List) Configuration for the log-based threshold alerts. Nested schema for logs_threshold:
- logs
Time List<Property Map>Relative Thresholds - (List) Configuration for time-relative log threshold alerts. Nested schema for logs_time_relative_threshold:
- logs
Unique List<Property Map>Counts - (List) Configuration for alerts based on unique log value counts. Nested schema for logs_unique_count:
- metric
Anomalies List<Property Map> - (List) Configuration for metric-based anomaly detection alerts. Nested schema for metric_anomaly:
- metric
Thresholds 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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- notification
Groups List<Property Map> - (List) Primary notification group for alert events. Nested schema for notification_group:
- phantom
Mode 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.
- Constraints: Allowable values are:
- 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.
- Constraints: Allowable values are:
- updated
Time String - (String) The time when the alert definition was last updated.
GetLogsAlertDefinitionsAlertDefinitionActiveOn
- Day
Of List<string>Weeks - (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 is7items. The minimum length is1item.
- Constraints: Allowable list items are:
- End
Times List<GetLogs Alert Definitions Alert Definition Active On End Time> - (List) Start time of the alert activity. Nested schema for end_time:
- Start
Times List<GetLogs Alert Definitions Alert Definition Active On Start Time> - (List) Start time of the alert activity. Nested schema for start_time:
- Day
Of []stringWeeks - (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 is7items. The minimum length is1item.
- Constraints: Allowable list items are:
- End
Times []GetLogs Alert Definitions Alert Definition Active On End Time - (List) Start time of the alert activity. Nested schema for end_time:
- Start
Times []GetLogs Alert Definitions Alert Definition Active On Start Time - (List) Start time of the alert activity. Nested schema for start_time:
- day
Of List<String>Weeks - (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 is7items. The minimum length is1item.
- Constraints: Allowable list items are:
- end
Times List<GetLogs Alert Definitions Alert Definition Active On End Time> - (List) Start time of the alert activity. Nested schema for end_time:
- start
Times List<GetLogs Alert Definitions Alert Definition Active On Start Time> - (List) Start time of the alert activity. Nested schema for start_time:
- day
Of string[]Weeks - (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 is7items. The minimum length is1item.
- Constraints: Allowable list items are:
- end
Times GetLogs Alert Definitions Alert Definition Active On End Time[] - (List) Start time of the alert activity. Nested schema for end_time:
- start
Times GetLogs Alert Definitions Alert Definition Active On Start Time[] - (List) Start time of the alert activity. Nested schema for start_time:
- day_
of_ Sequence[str]weeks - (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 is7items. The minimum length is1item.
- Constraints: Allowable list items are:
- end_
times Sequence[GetLogs Alert Definitions Alert Definition Active On End Time] - (List) Start time of the alert activity. Nested schema for end_time:
- start_
times Sequence[GetLogs Alert Definitions Alert Definition Active On Start Time] - (List) Start time of the alert activity. Nested schema for start_time:
- day
Of List<String>Weeks - (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 is7items. The minimum length is1item.
- Constraints: Allowable list items are:
- end
Times List<Property Map> - (List) Start time of the alert activity. Nested schema for end_time:
- start
Times List<Property Map> - (List) Start time of the alert activity. Nested schema for start_time:
GetLogsAlertDefinitionsAlertDefinitionActiveOnEndTime
- 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 is0.
- Constraints: The maximum value is
- Minutes double
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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 is0.
- Constraints: The maximum value is
- Minutes float64
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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 is0.
- Constraints: The maximum value is
- minutes Double
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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 is0.
- Constraints: The maximum value is
- minutes number
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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 is0.
- Constraints: The maximum value is
- minutes float
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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 is0.
- Constraints: The maximum value is
- minutes Number
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
GetLogsAlertDefinitionsAlertDefinitionActiveOnStartTime
- 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 is0.
- Constraints: The maximum value is
- Minutes double
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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 is0.
- Constraints: The maximum value is
- Minutes float64
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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 is0.
- Constraints: The maximum value is
- minutes Double
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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 is0.
- Constraints: The maximum value is
- minutes number
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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 is0.
- Constraints: The maximum value is
- minutes float
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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 is0.
- Constraints: The maximum value is
- minutes Number
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
GetLogsAlertDefinitionsAlertDefinitionFlow
- Enforce
Suppression bool - (Boolean) Whether to enforce suppression for the flow alert.
- Stages
List<Get
Logs Alert Definitions Alert Definition Flow Stage> - (List) The definition of stages of the flow alert.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for stages:
- Constraints: The maximum length is
- Enforce
Suppression bool - (Boolean) Whether to enforce suppression for the flow alert.
- Stages
[]Get
Logs Alert Definitions Alert Definition Flow Stage - (List) The definition of stages of the flow alert.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for stages:
- Constraints: The maximum length is
- enforce
Suppression Boolean - (Boolean) Whether to enforce suppression for the flow alert.
- stages
List<Get
Logs Alert Definitions Alert Definition Flow Stage> - (List) The definition of stages of the flow alert.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for stages:
- Constraints: The maximum length is
- enforce
Suppression boolean - (Boolean) Whether to enforce suppression for the flow alert.
- stages
Get
Logs Alert Definitions Alert Definition Flow Stage[] - (List) The definition of stages of the flow alert.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for stages:
- Constraints: The maximum length is
- enforce_
suppression bool - (Boolean) Whether to enforce suppression for the flow alert.
- stages
Sequence[Get
Logs Alert Definitions Alert Definition Flow Stage] - (List) The definition of stages of the flow alert.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for stages:
- Constraints: The maximum length is
- enforce
Suppression 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
4096items. The minimum length is1item. Nested schema for stages:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionFlowStage
- Flow
Stages List<GetGroups Logs Alert Definitions Alert Definition Flow Stage Flow Stages Group> - (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
- Timeframe
Ms string - (String) The timeframe for the flow alert in milliseconds.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- Timeframe
Type string - (String) The type of timeframe for the flow alert.
- Constraints: Allowable values are:
unspecified,up_to.
- Constraints: Allowable values are:
- Flow
Stages []GetGroups Logs Alert Definitions Alert Definition Flow Stage Flow Stages Group - (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
- Timeframe
Ms string - (String) The timeframe for the flow alert in milliseconds.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- Timeframe
Type string - (String) The type of timeframe for the flow alert.
- Constraints: Allowable values are:
unspecified,up_to.
- Constraints: Allowable values are:
- flow
Stages List<GetGroups Logs Alert Definitions Alert Definition Flow Stage Flow Stages Group> - (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
- timeframe
Ms String - (String) The timeframe for the flow alert in milliseconds.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- timeframe
Type String - (String) The type of timeframe for the flow alert.
- Constraints: Allowable values are:
unspecified,up_to.
- Constraints: Allowable values are:
- flow
Stages GetGroups Logs Alert Definitions Alert Definition Flow Stage Flow Stages Group[] - (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
- timeframe
Ms string - (String) The timeframe for the flow alert in milliseconds.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- timeframe
Type string - (String) The type of timeframe for the flow alert.
- Constraints: Allowable values are:
unspecified,up_to.
- Constraints: Allowable values are:
- flow_
stages_ Sequence[Getgroups Logs Alert Definitions Alert Definition Flow Stage Flow Stages Group] - (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
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- timeframe_
type str - (String) The type of timeframe for the flow alert.
- Constraints: Allowable values are:
unspecified,up_to.
- Constraints: Allowable values are:
- flow
Stages List<Property Map>Groups - (List) The definition of groups in the flow alert. Nested schema for flow_stages_groups:
- timeframe
Ms String - (String) The timeframe for the flow alert in milliseconds.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- timeframe
Type String - (String) The type of timeframe for the flow alert.
- Constraints: Allowable values are:
unspecified,up_to.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionFlowStageFlowStagesGroup
- Groups
List<Get
Logs Alert Definitions Alert Definition Flow Stage Flow Stages Group Group> - (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
4096items. The minimum length is1item. Nested schema for groups:
- Constraints: The maximum length is
- Groups
[]Get
Logs Alert Definitions Alert Definition Flow Stage Flow Stages Group Group - (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
4096items. The minimum length is1item. Nested schema for groups:
- Constraints: The maximum length is
- groups
List<Get
Logs Alert Definitions Alert Definition Flow Stage Flow Stages Group Group> - (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
4096items. The minimum length is1item. Nested schema for groups:
- Constraints: The maximum length is
- groups
Get
Logs Alert Definitions Alert Definition Flow Stage Flow Stages Group Group[] - (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
4096items. The minimum length is1item. Nested schema for groups:
- Constraints: The maximum length is
- groups
Sequence[Get
Logs Alert Definitions Alert Definition Flow Stage Flow Stages Group Group] - (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
4096items. The minimum length is1item. Nested schema for groups:
- Constraints: The maximum length is
- 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
4096items. The minimum length is1item. Nested schema for groups:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionFlowStageFlowStagesGroupGroup
- Alert
Defs List<GetLogs Alert Definitions Alert Definition Flow Stage Flow Stages Group Group Alert Def> - (List) The alert definitions for the flow stage group.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for alert_defs:
- Constraints: The maximum length is
- Alerts
Op string - (String) The logical operation to apply to the alerts in the group.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- Next
Op string - (String) The logical operation to apply to the next stage.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- Alert
Defs []GetLogs Alert Definitions Alert Definition Flow Stage Flow Stages Group Group Alert Def - (List) The alert definitions for the flow stage group.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for alert_defs:
- Constraints: The maximum length is
- Alerts
Op string - (String) The logical operation to apply to the alerts in the group.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- Next
Op string - (String) The logical operation to apply to the next stage.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- alert
Defs List<GetLogs Alert Definitions Alert Definition Flow Stage Flow Stages Group Group Alert Def> - (List) The alert definitions for the flow stage group.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for alert_defs:
- Constraints: The maximum length is
- alerts
Op String - (String) The logical operation to apply to the alerts in the group.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- next
Op String - (String) The logical operation to apply to the next stage.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- alert
Defs GetLogs Alert Definitions Alert Definition Flow Stage Flow Stages Group Group Alert Def[] - (List) The alert definitions for the flow stage group.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for alert_defs:
- Constraints: The maximum length is
- alerts
Op string - (String) The logical operation to apply to the alerts in the group.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- next
Op string - (String) The logical operation to apply to the next stage.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- alert_
defs Sequence[GetLogs Alert Definitions Alert Definition Flow Stage Flow Stages Group Group Alert Def] - (List) The alert definitions for the flow stage group.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for alert_defs:
- Constraints: The maximum length is
- alerts_
op str - (String) The logical operation to apply to the alerts in the group.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- next_
op str - (String) The logical operation to apply to the next stage.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- alert
Defs List<Property Map> - (List) The alert definitions for the flow stage group.
- Constraints: The maximum length is
4096items. The minimum length is1item. Nested schema for alert_defs:
- Constraints: The maximum length is
- alerts
Op String - (String) The logical operation to apply to the alerts in the group.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
- next
Op String - (String) The logical operation to apply to the next stage.
- Constraints: Allowable values are:
and_or_unspecified,or.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionFlowStageFlowStagesGroupGroupAlertDef
- Id string
- (String) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- 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) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- 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) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- 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) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- 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) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- 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) This is the alert definition's persistent ID (UniqueIdentifier). This ID does not change when the alert is updated.
- Constraints: The maximum length is
36characters. The minimum length is36characters. 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}$/.
- Constraints: The maximum length is
- not Boolean
- (Boolean) Whether or not to negate the alert definition. If true, flow checks for the negate condition of the respective alert.
GetLogsAlertDefinitionsAlertDefinitionIncidentsSetting
- Minutes double
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- Notify
On string - (String) Indicate if the alert should be triggered or triggered and resolved.
- Constraints: Allowable values are:
triggered_only_unspecified,triggered_and_resolved.
- Constraints: Allowable values are:
- Minutes float64
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- Notify
On string - (String) Indicate if the alert should be triggered or triggered and resolved.
- Constraints: Allowable values are:
triggered_only_unspecified,triggered_and_resolved.
- Constraints: Allowable values are:
- minutes Double
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- notify
On String - (String) Indicate if the alert should be triggered or triggered and resolved.
- Constraints: Allowable values are:
triggered_only_unspecified,triggered_and_resolved.
- Constraints: Allowable values are:
- minutes number
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- notify
On string - (String) Indicate if the alert should be triggered or triggered and resolved.
- Constraints: Allowable values are:
triggered_only_unspecified,triggered_and_resolved.
- Constraints: Allowable values are:
- minutes float
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- 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.
- Constraints: Allowable values are:
- minutes Number
- (Integer) The time in minutes before the notification is sent.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- notify
On String - (String) Indicate if the alert should be triggered or triggered and resolved.
- Constraints: Allowable values are:
triggered_only_unspecified,triggered_and_resolved.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionLogsAnomaly
- Anomaly
Alert List<GetSettings Logs Alert Definitions Alert Definition Logs Anomaly Anomaly Alert Setting> - (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
- Condition
Type 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.
- Constraints: Allowable values are:
- Evaluation
Delay doubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Logs
Filters List<GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Notification
Payload List<string>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Rules
List<Get
Logs Alert Definitions Alert Definition Logs Anomaly Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Anomaly
Alert []GetSettings Logs Alert Definitions Alert Definition Logs Anomaly Anomaly Alert Setting - (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
- Condition
Type 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.
- Constraints: Allowable values are:
- Evaluation
Delay float64Ms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Logs
Filters []GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Notification
Payload []stringFilters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Rules
[]Get
Logs Alert Definitions Alert Definition Logs Anomaly Rule - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- anomaly
Alert List<GetSettings Logs Alert Definitions Alert Definition Logs Anomaly Anomaly Alert Setting> - (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay DoubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- logs
Filters List<GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
List<Get
Logs Alert Definitions Alert Definition Logs Anomaly Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- anomaly
Alert GetSettings Logs Alert Definitions Alert Definition Logs Anomaly Anomaly Alert Setting[] - (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay numberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- logs
Filters GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter[] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload string[]Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
Get
Logs Alert Definitions Alert Definition Logs Anomaly Rule[] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- anomaly_
alert_ Sequence[Getsettings Logs Alert Definitions Alert Definition Logs Anomaly Anomaly Alert Setting] - (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.
- Constraints: Allowable values are:
- evaluation_
delay_ floatms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- logs_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification_
payload_ Sequence[str]filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
Sequence[Get
Logs Alert Definitions Alert Definition Logs Anomaly Rule] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- anomaly
Alert List<Property Map>Settings - (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay NumberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- logs
Filters List<Property Map> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules List<Property Map>
- (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsAnomalyAnomalyAlertSetting
- Percentage
Of doubleDeviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
- Percentage
Of float64Deviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
- percentage
Of DoubleDeviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
- percentage
Of numberDeviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
- percentage_
of_ floatdeviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
- percentage
Of NumberDeviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
GetLogsAlertDefinitionsAlertDefinitionLogsAnomalyLogsFilter
- Simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- Simple
Filters []GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter[] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<Property Map> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
GetLogsAlertDefinitionsAlertDefinitionLogsAnomalyLogsFilterSimpleFilter
- Label
Filters List<GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Label
Filters []GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter[] - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter] - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<Property Map> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilter
- Application
Names List<GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities List<string>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- Application
Names []GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter Application Name - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities []string
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names []GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter Subsystem Name - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter Application Name[] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities string[]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter Subsystem Name[] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter Application Name] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities Sequence[str]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Anomaly Logs Filter Simple Filter Label Filter Subsystem Name] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<Property Map> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<Property Map> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterApplicationName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilterSubsystemName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsAnomalyRule
- Conditions
List<Get
Logs Alert Definitions Alert Definition Logs Anomaly Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- Conditions
[]Get
Logs Alert Definitions Alert Definition Logs Anomaly Rule Condition - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
List<Get
Logs Alert Definitions Alert Definition Logs Anomaly Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
Get
Logs Alert Definitions Alert Definition Logs Anomaly Rule Condition[] - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
Sequence[Get
Logs Alert Definitions Alert Definition Logs Anomaly Rule Condition] - (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:
GetLogsAlertDefinitionsAlertDefinitionLogsAnomalyRuleCondition
- Minimum
Threshold double - (Float) The threshold value for the alert condition.
- Time
Windows List<GetLogs Alert Definitions Alert Definition Logs Anomaly Rule Condition Time Window> - (List) The time window for the unique count alert. Nested schema for time_window:
- Minimum
Threshold float64 - (Float) The threshold value for the alert condition.
- Time
Windows []GetLogs Alert Definitions Alert Definition Logs Anomaly Rule Condition Time Window - (List) The time window for the unique count alert. Nested schema for time_window:
- minimum
Threshold Double - (Float) The threshold value for the alert condition.
- time
Windows List<GetLogs Alert Definitions Alert Definition Logs Anomaly Rule Condition Time Window> - (List) The time window for the unique count alert. Nested schema for time_window:
- minimum
Threshold number - (Float) The threshold value for the alert condition.
- time
Windows GetLogs Alert Definitions Alert Definition Logs Anomaly Rule Condition Time Window[] - (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[GetLogs Alert Definitions Alert Definition Logs Anomaly Rule Condition Time Window] - (List) The time window for the unique count alert. Nested schema for time_window:
- minimum
Threshold Number - (Float) The threshold value for the alert condition.
- time
Windows List<Property Map> - (List) The time window for the unique count alert. Nested schema for time_window:
GetLogsAlertDefinitionsAlertDefinitionLogsAnomalyRuleConditionTimeWindow
- Logs
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- Logs
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- logs
Time StringWindow Specific Value - (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.
- Constraints: Allowable values are:
- logs
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- logs_
time_ strwindow_ specific_ value - (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.
- Constraints: Allowable values are:
- logs
Time StringWindow Specific Value - (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.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionLogsImmediate
- Logs
Filters List<GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Notification
Payload List<string>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Logs
Filters []GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Notification
Payload []stringFilters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- logs
Filters List<GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- logs
Filters GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter[] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload string[]Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- logs_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification_
payload_ Sequence[str]filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- logs
Filters List<Property Map> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
GetLogsAlertDefinitionsAlertDefinitionLogsImmediateLogsFilter
- Simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- Simple
Filters []GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter[] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<Property Map> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
GetLogsAlertDefinitionsAlertDefinitionLogsImmediateLogsFilterSimpleFilter
- Label
Filters List<GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Label
Filters []GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter[] - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter] - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<Property Map> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilter
- Application
Names List<GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities List<string>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- Application
Names []GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter Application Name - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities []string
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names []GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter Subsystem Name - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter Application Name[] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities string[]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter Subsystem Name[] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter Application Name] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities Sequence[str]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Immediate Logs Filter Simple Filter Label Filter Subsystem Name] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<Property Map> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<Property Map> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterApplicationName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilterSubsystemName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsNewValue
- Logs
Filters List<GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Notification
Payload List<string>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Rules
List<Get
Logs Alert Definitions Alert Definition Logs New Value Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Logs
Filters []GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Notification
Payload []stringFilters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Rules
[]Get
Logs Alert Definitions Alert Definition Logs New Value Rule - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- logs
Filters List<GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
List<Get
Logs Alert Definitions Alert Definition Logs New Value Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- logs
Filters GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter[] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload string[]Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
Get
Logs Alert Definitions Alert Definition Logs New Value Rule[] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- logs_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification_
payload_ Sequence[str]filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
Sequence[Get
Logs Alert Definitions Alert Definition Logs New Value Rule] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- logs
Filters List<Property Map> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules List<Property Map>
- (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsNewValueLogsFilter
- Simple
Filters List<GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- Simple
Filters []GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter[] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<Property Map> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
GetLogsAlertDefinitionsAlertDefinitionLogsNewValueLogsFilterSimpleFilter
- Label
Filters List<GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Label
Filters []GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter[] - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter] - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<Property Map> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilter
- Application
Names List<GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities List<string>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- Application
Names []GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter Application Name - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities []string
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names []GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter Subsystem Name - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter Application Name[] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities string[]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter Subsystem Name[] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application_
names Sequence[GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter Application Name] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities Sequence[str]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem_
names Sequence[GetLogs Alert Definitions Alert Definition Logs New Value Logs Filter Simple Filter Label Filter Subsystem Name] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<Property Map> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<Property Map> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterApplicationName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilterSubsystemName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsNewValueRule
- Conditions
List<Get
Logs Alert Definitions Alert Definition Logs New Value Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- Conditions
[]Get
Logs Alert Definitions Alert Definition Logs New Value Rule Condition - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
List<Get
Logs Alert Definitions Alert Definition Logs New Value Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
Get
Logs Alert Definitions Alert Definition Logs New Value Rule Condition[] - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
Sequence[Get
Logs Alert Definitions Alert Definition Logs New Value Rule Condition] - (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:
GetLogsAlertDefinitionsAlertDefinitionLogsNewValueRuleCondition
- Keypath
To stringTrack - (String) The keypath to track for new values.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Time
Windows List<GetLogs Alert Definitions Alert Definition Logs New Value Rule Condition Time Window> - (List) The time window for the unique count alert. Nested schema for time_window:
- Keypath
To stringTrack - (String) The keypath to track for new values.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Time
Windows []GetLogs Alert Definitions Alert Definition Logs New Value Rule Condition Time Window - (List) The time window for the unique count alert. Nested schema for time_window:
- keypath
To StringTrack - (String) The keypath to track for new values.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- time
Windows List<GetLogs Alert Definitions Alert Definition Logs New Value Rule Condition Time Window> - (List) The time window for the unique count alert. Nested schema for time_window:
- keypath
To stringTrack - (String) The keypath to track for new values.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- time
Windows GetLogs Alert Definitions Alert Definition Logs New Value Rule Condition Time Window[] - (List) The time window for the unique count alert. Nested schema for time_window:
- keypath_
to_ strtrack - (String) The keypath to track for new values.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- time_
windows Sequence[GetLogs Alert Definitions Alert Definition Logs New Value Rule Condition Time Window] - (List) The time window for the unique count alert. Nested schema for time_window:
- keypath
To StringTrack - (String) The keypath to track for new values.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- time
Windows List<Property Map> - (List) The time window for the unique count alert. Nested schema for time_window:
GetLogsAlertDefinitionsAlertDefinitionLogsNewValueRuleConditionTimeWindow
- Logs
New stringValue Time Window Specific Value - (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.
- Constraints: Allowable values are:
- Logs
New stringValue Time Window Specific Value - (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.
- Constraints: Allowable values are:
- logs
New StringValue Time Window Specific Value - (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.
- Constraints: Allowable values are:
- logs
New stringValue Time Window Specific Value - (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.
- Constraints: Allowable values are:
- logs_
new_ strvalue_ time_ window_ specific_ value - (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.
- Constraints: Allowable values are:
- logs
New StringValue Time Window Specific Value - (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.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThreshold
- Condition
Type 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.
- Constraints: Allowable values are:
- Denominator
Alias string - (String) The alias for the denominator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Denominators
List<Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Denominator> - (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
- Evaluation
Delay doubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Group
By stringFor - (String) The group by settings for the numerator and denominator filters.
- Constraints: Allowable values are:
both_or_unspecified,numerator_only,denumerator_only.
- Constraints: Allowable values are:
- Ignore
Infinity bool - (Boolean) Ignore infinity values in the alert.
- Notification
Payload List<string>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Numerator
Alias string - (String) The alias for the numerator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Numerators
List<Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Numerator> - (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
- Rules
List<Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Undetected
Values List<GetManagements Logs Alert Definitions Alert Definition Logs Ratio Threshold Undetected Values Management> - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- Condition
Type 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.
- Constraints: Allowable values are:
- Denominator
Alias string - (String) The alias for the denominator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Denominators
[]Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Denominator - (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
- Evaluation
Delay float64Ms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Group
By stringFor - (String) The group by settings for the numerator and denominator filters.
- Constraints: Allowable values are:
both_or_unspecified,numerator_only,denumerator_only.
- Constraints: Allowable values are:
- Ignore
Infinity bool - (Boolean) Ignore infinity values in the alert.
- Notification
Payload []stringFilters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Numerator
Alias string - (String) The alias for the numerator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Numerators
[]Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Numerator - (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
- Rules
[]Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Undetected
Values []GetManagements Logs Alert Definitions Alert Definition Logs Ratio Threshold Undetected Values Management - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- denominator
Alias String - (String) The alias for the denominator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- denominators
List<Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Denominator> - (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
- evaluation
Delay DoubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- group
By StringFor - (String) The group by settings for the numerator and denominator filters.
- Constraints: Allowable values are:
both_or_unspecified,numerator_only,denumerator_only.
- Constraints: Allowable values are:
- ignore
Infinity Boolean - (Boolean) Ignore infinity values in the alert.
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- numerator
Alias String - (String) The alias for the numerator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- numerators
List<Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Numerator> - (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
- rules
List<Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values List<GetManagements Logs Alert Definitions Alert Definition Logs Ratio Threshold Undetected Values Management> - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- denominator
Alias string - (String) The alias for the denominator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- denominators
Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Denominator[] - (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
- evaluation
Delay numberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- group
By stringFor - (String) The group by settings for the numerator and denominator filters.
- Constraints: Allowable values are:
both_or_unspecified,numerator_only,denumerator_only.
- Constraints: Allowable values are:
- ignore
Infinity boolean - (Boolean) Ignore infinity values in the alert.
- notification
Payload string[]Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- numerator
Alias string - (String) The alias for the numerator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- numerators
Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Numerator[] - (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
- rules
Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule[] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values GetManagements Logs Alert Definitions Alert Definition Logs Ratio Threshold Undetected Values Management[] - (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.
- Constraints: Allowable values are:
- denominator_
alias str - (String) The alias for the denominator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- denominators
Sequence[Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Denominator] - (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
- evaluation_
delay_ floatms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- group_
by_ strfor - (String) The group by settings for the numerator and denominator filters.
- Constraints: Allowable values are:
both_or_unspecified,numerator_only,denumerator_only.
- Constraints: Allowable values are:
- ignore_
infinity bool - (Boolean) Ignore infinity values in the alert.
- notification_
payload_ Sequence[str]filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- numerator_
alias str - (String) The alias for the numerator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- numerators
Sequence[Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Numerator] - (List) The filter to match log entries for immediate alerts. Nested schema for numerator:
- rules
Sequence[Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected_
values_ Sequence[Getmanagements Logs Alert Definitions Alert Definition Logs Ratio Threshold Undetected Values Management] - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- denominator
Alias String - (String) The alias for the denominator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- denominators List<Property Map>
- (List) The filter to match log entries for immediate alerts. Nested schema for denominator:
- evaluation
Delay NumberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- group
By StringFor - (String) The group by settings for the numerator and denominator filters.
- Constraints: Allowable values are:
both_or_unspecified,numerator_only,denumerator_only.
- Constraints: Allowable values are:
- ignore
Infinity Boolean - (Boolean) Ignore infinity values in the alert.
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- numerator
Alias String - (String) The alias for the numerator filter, used for display purposes.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- 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
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values List<Property Map>Managements - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdDenominator
- Simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- Simple
Filters []GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter[] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<Property Map> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilter
- Label
Filters List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Label
Filters []GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter[] - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter] - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<Property Map> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilter
- Application
Names List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities List<string>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- Application
Names []GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter Application Name - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities []string
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names []GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter Subsystem Name - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter Application Name[] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities string[]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter Subsystem Name[] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter Application Name] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities Sequence[str]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Denominator Simple Filter Label Filter Subsystem Name] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<Property Map> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<Property Map> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterApplicationName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilterSubsystemName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdNumerator
- Simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- Simple
Filters []GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter[] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<Property Map> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilter
- Label
Filters List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Label
Filters []GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter[] - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter] - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<Property Map> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilter
- Application
Names List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities List<string>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- Application
Names []GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter Application Name - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities []string
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names []GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter Subsystem Name - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter Application Name[] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities string[]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter Subsystem Name[] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter Application Name] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities Sequence[str]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Numerator Simple Filter Label Filter Subsystem Name] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<Property Map> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<Property Map> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterApplicationName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilterSubsystemName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdRule
- Conditions
List<Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- Overrides
List<Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule Override> - (List) The override settings for the alert. Nested schema for override:
- Conditions
[]Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule Condition - (List) The condition for the metric threshold alert. Nested schema for condition:
- Overrides
[]Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule Override - (List) The override settings for the alert. Nested schema for override:
- conditions
List<Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
List<Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule Override> - (List) The override settings for the alert. Nested schema for override:
- conditions
Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule Condition[] - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule Override[] - (List) The override settings for the alert. Nested schema for override:
- conditions
Sequence[Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule Condition] - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
Sequence[Get
Logs Alert Definitions Alert Definition Logs Ratio Threshold Rule Override] - (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:
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdRuleCondition
- Threshold double
- (Float) The threshold value for the alert condition.
- Time
Windows List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Rule Condition Time Window> - (List) The time window for the unique count alert. Nested schema for time_window:
- Threshold float64
- (Float) The threshold value for the alert condition.
- Time
Windows []GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Rule Condition Time Window - (List) The time window for the unique count alert. Nested schema for time_window:
- threshold Double
- (Float) The threshold value for the alert condition.
- time
Windows List<GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Rule Condition Time Window> - (List) The time window for the unique count alert. Nested schema for time_window:
- threshold number
- (Float) The threshold value for the alert condition.
- time
Windows GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Rule Condition Time Window[] - (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[GetLogs Alert Definitions Alert Definition Logs Ratio Threshold Rule Condition Time Window] - (List) The time window for the unique count alert. Nested schema for time_window:
- threshold Number
- (Float) The threshold value for the alert condition.
- time
Windows List<Property Map> - (List) The time window for the unique count alert. Nested schema for time_window:
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdRuleConditionTimeWindow
- Logs
Ratio stringTime Window Specific Value - (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.
- Constraints: Allowable values are:
- Logs
Ratio stringTime Window Specific Value - (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.
- Constraints: Allowable values are:
- logs
Ratio StringTime Window Specific Value - (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.
- Constraints: Allowable values are:
- logs
Ratio stringTime Window Specific Value - (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.
- Constraints: Allowable values are:
- logs_
ratio_ strtime_ window_ specific_ value - (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.
- Constraints: Allowable values are:
- logs
Ratio StringTime Window Specific Value - (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.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdRuleOverride
- Priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- Priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority String
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority str
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority String
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionLogsRatioThresholdUndetectedValuesManagement
- Auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- Trigger
Undetected boolValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- Auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- Trigger
Undetected boolValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire StringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected BooleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected booleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto_
retire_ strtimeframe - (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.
- Constraints: Allowable values are:
- trigger_
undetected_ boolvalues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire StringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected BooleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
GetLogsAlertDefinitionsAlertDefinitionLogsThreshold
- Condition
Type 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.
- Constraints: Allowable values are:
- Evaluation
Delay doubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Logs
Filters List<GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Notification
Payload List<string>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Rules
List<Get
Logs Alert Definitions Alert Definition Logs Threshold Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Undetected
Values List<GetManagements Logs Alert Definitions Alert Definition Logs Threshold Undetected Values Management> - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- Condition
Type 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.
- Constraints: Allowable values are:
- Evaluation
Delay float64Ms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Logs
Filters []GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Notification
Payload []stringFilters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Rules
[]Get
Logs Alert Definitions Alert Definition Logs Threshold Rule - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Undetected
Values []GetManagements Logs Alert Definitions Alert Definition Logs Threshold Undetected Values Management - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay DoubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- logs
Filters List<GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
List<Get
Logs Alert Definitions Alert Definition Logs Threshold Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values List<GetManagements Logs Alert Definitions Alert Definition Logs Threshold Undetected Values Management> - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay numberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- logs
Filters GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter[] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload string[]Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
Get
Logs Alert Definitions Alert Definition Logs Threshold Rule[] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values GetManagements Logs Alert Definitions Alert Definition Logs Threshold Undetected Values Management[] - (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.
- Constraints: Allowable values are:
- evaluation_
delay_ floatms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- logs_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification_
payload_ Sequence[str]filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
Sequence[Get
Logs Alert Definitions Alert Definition Logs Threshold Rule] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected_
values_ Sequence[Getmanagements Logs Alert Definitions Alert Definition Logs Threshold Undetected Values Management] - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay NumberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- logs
Filters List<Property Map> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules List<Property Map>
- (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values List<Property Map>Managements - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
GetLogsAlertDefinitionsAlertDefinitionLogsThresholdLogsFilter
- Simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- Simple
Filters []GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter[] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<Property Map> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
GetLogsAlertDefinitionsAlertDefinitionLogsThresholdLogsFilterSimpleFilter
- Label
Filters List<GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Label
Filters []GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter[] - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter] - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<Property Map> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilter
- Application
Names List<GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities List<string>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- Application
Names []GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter Application Name - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities []string
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names []GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter Subsystem Name - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter Application Name[] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities string[]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter Subsystem Name[] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter Application Name] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities Sequence[str]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Threshold Logs Filter Simple Filter Label Filter Subsystem Name] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<Property Map> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<Property Map> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterApplicationName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilterSubsystemName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsThresholdRule
- Conditions
List<Get
Logs Alert Definitions Alert Definition Logs Threshold Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- Overrides
List<Get
Logs Alert Definitions Alert Definition Logs Threshold Rule Override> - (List) The override settings for the alert. Nested schema for override:
- Conditions
[]Get
Logs Alert Definitions Alert Definition Logs Threshold Rule Condition - (List) The condition for the metric threshold alert. Nested schema for condition:
- Overrides
[]Get
Logs Alert Definitions Alert Definition Logs Threshold Rule Override - (List) The override settings for the alert. Nested schema for override:
- conditions
List<Get
Logs Alert Definitions Alert Definition Logs Threshold Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
List<Get
Logs Alert Definitions Alert Definition Logs Threshold Rule Override> - (List) The override settings for the alert. Nested schema for override:
- conditions
Get
Logs Alert Definitions Alert Definition Logs Threshold Rule Condition[] - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
Get
Logs Alert Definitions Alert Definition Logs Threshold Rule Override[] - (List) The override settings for the alert. Nested schema for override:
- conditions
Sequence[Get
Logs Alert Definitions Alert Definition Logs Threshold Rule Condition] - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
Sequence[Get
Logs Alert Definitions Alert Definition Logs Threshold Rule Override] - (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:
GetLogsAlertDefinitionsAlertDefinitionLogsThresholdRuleCondition
- Threshold double
- (Float) The threshold value for the alert condition.
- Time
Windows List<GetLogs Alert Definitions Alert Definition Logs Threshold Rule Condition Time Window> - (List) The time window for the unique count alert. Nested schema for time_window:
- Threshold float64
- (Float) The threshold value for the alert condition.
- Time
Windows []GetLogs Alert Definitions Alert Definition Logs Threshold Rule Condition Time Window - (List) The time window for the unique count alert. Nested schema for time_window:
- threshold Double
- (Float) The threshold value for the alert condition.
- time
Windows List<GetLogs Alert Definitions Alert Definition Logs Threshold Rule Condition Time Window> - (List) The time window for the unique count alert. Nested schema for time_window:
- threshold number
- (Float) The threshold value for the alert condition.
- time
Windows GetLogs Alert Definitions Alert Definition Logs Threshold Rule Condition Time Window[] - (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[GetLogs Alert Definitions Alert Definition Logs Threshold Rule Condition Time Window] - (List) The time window for the unique count alert. Nested schema for time_window:
- threshold Number
- (Float) The threshold value for the alert condition.
- time
Windows List<Property Map> - (List) The time window for the unique count alert. Nested schema for time_window:
GetLogsAlertDefinitionsAlertDefinitionLogsThresholdRuleConditionTimeWindow
- Logs
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- Logs
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- logs
Time StringWindow Specific Value - (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.
- Constraints: Allowable values are:
- logs
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- logs_
time_ strwindow_ specific_ value - (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.
- Constraints: Allowable values are:
- logs
Time StringWindow Specific Value - (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.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionLogsThresholdRuleOverride
- Priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- Priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority String
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority str
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority String
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionLogsThresholdUndetectedValuesManagement
- Auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- Trigger
Undetected boolValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- Auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- Trigger
Undetected boolValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire StringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected BooleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected booleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto_
retire_ strtimeframe - (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.
- Constraints: Allowable values are:
- trigger_
undetected_ boolvalues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire StringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected BooleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
GetLogsAlertDefinitionsAlertDefinitionLogsTimeRelativeThreshold
- Condition
Type 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.
- Constraints: Allowable values are:
- Evaluation
Delay doubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Ignore
Infinity bool - (Boolean) Ignore infinity values in the alert.
- Logs
Filters List<GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Notification
Payload List<string>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Rules
List<Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Undetected
Values List<GetManagements Logs Alert Definitions Alert Definition Logs Time Relative Threshold Undetected Values Management> - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- Condition
Type 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.
- Constraints: Allowable values are:
- Evaluation
Delay float64Ms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Ignore
Infinity bool - (Boolean) Ignore infinity values in the alert.
- Logs
Filters []GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Notification
Payload []stringFilters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Rules
[]Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Undetected
Values []GetManagements Logs Alert Definitions Alert Definition Logs Time Relative Threshold Undetected Values Management - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay DoubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- ignore
Infinity Boolean - (Boolean) Ignore infinity values in the alert.
- logs
Filters List<GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
List<Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values List<GetManagements Logs Alert Definitions Alert Definition Logs Time Relative Threshold Undetected Values Management> - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay numberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- ignore
Infinity boolean - (Boolean) Ignore infinity values in the alert.
- logs
Filters GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter[] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload string[]Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule[] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values GetManagements Logs Alert Definitions Alert Definition Logs Time Relative Threshold Undetected Values Management[] - (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.
- Constraints: Allowable values are:
- evaluation_
delay_ floatms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- ignore_
infinity bool - (Boolean) Ignore infinity values in the alert.
- logs_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification_
payload_ Sequence[str]filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
Sequence[Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected_
values_ Sequence[Getmanagements Logs Alert Definitions Alert Definition Logs Time Relative Threshold Undetected Values Management] - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay NumberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- ignore
Infinity Boolean - (Boolean) Ignore infinity values in the alert.
- logs
Filters List<Property Map> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules List<Property Map>
- (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values List<Property Map>Managements - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
GetLogsAlertDefinitionsAlertDefinitionLogsTimeRelativeThresholdLogsFilter
- Simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- Simple
Filters []GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter[] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<Property Map> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
GetLogsAlertDefinitionsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilter
- Label
Filters List<GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Label
Filters []GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter[] - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter] - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<Property Map> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilter
- Application
Names List<GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities List<string>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- Application
Names []GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter Application Name - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities []string
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names []GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter Subsystem Name - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter Application Name[] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities string[]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter Subsystem Name[] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter Application Name] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities Sequence[str]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filter Subsystem Name] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<Property Map> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<Property Map> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterApplicationName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilterSubsystemName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsTimeRelativeThresholdRule
- Conditions
List<Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- Overrides
List<Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule Override> - (List) The override settings for the alert. Nested schema for override:
- Conditions
[]Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule Condition - (List) The condition for the metric threshold alert. Nested schema for condition:
- Overrides
[]Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule Override - (List) The override settings for the alert. Nested schema for override:
- conditions
List<Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
List<Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule Override> - (List) The override settings for the alert. Nested schema for override:
- conditions
Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule Condition[] - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule Override[] - (List) The override settings for the alert. Nested schema for override:
- conditions
Sequence[Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule Condition] - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
Sequence[Get
Logs Alert Definitions Alert Definition Logs Time Relative Threshold Rule Override] - (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:
GetLogsAlertDefinitionsAlertDefinitionLogsTimeRelativeThresholdRuleCondition
- Compared
To 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.
- Constraints: Allowable values are:
- Threshold double
- (Float) The threshold value for the alert condition.
- Compared
To 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.
- Constraints: Allowable values are:
- Threshold float64
- (Float) The threshold value for the alert condition.
- compared
To 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.
- Constraints: Allowable values are:
- threshold Double
- (Float) The threshold value for the alert condition.
- compared
To 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.
- Constraints: Allowable values are:
- 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.
- Constraints: Allowable values are:
- threshold float
- (Float) The threshold value for the alert condition.
- compared
To 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.
- Constraints: Allowable values are:
- threshold Number
- (Float) The threshold value for the alert condition.
GetLogsAlertDefinitionsAlertDefinitionLogsTimeRelativeThresholdRuleOverride
- Priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- Priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority String
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority str
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority String
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionLogsTimeRelativeThresholdUndetectedValuesManagement
- Auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- Trigger
Undetected boolValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- Auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- Trigger
Undetected boolValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire StringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected BooleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected booleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto_
retire_ strtimeframe - (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.
- Constraints: Allowable values are:
- trigger_
undetected_ boolvalues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire StringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected BooleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
GetLogsAlertDefinitionsAlertDefinitionLogsUniqueCount
- Logs
Filters List<GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Max
Unique stringCount Per Group By Key - (String) The maximum unique count per group by key.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- Notification
Payload List<string>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Rules
List<Get
Logs Alert Definitions Alert Definition Logs Unique Count Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Unique
Count stringKeypath - (String) The keypath in the logs to be used for unique count.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Logs
Filters []GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- Max
Unique stringCount Per Group By Key - (String) The maximum unique count per group by key.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- Notification
Payload []stringFilters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Rules
[]Get
Logs Alert Definitions Alert Definition Logs Unique Count Rule - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Unique
Count stringKeypath - (String) The keypath in the logs to be used for unique count.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- logs
Filters List<GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- max
Unique StringCount Per Group By Key - (String) The maximum unique count per group by key.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
List<Get
Logs Alert Definitions Alert Definition Logs Unique Count Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- unique
Count StringKeypath - (String) The keypath in the logs to be used for unique count.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- logs
Filters GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter[] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- max
Unique stringCount Per Group By Key - (String) The maximum unique count per group by key.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- notification
Payload string[]Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
Get
Logs Alert Definitions Alert Definition Logs Unique Count Rule[] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- unique
Count stringKeypath - (String) The keypath in the logs to be used for unique count.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- logs_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter] - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- max_
unique_ strcount_ per_ group_ by_ key - (String) The maximum unique count per group by key.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- notification_
payload_ Sequence[str]filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules
Sequence[Get
Logs Alert Definitions Alert Definition Logs Unique Count Rule] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- unique_
count_ strkeypath - (String) The keypath in the logs to be used for unique count.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- logs
Filters List<Property Map> - (List) The filter to match log entries for immediate alerts. Nested schema for logs_filter:
- max
Unique StringCount Per Group By Key - (String) The maximum unique count per group by key.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- notification
Payload List<String>Filters - (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 is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- rules List<Property Map>
- (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- unique
Count StringKeypath - (String) The keypath in the logs to be used for unique count.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsUniqueCountLogsFilter
- Simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- Simple
Filters []GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter[] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter] - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
- simple
Filters List<Property Map> - (List) A simple filter that uses a Lucene query and label filters. Nested schema for simple_filter:
GetLogsAlertDefinitionsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilter
- Label
Filters List<GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Label
Filters []GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter - (List) The label filters to filter logs. Nested schema for label_filters:
- Lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter[] - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query string - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label_
filters Sequence[GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter] - (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
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- label
Filters List<Property Map> - (List) The label filters to filter logs. Nested schema for label_filters:
- lucene
Query String - (String) The Lucene query to filter logs.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilter
- Application
Names List<GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities List<string>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- Application
Names []GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter Application Name - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- Severities []string
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- Subsystem
Names []GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter Subsystem Name - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter Application Name> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter Subsystem Name> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter Application Name[] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities string[]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter Subsystem Name[] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter Application Name] - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities Sequence[str]
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem_
names Sequence[GetLogs Alert Definitions Alert Definition Logs Unique Count Logs Filter Simple Filter Label Filter Subsystem Name] - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
- application
Names List<Property Map> - (List) Filter by application names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for application_name:
- Constraints: The maximum length is
- severities List<String>
- (List) Filter by log severities.
- Constraints: Allowable list items are:
verbose_unspecified,debug,info,warning,error,critical. The maximum length is4096items. The minimum length is0items.
- Constraints: Allowable list items are:
- subsystem
Names List<Property Map> - (List) Filter by subsystem names.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for subsystem_name:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterApplicationName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilterSubsystemName
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- Operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- Value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation string
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value string
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation str
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value str
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
- operation String
- (String) The operation to perform on the label value.
- Constraints: Allowable values are:
is_or_unspecified,includes,ends_with,starts_with.
- Constraints: Allowable values are:
- value String
- (String) The value used to filter the label.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionLogsUniqueCountRule
- Conditions
List<Get
Logs Alert Definitions Alert Definition Logs Unique Count Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- Conditions
[]Get
Logs Alert Definitions Alert Definition Logs Unique Count Rule Condition - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
List<Get
Logs Alert Definitions Alert Definition Logs Unique Count Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
Get
Logs Alert Definitions Alert Definition Logs Unique Count Rule Condition[] - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
Sequence[Get
Logs Alert Definitions Alert Definition Logs Unique Count Rule Condition] - (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:
GetLogsAlertDefinitionsAlertDefinitionLogsUniqueCountRuleCondition
- Max
Unique stringCount - (String) The maximum unique count for the alert condition.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- Time
Windows List<GetLogs Alert Definitions Alert Definition Logs Unique Count Rule Condition Time Window> - (List) The time window for the unique count alert. Nested schema for time_window:
- Max
Unique stringCount - (String) The maximum unique count for the alert condition.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- Time
Windows []GetLogs Alert Definitions Alert Definition Logs Unique Count Rule Condition Time Window - (List) The time window for the unique count alert. Nested schema for time_window:
- max
Unique StringCount - (String) The maximum unique count for the alert condition.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- time
Windows List<GetLogs Alert Definitions Alert Definition Logs Unique Count Rule Condition Time Window> - (List) The time window for the unique count alert. Nested schema for time_window:
- max
Unique stringCount - (String) The maximum unique count for the alert condition.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- time
Windows GetLogs Alert Definitions Alert Definition Logs Unique Count Rule Condition Time Window[] - (List) The time window for the unique count alert. Nested schema for time_window:
- max_
unique_ strcount - (String) The maximum unique count for the alert condition.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- time_
windows Sequence[GetLogs Alert Definitions Alert Definition Logs Unique Count Rule Condition Time Window] - (List) The time window for the unique count alert. Nested schema for time_window:
- max
Unique StringCount - (String) The maximum unique count for the alert condition.
- Constraints: The maximum length is
19characters. The minimum length is1character. The value must match regular expression/^-?\\d{1,19}$/.
- Constraints: The maximum length is
- time
Windows List<Property Map> - (List) The time window for the unique count alert. Nested schema for time_window:
GetLogsAlertDefinitionsAlertDefinitionLogsUniqueCountRuleConditionTimeWindow
- Logs
Unique stringValue Time Window Specific Value - (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.
- Constraints: Allowable values are:
- Logs
Unique stringValue Time Window Specific Value - (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.
- Constraints: Allowable values are:
- logs
Unique StringValue Time Window Specific Value - (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.
- Constraints: Allowable values are:
- logs
Unique stringValue Time Window Specific Value - (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.
- Constraints: Allowable values are:
- logs_
unique_ strvalue_ time_ window_ specific_ value - (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.
- Constraints: Allowable values are:
- logs
Unique StringValue Time Window Specific Value - (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.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionMetricAnomaly
- Anomaly
Alert List<GetSettings Logs Alert Definitions Alert Definition Metric Anomaly Anomaly Alert Setting> - (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
- Condition
Type 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.
- Constraints: Allowable values are:
- Evaluation
Delay doubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Metric
Filters List<GetLogs Alert Definitions Alert Definition Metric Anomaly Metric Filter> - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- Rules
List<Get
Logs Alert Definitions Alert Definition Metric Anomaly Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Anomaly
Alert []GetSettings Logs Alert Definitions Alert Definition Metric Anomaly Anomaly Alert Setting - (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
- Condition
Type 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.
- Constraints: Allowable values are:
- Evaluation
Delay float64Ms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Metric
Filters []GetLogs Alert Definitions Alert Definition Metric Anomaly Metric Filter - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- Rules
[]Get
Logs Alert Definitions Alert Definition Metric Anomaly Rule - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- anomaly
Alert List<GetSettings Logs Alert Definitions Alert Definition Metric Anomaly Anomaly Alert Setting> - (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay DoubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- metric
Filters List<GetLogs Alert Definitions Alert Definition Metric Anomaly Metric Filter> - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- rules
List<Get
Logs Alert Definitions Alert Definition Metric Anomaly Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- anomaly
Alert GetSettings Logs Alert Definitions Alert Definition Metric Anomaly Anomaly Alert Setting[] - (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay numberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- metric
Filters GetLogs Alert Definitions Alert Definition Metric Anomaly Metric Filter[] - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- rules
Get
Logs Alert Definitions Alert Definition Metric Anomaly Rule[] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- anomaly_
alert_ Sequence[Getsettings Logs Alert Definitions Alert Definition Metric Anomaly Anomaly Alert Setting] - (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.
- Constraints: Allowable values are:
- evaluation_
delay_ floatms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- metric_
filters Sequence[GetLogs Alert Definitions Alert Definition Metric Anomaly Metric Filter] - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- rules
Sequence[Get
Logs Alert Definitions Alert Definition Metric Anomaly Rule] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- anomaly
Alert List<Property Map>Settings - (List) The anomaly alert settings configuration. Nested schema for anomaly_alert_settings:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay NumberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- metric
Filters 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
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionMetricAnomalyAnomalyAlertSetting
- Percentage
Of doubleDeviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
- Percentage
Of float64Deviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
- percentage
Of DoubleDeviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
- percentage
Of numberDeviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
- percentage_
of_ floatdeviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
- percentage
Of NumberDeviation - (Float) The percentage of deviation from the baseline when the alert is triggered.
GetLogsAlertDefinitionsAlertDefinitionMetricAnomalyMetricFilter
- Promql string
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Promql string
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- promql String
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- promql string
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- promql str
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- promql String
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionMetricAnomalyRule
- Conditions
List<Get
Logs Alert Definitions Alert Definition Metric Anomaly Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- Conditions
[]Get
Logs Alert Definitions Alert Definition Metric Anomaly Rule Condition - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
List<Get
Logs Alert Definitions Alert Definition Metric Anomaly Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
Get
Logs Alert Definitions Alert Definition Metric Anomaly Rule Condition[] - (List) The condition for the metric threshold alert. Nested schema for condition:
- conditions
Sequence[Get
Logs Alert Definitions Alert Definition Metric Anomaly Rule Condition] - (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:
GetLogsAlertDefinitionsAlertDefinitionMetricAnomalyRuleCondition
- For
Over doublePct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- Min
Non doubleNull Values Pct - (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 is0.
- Constraints: The maximum value is
- Of
The List<GetLasts Logs Alert Definitions Alert Definition Metric Anomaly Rule Condition Of The Last> - (List) The time window for the alert condition. Nested schema for of_the_last:
- Threshold double
- (Float) The threshold value for the alert condition.
- For
Over float64Pct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- Min
Non float64Null Values Pct - (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 is0.
- Constraints: The maximum value is
- Of
The []GetLasts Logs Alert Definitions Alert Definition Metric Anomaly Rule Condition Of The Last - (List) The time window for the alert condition. Nested schema for of_the_last:
- Threshold float64
- (Float) The threshold value for the alert condition.
- for
Over DoublePct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- min
Non DoubleNull Values Pct - (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 is0.
- Constraints: The maximum value is
- of
The List<GetLasts Logs Alert Definitions Alert Definition Metric Anomaly Rule Condition Of The Last> - (List) The time window for the alert condition. Nested schema for of_the_last:
- threshold Double
- (Float) The threshold value for the alert condition.
- for
Over numberPct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- min
Non numberNull Values Pct - (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 is0.
- Constraints: The maximum value is
- of
The GetLasts Logs Alert Definitions Alert Definition Metric Anomaly Rule Condition Of The Last[] - (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_ floatpct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- min_
non_ floatnull_ values_ pct - (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 is0.
- Constraints: The maximum value is
- of_
the_ Sequence[Getlasts Logs Alert Definitions Alert Definition Metric Anomaly Rule Condition Of The Last] - (List) The time window for the alert condition. Nested schema for of_the_last:
- threshold float
- (Float) The threshold value for the alert condition.
- for
Over NumberPct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- min
Non NumberNull Values Pct - (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 is0.
- Constraints: The maximum value is
- of
The List<Property Map>Lasts - (List) The time window for the alert condition. Nested schema for of_the_last:
- threshold Number
- (Float) The threshold value for the alert condition.
GetLogsAlertDefinitionsAlertDefinitionMetricAnomalyRuleConditionOfTheLast
- Metric
Time stringWindow Dynamic Duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Metric
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- Metric
Time stringWindow Dynamic Duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Metric
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- metric
Time StringWindow Dynamic Duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- metric
Time StringWindow Specific Value - (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.
- Constraints: Allowable values are:
- metric
Time stringWindow Dynamic Duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- metric
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- metric_
time_ strwindow_ dynamic_ duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- metric_
time_ strwindow_ specific_ value - (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.
- Constraints: Allowable values are:
- metric
Time StringWindow Dynamic Duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- metric
Time StringWindow Specific Value - (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.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionMetricThreshold
- Condition
Type 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.
- Constraints: Allowable values are:
- Evaluation
Delay doubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Metric
Filters List<GetLogs Alert Definitions Alert Definition Metric Threshold Metric Filter> - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- Missing
Values List<GetLogs Alert Definitions Alert Definition Metric Threshold Missing Value> - (List) Configuration for handling missing values in the alert. Only one of
replace_with_zeroormin_non_null_value_pctis supported. Nested schema for missing_values: - Rules
List<Get
Logs Alert Definitions Alert Definition Metric Threshold Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Undetected
Values List<GetManagements Logs Alert Definitions Alert Definition Metric Threshold Undetected Values Management> - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- Condition
Type 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.
- Constraints: Allowable values are:
- Evaluation
Delay float64Ms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- Metric
Filters []GetLogs Alert Definitions Alert Definition Metric Threshold Metric Filter - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- Missing
Values []GetLogs Alert Definitions Alert Definition Metric Threshold Missing Value - (List) Configuration for handling missing values in the alert. Only one of
replace_with_zeroormin_non_null_value_pctis supported. Nested schema for missing_values: - Rules
[]Get
Logs Alert Definitions Alert Definition Metric Threshold Rule - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- Undetected
Values []GetManagements Logs Alert Definitions Alert Definition Metric Threshold Undetected Values Management - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay DoubleMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- metric
Filters List<GetLogs Alert Definitions Alert Definition Metric Threshold Metric Filter> - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- missing
Values List<GetLogs Alert Definitions Alert Definition Metric Threshold Missing Value> - (List) Configuration for handling missing values in the alert. Only one of
replace_with_zeroormin_non_null_value_pctis supported. Nested schema for missing_values: - rules
List<Get
Logs Alert Definitions Alert Definition Metric Threshold Rule> - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values List<GetManagements Logs Alert Definitions Alert Definition Metric Threshold Undetected Values Management> - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay numberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- metric
Filters GetLogs Alert Definitions Alert Definition Metric Threshold Metric Filter[] - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- missing
Values GetLogs Alert Definitions Alert Definition Metric Threshold Missing Value[] - (List) Configuration for handling missing values in the alert. Only one of
replace_with_zeroormin_non_null_value_pctis supported. Nested schema for missing_values: - rules
Get
Logs Alert Definitions Alert Definition Metric Threshold Rule[] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values GetManagements Logs Alert Definitions Alert Definition Metric Threshold Undetected Values Management[] - (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.
- Constraints: Allowable values are:
- evaluation_
delay_ floatms - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- metric_
filters Sequence[GetLogs Alert Definitions Alert Definition Metric Threshold Metric Filter] - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- missing_
values Sequence[GetLogs Alert Definitions Alert Definition Metric Threshold Missing Value] - (List) Configuration for handling missing values in the alert. Only one of
replace_with_zeroormin_non_null_value_pctis supported. Nested schema for missing_values: - rules
Sequence[Get
Logs Alert Definitions Alert Definition Metric Threshold Rule] - (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected_
values_ Sequence[Getmanagements Logs Alert Definitions Alert Definition Metric Threshold Undetected Values Management] - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
- condition
Type 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.
- Constraints: Allowable values are:
- evaluation
Delay NumberMs - (Integer) The delay in milliseconds before evaluating the alert condition.
- Constraints: The maximum value is
2147483647. The minimum value is0.
- Constraints: The maximum value is
- metric
Filters List<Property Map> - (List) The filter to match metric entries for the alert. Nested schema for metric_filter:
- missing
Values List<Property Map> - (List) Configuration for handling missing values in the alert. Only one of
replace_with_zeroormin_non_null_value_pctis supported. Nested schema for missing_values: - rules List<Property Map>
- (List) The condition rules for the metric threshold alert.
- Constraints: The maximum length is
5items. The minimum length is1item. Nested schema for rules:
- Constraints: The maximum length is
- undetected
Values List<Property Map>Managements - (List) Configuration for handling the undetected values in the alert. Nested schema for undetected_values_management:
GetLogsAlertDefinitionsAlertDefinitionMetricThresholdMetricFilter
- Promql string
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Promql string
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- promql String
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- promql string
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- promql str
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- promql String
- (String) The filter is a PromQL expression.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionMetricThresholdMissingValue
- Min
Non doubleNull Values Pct - (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 is0.
- Constraints: The maximum value is
- Replace
With boolZero - (Boolean) If set to true, missing values will be replaced with zero.
- Min
Non float64Null Values Pct - (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 is0.
- Constraints: The maximum value is
- Replace
With boolZero - (Boolean) If set to true, missing values will be replaced with zero.
- min
Non DoubleNull Values Pct - (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 is0.
- Constraints: The maximum value is
- replace
With BooleanZero - (Boolean) If set to true, missing values will be replaced with zero.
- min
Non numberNull Values Pct - (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 is0.
- Constraints: The maximum value is
- replace
With booleanZero - (Boolean) If set to true, missing values will be replaced with zero.
- min_
non_ floatnull_ values_ pct - (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 is0.
- Constraints: The maximum value is
- replace_
with_ boolzero - (Boolean) If set to true, missing values will be replaced with zero.
- min
Non NumberNull Values Pct - (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 is0.
- Constraints: The maximum value is
- replace
With BooleanZero - (Boolean) If set to true, missing values will be replaced with zero.
GetLogsAlertDefinitionsAlertDefinitionMetricThresholdRule
- Conditions
List<Get
Logs Alert Definitions Alert Definition Metric Threshold Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- Overrides
List<Get
Logs Alert Definitions Alert Definition Metric Threshold Rule Override> - (List) The override settings for the alert. Nested schema for override:
- Conditions
[]Get
Logs Alert Definitions Alert Definition Metric Threshold Rule Condition - (List) The condition for the metric threshold alert. Nested schema for condition:
- Overrides
[]Get
Logs Alert Definitions Alert Definition Metric Threshold Rule Override - (List) The override settings for the alert. Nested schema for override:
- conditions
List<Get
Logs Alert Definitions Alert Definition Metric Threshold Rule Condition> - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
List<Get
Logs Alert Definitions Alert Definition Metric Threshold Rule Override> - (List) The override settings for the alert. Nested schema for override:
- conditions
Get
Logs Alert Definitions Alert Definition Metric Threshold Rule Condition[] - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
Get
Logs Alert Definitions Alert Definition Metric Threshold Rule Override[] - (List) The override settings for the alert. Nested schema for override:
- conditions
Sequence[Get
Logs Alert Definitions Alert Definition Metric Threshold Rule Condition] - (List) The condition for the metric threshold alert. Nested schema for condition:
- overrides
Sequence[Get
Logs Alert Definitions Alert Definition Metric Threshold Rule Override] - (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:
GetLogsAlertDefinitionsAlertDefinitionMetricThresholdRuleCondition
- For
Over doublePct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- Of
The List<GetLasts Logs Alert Definitions Alert Definition Metric Threshold Rule Condition Of The Last> - (List) The time window for the alert condition. Nested schema for of_the_last:
- Threshold double
- (Float) The threshold value for the alert condition.
- For
Over float64Pct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- Of
The []GetLasts Logs Alert Definitions Alert Definition Metric Threshold Rule Condition Of The Last - (List) The time window for the alert condition. Nested schema for of_the_last:
- Threshold float64
- (Float) The threshold value for the alert condition.
- for
Over DoublePct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- of
The List<GetLasts Logs Alert Definitions Alert Definition Metric Threshold Rule Condition Of The Last> - (List) The time window for the alert condition. Nested schema for of_the_last:
- threshold Double
- (Float) The threshold value for the alert condition.
- for
Over numberPct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- of
The GetLasts Logs Alert Definitions Alert Definition Metric Threshold Rule Condition Of The Last[] - (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_ floatpct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- of_
the_ Sequence[Getlasts Logs Alert Definitions Alert Definition Metric Threshold Rule Condition Of The Last] - (List) The time window for the alert condition. Nested schema for of_the_last:
- threshold float
- (Float) The threshold value for the alert condition.
- for
Over NumberPct - (Integer) The percentage of values that must exceed the threshold to trigger the alert.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- of
The List<Property Map>Lasts - (List) The time window for the alert condition. Nested schema for of_the_last:
- threshold Number
- (Float) The threshold value for the alert condition.
GetLogsAlertDefinitionsAlertDefinitionMetricThresholdRuleConditionOfTheLast
- Metric
Time stringWindow Dynamic Duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Metric
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- Metric
Time stringWindow Dynamic Duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- Metric
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- metric
Time StringWindow Dynamic Duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- metric
Time StringWindow Specific Value - (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.
- Constraints: Allowable values are:
- metric
Time stringWindow Dynamic Duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- metric
Time stringWindow Specific Value - (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.
- Constraints: Allowable values are:
- metric_
time_ strwindow_ dynamic_ duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- metric_
time_ strwindow_ specific_ value - (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.
- Constraints: Allowable values are:
- metric
Time StringWindow Dynamic Duration - (String) The time window as a dynamic value.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$/.
- Constraints: The maximum length is
- metric
Time StringWindow Specific Value - (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.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionMetricThresholdRuleOverride
- Priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- Priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority String
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority string
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority str
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
- priority String
- (String) The priority of the alert definition.
- Constraints: Allowable values are:
p5_or_unspecified,p4,p3,p2,p1.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionMetricThresholdUndetectedValuesManagement
- Auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- Trigger
Undetected boolValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- Auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- Trigger
Undetected boolValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire StringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected BooleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire stringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected booleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto_
retire_ strtimeframe - (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.
- Constraints: Allowable values are:
- trigger_
undetected_ boolvalues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
- auto
Retire StringTimeframe - (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.
- Constraints: Allowable values are:
- trigger
Undetected BooleanValues - (Boolean) Should trigger the alert when undetected values are detected. If true, alert is triggered.
GetLogsAlertDefinitionsAlertDefinitionNotificationGroup
- Group
By List<string>Keys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Webhooks
List<Get
Logs Alert Definitions Alert Definition Notification Group Webhook> - (List) The settings for webhooks associated with the alert definition.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for webhooks:
- Constraints: The maximum length is
- Group
By []stringKeys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Webhooks
[]Get
Logs Alert Definitions Alert Definition Notification Group Webhook - (List) The settings for webhooks associated with the alert definition.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for webhooks:
- Constraints: The maximum length is
- group
By List<String>Keys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- webhooks
List<Get
Logs Alert Definitions Alert Definition Notification Group Webhook> - (List) The settings for webhooks associated with the alert definition.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for webhooks:
- Constraints: The maximum length is
- group
By string[]Keys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- webhooks
Get
Logs Alert Definitions Alert Definition Notification Group Webhook[] - (List) The settings for webhooks associated with the alert definition.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for webhooks:
- Constraints: The maximum length is
- group_
by_ Sequence[str]keys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- webhooks
Sequence[Get
Logs Alert Definitions Alert Definition Notification Group Webhook] - (List) The settings for webhooks associated with the alert definition.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for webhooks:
- Constraints: The maximum length is
- group
By List<String>Keys - (List) Group the alerts by these keys.
- Constraints: The list items must match regular expression
/^[a-zA-Z0-9_.]+$/. The maximum length is4096items. The minimum length is0items.
- Constraints: The list items must match regular expression
- webhooks List<Property Map>
- (List) The settings for webhooks associated with the alert definition.
- Constraints: The maximum length is
4096items. The minimum length is0items. Nested schema for webhooks:
- Constraints: The maximum length is
GetLogsAlertDefinitionsAlertDefinitionNotificationGroupWebhook
- Integrations
List<Get
Logs Alert Definitions Alert Definition Notification Group Webhook Integration> - (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 is0.
- Constraints: The maximum value is
- Notify
On string - (String) Indicate if the alert should be triggered or triggered and resolved.
- Constraints: Allowable values are:
triggered_only_unspecified,triggered_and_resolved.
- Constraints: Allowable values are:
- Integrations
[]Get
Logs Alert Definitions Alert Definition Notification Group Webhook Integration - (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 is0.
- Constraints: The maximum value is
- Notify
On string - (String) Indicate if the alert should be triggered or triggered and resolved.
- Constraints: Allowable values are:
triggered_only_unspecified,triggered_and_resolved.
- Constraints: Allowable values are:
- integrations
List<Get
Logs Alert Definitions Alert Definition Notification Group Webhook Integration> - (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 is0.
- Constraints: The maximum value is
- notify
On String - (String) Indicate if the alert should be triggered or triggered and resolved.
- Constraints: Allowable values are:
triggered_only_unspecified,triggered_and_resolved.
- Constraints: Allowable values are:
- integrations
Get
Logs Alert Definitions Alert Definition Notification Group Webhook Integration[] - (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 is0.
- Constraints: The maximum value is
- notify
On string - (String) Indicate if the alert should be triggered or triggered and resolved.
- Constraints: Allowable values are:
triggered_only_unspecified,triggered_and_resolved.
- Constraints: Allowable values are:
- integrations
Sequence[Get
Logs Alert Definitions Alert Definition Notification Group Webhook Integration] - (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 is0.
- Constraints: The maximum value is
- 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.
- Constraints: Allowable values are:
- 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 is0.
- Constraints: The maximum value is
- notify
On String - (String) Indicate if the alert should be triggered or triggered and resolved.
- Constraints: Allowable values are:
triggered_only_unspecified,triggered_and_resolved.
- Constraints: Allowable values are:
GetLogsAlertDefinitionsAlertDefinitionNotificationGroupWebhookIntegration
- Integration
Id double - (Integer) The integration ID for the notification.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- Integration
Id float64 - (Integer) The integration ID for the notification.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- integration
Id Double - (Integer) The integration ID for the notification.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- integration
Id number - (Integer) The integration ID for the notification.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- integration_
id float - (Integer) The integration ID for the notification.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
- integration
Id Number - (Integer) The integration ID for the notification.
- Constraints: The maximum value is
4294967295. The minimum value is0.
- Constraints: The maximum value is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
