logzio 1.17.1 published on Monday, Apr 14, 2025 by logzio
logzio.getAlertV2
Explore with Pulumi AI
# Alert V2 Datasource
Provides a Logz.io log monitoring alert resource. This can be used to create and manage Logz.io log monitoring alerts.
- Learn more about log alerts in the Logz.io Docs
Using getAlertV2
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 getAlertV2(args: GetAlertV2Args, opts?: InvokeOptions): Promise<GetAlertV2Result>
function getAlertV2Output(args: GetAlertV2OutputArgs, opts?: InvokeOptions): Output<GetAlertV2Result>def get_alert_v2(id: Optional[float] = None,
                 title: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetAlertV2Result
def get_alert_v2_output(id: Optional[pulumi.Input[float]] = None,
                 title: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetAlertV2Result]func LookupAlertV2(ctx *Context, args *LookupAlertV2Args, opts ...InvokeOption) (*LookupAlertV2Result, error)
func LookupAlertV2Output(ctx *Context, args *LookupAlertV2OutputArgs, opts ...InvokeOption) LookupAlertV2ResultOutput> Note: This function is named LookupAlertV2 in the Go SDK.
public static class GetAlertV2 
{
    public static Task<GetAlertV2Result> InvokeAsync(GetAlertV2Args args, InvokeOptions? opts = null)
    public static Output<GetAlertV2Result> Invoke(GetAlertV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAlertV2Result> getAlertV2(GetAlertV2Args args, InvokeOptions options)
public static Output<GetAlertV2Result> getAlertV2(GetAlertV2Args args, InvokeOptions options)
fn::invoke:
  function: logzio:index/getAlertV2:getAlertV2
  arguments:
    # arguments dictionaryThe following arguments are supported:
getAlertV2 Result
The following output properties are available:
- AlertNotification List<double>Endpoints 
- Array of IDs of pre-configured endpoint channels to notify when the alert triggers.
- CorrelationOperator string
- Comma separated string of supported operators. Only applicable when multiple sub-components are in use. Selects a logic for correlating the alert’s sub-components. ANDis currently the only supported operator. When AND is the correlation_operator, both sub-components must meet their triggering criteria for the alert to trigger.
- CreatedAt string
- Date and time in UTC when the alert was first created.
- CreatedBy string
- Email of the user who first created the alert.
- Description string
- A description of the event, its significance, and suggested next steps or instructions for the team.
- IsEnabled bool
- If true, the alert is currently active.
- Joins
List<ImmutableDictionary<string, string>> 
- Specifies which group by fields must have the same values to trigger the alert. Joins the group by fields from the first and second sub-components. The key represents the index of the sub component in the array. The fields must be ordered pairs of the group by fields already in use in the sub_components.query_string.
- NotificationEmails List<string>
- Array of email addresses to be notified when the alert triggers.
- OutputType string
- Selects the output format for the alert notification. Can be: "JSON"or"TABLE""If the alert has no aggregations/group by fields, JSON offers the option to send full sample logs without selecting specific fields.
- ScheduleCron stringExpression 
- ScheduleTimezone string
- SearchTimeframe doubleMinutes 
- The time frame for evaluating the log data is a sliding window, with 1 minute granularity.
- SubComponents List<GetAlert V2Sub Component> 
- Sets the search criteria using a search query, filters, group by aggregations, accounts to search, and trigger conditions.
- SuppressNotifications doubleMinutes 
- Add a waiting period in minutes to space out notifications. (The alert will still trigger but will not send out notifications during the waiting period.)
- List<string>
- Tags for filtering alerts and triggered alerts. Can be used in Kibana Discover, dashboards, and more.
- UpdatedAt string
- Date and time in UTC when the alert was last updated.- updated by- Email of the user who last updated the alert.
 
- UpdatedBy string
- Id double
- Title string
- AlertNotification []float64Endpoints 
- Array of IDs of pre-configured endpoint channels to notify when the alert triggers.
- CorrelationOperator string
- Comma separated string of supported operators. Only applicable when multiple sub-components are in use. Selects a logic for correlating the alert’s sub-components. ANDis currently the only supported operator. When AND is the correlation_operator, both sub-components must meet their triggering criteria for the alert to trigger.
- CreatedAt string
- Date and time in UTC when the alert was first created.
- CreatedBy string
- Email of the user who first created the alert.
- Description string
- A description of the event, its significance, and suggested next steps or instructions for the team.
- IsEnabled bool
- If true, the alert is currently active.
- Joins []map[string]string
- Specifies which group by fields must have the same values to trigger the alert. Joins the group by fields from the first and second sub-components. The key represents the index of the sub component in the array. The fields must be ordered pairs of the group by fields already in use in the sub_components.query_string.
- NotificationEmails []string
- Array of email addresses to be notified when the alert triggers.
- OutputType string
- Selects the output format for the alert notification. Can be: "JSON"or"TABLE""If the alert has no aggregations/group by fields, JSON offers the option to send full sample logs without selecting specific fields.
- ScheduleCron stringExpression 
- ScheduleTimezone string
- SearchTimeframe float64Minutes 
- The time frame for evaluating the log data is a sliding window, with 1 minute granularity.
- SubComponents []GetAlert V2Sub Component 
- Sets the search criteria using a search query, filters, group by aggregations, accounts to search, and trigger conditions.
- SuppressNotifications float64Minutes 
- Add a waiting period in minutes to space out notifications. (The alert will still trigger but will not send out notifications during the waiting period.)
- []string
- Tags for filtering alerts and triggered alerts. Can be used in Kibana Discover, dashboards, and more.
- UpdatedAt string
- Date and time in UTC when the alert was last updated.- updated by- Email of the user who last updated the alert.
 
- UpdatedBy string
- Id float64
- Title string
- alertNotification List<Double>Endpoints 
- Array of IDs of pre-configured endpoint channels to notify when the alert triggers.
- correlationOperator String
- Comma separated string of supported operators. Only applicable when multiple sub-components are in use. Selects a logic for correlating the alert’s sub-components. ANDis currently the only supported operator. When AND is the correlation_operator, both sub-components must meet their triggering criteria for the alert to trigger.
- createdAt String
- Date and time in UTC when the alert was first created.
- createdBy String
- Email of the user who first created the alert.
- description String
- A description of the event, its significance, and suggested next steps or instructions for the team.
- isEnabled Boolean
- If true, the alert is currently active.
- joins List<Map<String,String>>
- Specifies which group by fields must have the same values to trigger the alert. Joins the group by fields from the first and second sub-components. The key represents the index of the sub component in the array. The fields must be ordered pairs of the group by fields already in use in the sub_components.query_string.
- notificationEmails List<String>
- Array of email addresses to be notified when the alert triggers.
- outputType String
- Selects the output format for the alert notification. Can be: "JSON"or"TABLE""If the alert has no aggregations/group by fields, JSON offers the option to send full sample logs without selecting specific fields.
- scheduleCron StringExpression 
- scheduleTimezone String
- searchTimeframe DoubleMinutes 
- The time frame for evaluating the log data is a sliding window, with 1 minute granularity.
- subComponents List<GetAlert V2Sub Component> 
- Sets the search criteria using a search query, filters, group by aggregations, accounts to search, and trigger conditions.
- suppressNotifications DoubleMinutes 
- Add a waiting period in minutes to space out notifications. (The alert will still trigger but will not send out notifications during the waiting period.)
- List<String>
- Tags for filtering alerts and triggered alerts. Can be used in Kibana Discover, dashboards, and more.
- updatedAt String
- Date and time in UTC when the alert was last updated.- updated by- Email of the user who last updated the alert.
 
- updatedBy String
- id Double
- title String
- alertNotification number[]Endpoints 
- Array of IDs of pre-configured endpoint channels to notify when the alert triggers.
- correlationOperator string
- Comma separated string of supported operators. Only applicable when multiple sub-components are in use. Selects a logic for correlating the alert’s sub-components. ANDis currently the only supported operator. When AND is the correlation_operator, both sub-components must meet their triggering criteria for the alert to trigger.
- createdAt string
- Date and time in UTC when the alert was first created.
- createdBy string
- Email of the user who first created the alert.
- description string
- A description of the event, its significance, and suggested next steps or instructions for the team.
- isEnabled boolean
- If true, the alert is currently active.
- joins {[key: string]: string}[]
- Specifies which group by fields must have the same values to trigger the alert. Joins the group by fields from the first and second sub-components. The key represents the index of the sub component in the array. The fields must be ordered pairs of the group by fields already in use in the sub_components.query_string.
- notificationEmails string[]
- Array of email addresses to be notified when the alert triggers.
- outputType string
- Selects the output format for the alert notification. Can be: "JSON"or"TABLE""If the alert has no aggregations/group by fields, JSON offers the option to send full sample logs without selecting specific fields.
- scheduleCron stringExpression 
- scheduleTimezone string
- searchTimeframe numberMinutes 
- The time frame for evaluating the log data is a sliding window, with 1 minute granularity.
- subComponents GetAlert V2Sub Component[] 
- Sets the search criteria using a search query, filters, group by aggregations, accounts to search, and trigger conditions.
- suppressNotifications numberMinutes 
- Add a waiting period in minutes to space out notifications. (The alert will still trigger but will not send out notifications during the waiting period.)
- string[]
- Tags for filtering alerts and triggered alerts. Can be used in Kibana Discover, dashboards, and more.
- updatedAt string
- Date and time in UTC when the alert was last updated.- updated by- Email of the user who last updated the alert.
 
- updatedBy string
- id number
- title string
- alert_notification_ Sequence[float]endpoints 
- Array of IDs of pre-configured endpoint channels to notify when the alert triggers.
- correlation_operator str
- Comma separated string of supported operators. Only applicable when multiple sub-components are in use. Selects a logic for correlating the alert’s sub-components. ANDis currently the only supported operator. When AND is the correlation_operator, both sub-components must meet their triggering criteria for the alert to trigger.
- created_at str
- Date and time in UTC when the alert was first created.
- created_by str
- Email of the user who first created the alert.
- description str
- A description of the event, its significance, and suggested next steps or instructions for the team.
- is_enabled bool
- If true, the alert is currently active.
- joins Sequence[Mapping[str, str]]
- Specifies which group by fields must have the same values to trigger the alert. Joins the group by fields from the first and second sub-components. The key represents the index of the sub component in the array. The fields must be ordered pairs of the group by fields already in use in the sub_components.query_string.
- notification_emails Sequence[str]
- Array of email addresses to be notified when the alert triggers.
- output_type str
- Selects the output format for the alert notification. Can be: "JSON"or"TABLE""If the alert has no aggregations/group by fields, JSON offers the option to send full sample logs without selecting specific fields.
- schedule_cron_ strexpression 
- schedule_timezone str
- search_timeframe_ floatminutes 
- The time frame for evaluating the log data is a sliding window, with 1 minute granularity.
- sub_components Sequence[GetAlert V2Sub Component] 
- Sets the search criteria using a search query, filters, group by aggregations, accounts to search, and trigger conditions.
- suppress_notifications_ floatminutes 
- Add a waiting period in minutes to space out notifications. (The alert will still trigger but will not send out notifications during the waiting period.)
- Sequence[str]
- Tags for filtering alerts and triggered alerts. Can be used in Kibana Discover, dashboards, and more.
- updated_at str
- Date and time in UTC when the alert was last updated.- updated by- Email of the user who last updated the alert.
 
- updated_by str
- id float
- title str
- alertNotification List<Number>Endpoints 
- Array of IDs of pre-configured endpoint channels to notify when the alert triggers.
- correlationOperator String
- Comma separated string of supported operators. Only applicable when multiple sub-components are in use. Selects a logic for correlating the alert’s sub-components. ANDis currently the only supported operator. When AND is the correlation_operator, both sub-components must meet their triggering criteria for the alert to trigger.
- createdAt String
- Date and time in UTC when the alert was first created.
- createdBy String
- Email of the user who first created the alert.
- description String
- A description of the event, its significance, and suggested next steps or instructions for the team.
- isEnabled Boolean
- If true, the alert is currently active.
- joins List<Map<String>>
- Specifies which group by fields must have the same values to trigger the alert. Joins the group by fields from the first and second sub-components. The key represents the index of the sub component in the array. The fields must be ordered pairs of the group by fields already in use in the sub_components.query_string.
- notificationEmails List<String>
- Array of email addresses to be notified when the alert triggers.
- outputType String
- Selects the output format for the alert notification. Can be: "JSON"or"TABLE""If the alert has no aggregations/group by fields, JSON offers the option to send full sample logs without selecting specific fields.
- scheduleCron StringExpression 
- scheduleTimezone String
- searchTimeframe NumberMinutes 
- The time frame for evaluating the log data is a sliding window, with 1 minute granularity.
- subComponents List<Property Map>
- Sets the search criteria using a search query, filters, group by aggregations, accounts to search, and trigger conditions.
- suppressNotifications NumberMinutes 
- Add a waiting period in minutes to space out notifications. (The alert will still trigger but will not send out notifications during the waiting period.)
- List<String>
- Tags for filtering alerts and triggered alerts. Can be used in Kibana Discover, dashboards, and more.
- updatedAt String
- Date and time in UTC when the alert was last updated.- updated by- Email of the user who last updated the alert.
 
- updatedBy String
- id Number
- title String
Supporting Types
GetAlertV2SubComponent   
- AccountIds List<double>To Query Ons 
- Specify Account IDs to select which accounts the alert should monitor. The alert will be checked only on these accounts.
- Columns
List<GetAlert V2Sub Component Column> 
- FilterMust string
- Runs Elasticsearch Bool Query mustfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- FilterMust stringNot 
- Runs Elasticsearch Bool Query must_notfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- GroupBy List<string>Aggregation Fields 
- Specify 1-3 fields by which to group the results and count them. If you apply a group by operation, the alert returns a count of the results aggregated by unique values.
- Operation string
- Specifies the operator for evaluating the results. Can be: "LESS_THAN","GREATER_THAN","LESS_THAN_OR_EQUALS","GREATER_THAN_OR_EQUALS","EQUALS","NOT_EQUALS".
- QueryString string
- Provide a Kibana search query written in Lucene syntax. The search query together with the filters select for the relevant logs. Cannot be null - send an asterisk wildcard "*"if not using a search query.
- SeverityThreshold List<GetTiers Alert V2Sub Component Severity Threshold Tier> 
- Sets a severity label per trigger threshold. If using more than one sub-component, only 1 severityThresholdTiers is allowed. Otherwise, 1 per enum are allowed (for a total of 5 thresholds of increasing severities). Increasing severity must adhere to the logic of the operator.
- ShouldQuery boolOn All Accounts 
- Defaults to true. Only applicable when the alert is run from the main account. If true, the alert runs on the main account and all associated searchable sub accounts. If false, specify relevant account IDs for the alert to monitor using the account_ids_to_query_onfield.
- ValueAggregation stringField 
- Selects the field on which to run the aggregation for the trigger condition. Cannot be a field already in use for group_by_aggregation_fields.
- ValueAggregation stringType 
- Specifies the aggregation operator. Can be: "SUM","MIN","MAX","AVG","COUNT","UNIQUE_COUNT","NONE". If"COUNT"or"NONE",value_aggregation_fieldmust be null, andgroup_by_aggregation_fieldsfields must not be empty. If any other operator type (other than"NONE"or"COUNT"),value_aggregation_fieldmust not be null.
- AccountIds []float64To Query Ons 
- Specify Account IDs to select which accounts the alert should monitor. The alert will be checked only on these accounts.
- Columns
[]GetAlert V2Sub Component Column 
- FilterMust string
- Runs Elasticsearch Bool Query mustfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- FilterMust stringNot 
- Runs Elasticsearch Bool Query must_notfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- GroupBy []stringAggregation Fields 
- Specify 1-3 fields by which to group the results and count them. If you apply a group by operation, the alert returns a count of the results aggregated by unique values.
- Operation string
- Specifies the operator for evaluating the results. Can be: "LESS_THAN","GREATER_THAN","LESS_THAN_OR_EQUALS","GREATER_THAN_OR_EQUALS","EQUALS","NOT_EQUALS".
- QueryString string
- Provide a Kibana search query written in Lucene syntax. The search query together with the filters select for the relevant logs. Cannot be null - send an asterisk wildcard "*"if not using a search query.
- SeverityThreshold []GetTiers Alert V2Sub Component Severity Threshold Tier 
- Sets a severity label per trigger threshold. If using more than one sub-component, only 1 severityThresholdTiers is allowed. Otherwise, 1 per enum are allowed (for a total of 5 thresholds of increasing severities). Increasing severity must adhere to the logic of the operator.
- ShouldQuery boolOn All Accounts 
- Defaults to true. Only applicable when the alert is run from the main account. If true, the alert runs on the main account and all associated searchable sub accounts. If false, specify relevant account IDs for the alert to monitor using the account_ids_to_query_onfield.
- ValueAggregation stringField 
- Selects the field on which to run the aggregation for the trigger condition. Cannot be a field already in use for group_by_aggregation_fields.
- ValueAggregation stringType 
- Specifies the aggregation operator. Can be: "SUM","MIN","MAX","AVG","COUNT","UNIQUE_COUNT","NONE". If"COUNT"or"NONE",value_aggregation_fieldmust be null, andgroup_by_aggregation_fieldsfields must not be empty. If any other operator type (other than"NONE"or"COUNT"),value_aggregation_fieldmust not be null.
- accountIds List<Double>To Query Ons 
- Specify Account IDs to select which accounts the alert should monitor. The alert will be checked only on these accounts.
- columns
List<GetAlert V2Sub Component Column> 
- filterMust String
- Runs Elasticsearch Bool Query mustfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- filterMust StringNot 
- Runs Elasticsearch Bool Query must_notfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- groupBy List<String>Aggregation Fields 
- Specify 1-3 fields by which to group the results and count them. If you apply a group by operation, the alert returns a count of the results aggregated by unique values.
- operation String
- Specifies the operator for evaluating the results. Can be: "LESS_THAN","GREATER_THAN","LESS_THAN_OR_EQUALS","GREATER_THAN_OR_EQUALS","EQUALS","NOT_EQUALS".
- queryString String
- Provide a Kibana search query written in Lucene syntax. The search query together with the filters select for the relevant logs. Cannot be null - send an asterisk wildcard "*"if not using a search query.
- severityThreshold List<GetTiers Alert V2Sub Component Severity Threshold Tier> 
- Sets a severity label per trigger threshold. If using more than one sub-component, only 1 severityThresholdTiers is allowed. Otherwise, 1 per enum are allowed (for a total of 5 thresholds of increasing severities). Increasing severity must adhere to the logic of the operator.
- shouldQuery BooleanOn All Accounts 
- Defaults to true. Only applicable when the alert is run from the main account. If true, the alert runs on the main account and all associated searchable sub accounts. If false, specify relevant account IDs for the alert to monitor using the account_ids_to_query_onfield.
- valueAggregation StringField 
- Selects the field on which to run the aggregation for the trigger condition. Cannot be a field already in use for group_by_aggregation_fields.
- valueAggregation StringType 
- Specifies the aggregation operator. Can be: "SUM","MIN","MAX","AVG","COUNT","UNIQUE_COUNT","NONE". If"COUNT"or"NONE",value_aggregation_fieldmust be null, andgroup_by_aggregation_fieldsfields must not be empty. If any other operator type (other than"NONE"or"COUNT"),value_aggregation_fieldmust not be null.
- accountIds number[]To Query Ons 
- Specify Account IDs to select which accounts the alert should monitor. The alert will be checked only on these accounts.
- columns
GetAlert V2Sub Component Column[] 
- filterMust string
- Runs Elasticsearch Bool Query mustfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- filterMust stringNot 
- Runs Elasticsearch Bool Query must_notfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- groupBy string[]Aggregation Fields 
- Specify 1-3 fields by which to group the results and count them. If you apply a group by operation, the alert returns a count of the results aggregated by unique values.
- operation string
- Specifies the operator for evaluating the results. Can be: "LESS_THAN","GREATER_THAN","LESS_THAN_OR_EQUALS","GREATER_THAN_OR_EQUALS","EQUALS","NOT_EQUALS".
- queryString string
- Provide a Kibana search query written in Lucene syntax. The search query together with the filters select for the relevant logs. Cannot be null - send an asterisk wildcard "*"if not using a search query.
- severityThreshold GetTiers Alert V2Sub Component Severity Threshold Tier[] 
- Sets a severity label per trigger threshold. If using more than one sub-component, only 1 severityThresholdTiers is allowed. Otherwise, 1 per enum are allowed (for a total of 5 thresholds of increasing severities). Increasing severity must adhere to the logic of the operator.
- shouldQuery booleanOn All Accounts 
- Defaults to true. Only applicable when the alert is run from the main account. If true, the alert runs on the main account and all associated searchable sub accounts. If false, specify relevant account IDs for the alert to monitor using the account_ids_to_query_onfield.
- valueAggregation stringField 
- Selects the field on which to run the aggregation for the trigger condition. Cannot be a field already in use for group_by_aggregation_fields.
- valueAggregation stringType 
- Specifies the aggregation operator. Can be: "SUM","MIN","MAX","AVG","COUNT","UNIQUE_COUNT","NONE". If"COUNT"or"NONE",value_aggregation_fieldmust be null, andgroup_by_aggregation_fieldsfields must not be empty. If any other operator type (other than"NONE"or"COUNT"),value_aggregation_fieldmust not be null.
- account_ids_ Sequence[float]to_ query_ ons 
- Specify Account IDs to select which accounts the alert should monitor. The alert will be checked only on these accounts.
- columns
Sequence[GetAlert V2Sub Component Column] 
- filter_must str
- Runs Elasticsearch Bool Query mustfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- filter_must_ strnot 
- Runs Elasticsearch Bool Query must_notfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- group_by_ Sequence[str]aggregation_ fields 
- Specify 1-3 fields by which to group the results and count them. If you apply a group by operation, the alert returns a count of the results aggregated by unique values.
- operation str
- Specifies the operator for evaluating the results. Can be: "LESS_THAN","GREATER_THAN","LESS_THAN_OR_EQUALS","GREATER_THAN_OR_EQUALS","EQUALS","NOT_EQUALS".
- query_string str
- Provide a Kibana search query written in Lucene syntax. The search query together with the filters select for the relevant logs. Cannot be null - send an asterisk wildcard "*"if not using a search query.
- severity_threshold_ Sequence[Gettiers Alert V2Sub Component Severity Threshold Tier] 
- Sets a severity label per trigger threshold. If using more than one sub-component, only 1 severityThresholdTiers is allowed. Otherwise, 1 per enum are allowed (for a total of 5 thresholds of increasing severities). Increasing severity must adhere to the logic of the operator.
- should_query_ boolon_ all_ accounts 
- Defaults to true. Only applicable when the alert is run from the main account. If true, the alert runs on the main account and all associated searchable sub accounts. If false, specify relevant account IDs for the alert to monitor using the account_ids_to_query_onfield.
- value_aggregation_ strfield 
- Selects the field on which to run the aggregation for the trigger condition. Cannot be a field already in use for group_by_aggregation_fields.
- value_aggregation_ strtype 
- Specifies the aggregation operator. Can be: "SUM","MIN","MAX","AVG","COUNT","UNIQUE_COUNT","NONE". If"COUNT"or"NONE",value_aggregation_fieldmust be null, andgroup_by_aggregation_fieldsfields must not be empty. If any other operator type (other than"NONE"or"COUNT"),value_aggregation_fieldmust not be null.
- accountIds List<Number>To Query Ons 
- Specify Account IDs to select which accounts the alert should monitor. The alert will be checked only on these accounts.
- columns List<Property Map>
- filterMust String
- Runs Elasticsearch Bool Query mustfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- filterMust StringNot 
- Runs Elasticsearch Bool Query must_notfilters on the data (before the search query is applied). The most efficient way to grab the logs you are looking for.
- groupBy List<String>Aggregation Fields 
- Specify 1-3 fields by which to group the results and count them. If you apply a group by operation, the alert returns a count of the results aggregated by unique values.
- operation String
- Specifies the operator for evaluating the results. Can be: "LESS_THAN","GREATER_THAN","LESS_THAN_OR_EQUALS","GREATER_THAN_OR_EQUALS","EQUALS","NOT_EQUALS".
- queryString String
- Provide a Kibana search query written in Lucene syntax. The search query together with the filters select for the relevant logs. Cannot be null - send an asterisk wildcard "*"if not using a search query.
- severityThreshold List<Property Map>Tiers 
- Sets a severity label per trigger threshold. If using more than one sub-component, only 1 severityThresholdTiers is allowed. Otherwise, 1 per enum are allowed (for a total of 5 thresholds of increasing severities). Increasing severity must adhere to the logic of the operator.
- shouldQuery BooleanOn All Accounts 
- Defaults to true. Only applicable when the alert is run from the main account. If true, the alert runs on the main account and all associated searchable sub accounts. If false, specify relevant account IDs for the alert to monitor using the account_ids_to_query_onfield.
- valueAggregation StringField 
- Selects the field on which to run the aggregation for the trigger condition. Cannot be a field already in use for group_by_aggregation_fields.
- valueAggregation StringType 
- Specifies the aggregation operator. Can be: "SUM","MIN","MAX","AVG","COUNT","UNIQUE_COUNT","NONE". If"COUNT"or"NONE",value_aggregation_fieldmust be null, andgroup_by_aggregation_fieldsfields must not be empty. If any other operator type (other than"NONE"or"COUNT"),value_aggregation_fieldmust not be null.
GetAlertV2SubComponentColumn    
- FieldName string
- Specify the fields to be included in the notification.
- Regex string
- Trims the data using regex filters. Learn more.
- Sort string
- Specify a single field to sort by. The field cannot be an analyzed field (a field that supports free text search or searching by part of a message, such as the 'message' field). Should be: "DESC","ASC".
- FieldName string
- Specify the fields to be included in the notification.
- Regex string
- Trims the data using regex filters. Learn more.
- Sort string
- Specify a single field to sort by. The field cannot be an analyzed field (a field that supports free text search or searching by part of a message, such as the 'message' field). Should be: "DESC","ASC".
- fieldName String
- Specify the fields to be included in the notification.
- regex String
- Trims the data using regex filters. Learn more.
- sort String
- Specify a single field to sort by. The field cannot be an analyzed field (a field that supports free text search or searching by part of a message, such as the 'message' field). Should be: "DESC","ASC".
- fieldName string
- Specify the fields to be included in the notification.
- regex string
- Trims the data using regex filters. Learn more.
- sort string
- Specify a single field to sort by. The field cannot be an analyzed field (a field that supports free text search or searching by part of a message, such as the 'message' field). Should be: "DESC","ASC".
- field_name str
- Specify the fields to be included in the notification.
- regex str
- Trims the data using regex filters. Learn more.
- sort str
- Specify a single field to sort by. The field cannot be an analyzed field (a field that supports free text search or searching by part of a message, such as the 'message' field). Should be: "DESC","ASC".
- fieldName String
- Specify the fields to be included in the notification.
- regex String
- Trims the data using regex filters. Learn more.
- sort String
- Specify a single field to sort by. The field cannot be an analyzed field (a field that supports free text search or searching by part of a message, such as the 'message' field). Should be: "DESC","ASC".
GetAlertV2SubComponentSeverityThresholdTier      
Package Details
- Repository
- logzio logzio/terraform-provider-logzio
- License
- Notes
- This Pulumi package is based on the logzioTerraform Provider.