sumologic.Slo
Explore with Pulumi AI
Provides the ability to create, read, delete, and update SLOs.
Create Slo Resource
new Slo(name: string, args: SloArgs, opts?: CustomResourceOptions);
@overload
def Slo(resource_name: str,
opts: Optional[ResourceOptions] = None,
application: Optional[str] = None,
compliances: Optional[Sequence[SloComplianceArgs]] = None,
created_at: Optional[str] = None,
created_by: Optional[str] = None,
description: Optional[str] = None,
indicator: Optional[SloIndicatorArgs] = None,
is_locked: Optional[bool] = None,
is_mutable: Optional[bool] = None,
is_system: Optional[bool] = None,
modified_at: Optional[str] = None,
modified_by: Optional[str] = None,
name: Optional[str] = None,
parent_id: Optional[str] = None,
post_request_map: Optional[Mapping[str, str]] = None,
service: Optional[str] = None,
signal_type: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
version: Optional[int] = None)
@overload
def Slo(resource_name: str,
args: SloArgs,
opts: Optional[ResourceOptions] = None)
func NewSlo(ctx *Context, name string, args SloArgs, opts ...ResourceOption) (*Slo, error)
public Slo(string name, SloArgs args, CustomResourceOptions? opts = null)
type: sumologic:Slo
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SloArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SloArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SloArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SloArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SloArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Slo Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Slo resource accepts the following input properties:
- Compliances
List<Pulumi.
Sumo Logic. Inputs. Slo Compliance> The compliance settings for the SLO.
- Indicator
Pulumi.
Sumo Logic. Inputs. Slo Indicator The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- Signal
Type string The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- Application string
Name of the application.
- Created
At string - Created
By string - Description string
The description of the SLO.
- Is
Locked bool - Is
Mutable bool - Is
System bool - Modified
At string - Modified
By string - Name string
The name of the SLO. The name must be alphanumeric.
- Parent
Id string The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- Post
Request Dictionary<string, string>Map - Service string
Name of the service.
- Dictionary<string, string>
A map defining tag keys and tag values for the SLO.
- Version int
- Compliances
[]Slo
Compliance Args The compliance settings for the SLO.
- Indicator
Slo
Indicator Args The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- Signal
Type string The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- Application string
Name of the application.
- Created
At string - Created
By string - Description string
The description of the SLO.
- Is
Locked bool - Is
Mutable bool - Is
System bool - Modified
At string - Modified
By string - Name string
The name of the SLO. The name must be alphanumeric.
- Parent
Id string The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- Post
Request map[string]stringMap - Service string
Name of the service.
- map[string]string
A map defining tag keys and tag values for the SLO.
- Version int
- compliances
List<Slo
Compliance> The compliance settings for the SLO.
- indicator
Slo
Indicator The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- signal
Type String The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- application String
Name of the application.
- created
At String - created
By String - description String
The description of the SLO.
- is
Locked Boolean - is
Mutable Boolean - is
System Boolean - modified
At String - modified
By String - name String
The name of the SLO. The name must be alphanumeric.
- parent
Id String The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- post
Request Map<String,String>Map - service String
Name of the service.
- Map<String,String>
A map defining tag keys and tag values for the SLO.
- version Integer
- compliances
Slo
Compliance[] The compliance settings for the SLO.
- indicator
Slo
Indicator The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- signal
Type string The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- application string
Name of the application.
- created
At string - created
By string - description string
The description of the SLO.
- is
Locked boolean - is
Mutable boolean - is
System boolean - modified
At string - modified
By string - name string
The name of the SLO. The name must be alphanumeric.
- parent
Id string The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- post
Request {[key: string]: string}Map - service string
Name of the service.
- {[key: string]: string}
A map defining tag keys and tag values for the SLO.
- version number
- compliances
Sequence[Slo
Compliance Args] The compliance settings for the SLO.
- indicator
Slo
Indicator Args The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- signal_
type str The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- application str
Name of the application.
- created_
at str - created_
by str - description str
The description of the SLO.
- is_
locked bool - is_
mutable bool - is_
system bool - modified_
at str - modified_
by str - name str
The name of the SLO. The name must be alphanumeric.
- parent_
id str The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- post_
request_ Mapping[str, str]map - service str
Name of the service.
- Mapping[str, str]
A map defining tag keys and tag values for the SLO.
- version int
- compliances List<Property Map>
The compliance settings for the SLO.
- indicator Property Map
The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- signal
Type String The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- application String
Name of the application.
- created
At String - created
By String - description String
The description of the SLO.
- is
Locked Boolean - is
Mutable Boolean - is
System Boolean - modified
At String - modified
By String - name String
The name of the SLO. The name must be alphanumeric.
- parent
Id String The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- post
Request Map<String>Map - service String
Name of the service.
- Map<String>
A map defining tag keys and tag values for the SLO.
- version Number
Outputs
All input properties are implicitly available as output properties. Additionally, the Slo resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing Slo Resource
Get an existing Slo resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SloState, opts?: CustomResourceOptions): Slo
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
application: Optional[str] = None,
compliances: Optional[Sequence[SloComplianceArgs]] = None,
created_at: Optional[str] = None,
created_by: Optional[str] = None,
description: Optional[str] = None,
indicator: Optional[SloIndicatorArgs] = None,
is_locked: Optional[bool] = None,
is_mutable: Optional[bool] = None,
is_system: Optional[bool] = None,
modified_at: Optional[str] = None,
modified_by: Optional[str] = None,
name: Optional[str] = None,
parent_id: Optional[str] = None,
post_request_map: Optional[Mapping[str, str]] = None,
service: Optional[str] = None,
signal_type: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
version: Optional[int] = None) -> Slo
func GetSlo(ctx *Context, name string, id IDInput, state *SloState, opts ...ResourceOption) (*Slo, error)
public static Slo Get(string name, Input<string> id, SloState? state, CustomResourceOptions? opts = null)
public static Slo get(String name, Output<String> id, SloState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Application string
Name of the application.
- Compliances
List<Pulumi.
Sumo Logic. Inputs. Slo Compliance> The compliance settings for the SLO.
- Created
At string - Created
By string - Description string
The description of the SLO.
- Indicator
Pulumi.
Sumo Logic. Inputs. Slo Indicator The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- Is
Locked bool - Is
Mutable bool - Is
System bool - Modified
At string - Modified
By string - Name string
The name of the SLO. The name must be alphanumeric.
- Parent
Id string The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- Post
Request Dictionary<string, string>Map - Service string
Name of the service.
- Signal
Type string The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- Dictionary<string, string>
A map defining tag keys and tag values for the SLO.
- Version int
- Application string
Name of the application.
- Compliances
[]Slo
Compliance Args The compliance settings for the SLO.
- Created
At string - Created
By string - Description string
The description of the SLO.
- Indicator
Slo
Indicator Args The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- Is
Locked bool - Is
Mutable bool - Is
System bool - Modified
At string - Modified
By string - Name string
The name of the SLO. The name must be alphanumeric.
- Parent
Id string The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- Post
Request map[string]stringMap - Service string
Name of the service.
- Signal
Type string The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- map[string]string
A map defining tag keys and tag values for the SLO.
- Version int
- application String
Name of the application.
- compliances
List<Slo
Compliance> The compliance settings for the SLO.
- created
At String - created
By String - description String
The description of the SLO.
- indicator
Slo
Indicator The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- is
Locked Boolean - is
Mutable Boolean - is
System Boolean - modified
At String - modified
By String - name String
The name of the SLO. The name must be alphanumeric.
- parent
Id String The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- post
Request Map<String,String>Map - service String
Name of the service.
- signal
Type String The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- Map<String,String>
A map defining tag keys and tag values for the SLO.
- version Integer
- application string
Name of the application.
- compliances
Slo
Compliance[] The compliance settings for the SLO.
- created
At string - created
By string - description string
The description of the SLO.
- indicator
Slo
Indicator The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- is
Locked boolean - is
Mutable boolean - is
System boolean - modified
At string - modified
By string - name string
The name of the SLO. The name must be alphanumeric.
- parent
Id string The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- post
Request {[key: string]: string}Map - service string
Name of the service.
- signal
Type string The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- {[key: string]: string}
A map defining tag keys and tag values for the SLO.
- version number
- application str
Name of the application.
- compliances
Sequence[Slo
Compliance Args] The compliance settings for the SLO.
- created_
at str - created_
by str - description str
The description of the SLO.
- indicator
Slo
Indicator Args The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- is_
locked bool - is_
mutable bool - is_
system bool - modified_
at str - modified_
by str - name str
The name of the SLO. The name must be alphanumeric.
- parent_
id str The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- post_
request_ Mapping[str, str]map - service str
Name of the service.
- signal_
type str The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- Mapping[str, str]
A map defining tag keys and tag values for the SLO.
- version int
- application String
Name of the application.
- compliances List<Property Map>
The compliance settings for the SLO.
- created
At String - created
By String - description String
The description of the SLO.
- indicator Property Map
The service level indicator on which SLO is to be defined. more details on the difference b/w them can be found on the slo help page
- window_based_evaluation - Evaluate SLI using successful/total windows.
- request_based_evaluation - Evaluate SLI based on occurrence of successful events / total events over entire compliance period.
- monitor_based_evaluation - SLIs for Monitor-based SLOs are calculated at a granularity of 1 minute. A minute is treated as unsuccessful if the Monitor threshold is violated at any point of time within that minute.
- is
Locked Boolean - is
Mutable Boolean - is
System Boolean - modified
At String - modified
By String - name String
The name of the SLO. The name must be alphanumeric.
- parent
Id String The ID of the SLO Folder that contains this SLO. Defaults to the root folder.
- post
Request Map<String>Map - service String
Name of the service.
- signal
Type String The type of SLO. Valid values are
Latency
,Error
,Throughput
,Availability
,Other
. Defaults toLatency
.- Map<String>
A map defining tag keys and tag values for the SLO.
- version Number
Supporting Types
SloCompliance, SloComplianceArgs
- Compliance
Type string The type of compliance to use. Valid values are
Rolling
orCalendar
.- Size string
The size of the compliance period to use.
- For
Rolling
compliance type it must be a multiple of days e.g.1d
,2d
. - For
Calendar
compliance type the allowed values areWeek
,Month
,Quarter
.
- For
- Target double
Target percentage for the SLI over the compliance period. Must be a number between 0 and 100.
- Timezone string
Time zone for the SLO compliance. Follow the format in the IANA Time Zone Database.
- Start
From string Start of the calendar window. For
Week
its required and it would be the day of the week (for e.g. Sunday, Monday etc). ForQuarter
its required, it would be the first month of the start of quarter (for e.g. January, February etc.). ForMonth
it's not required and is set to first day of the month.
- Compliance
Type string The type of compliance to use. Valid values are
Rolling
orCalendar
.- Size string
The size of the compliance period to use.
- For
Rolling
compliance type it must be a multiple of days e.g.1d
,2d
. - For
Calendar
compliance type the allowed values areWeek
,Month
,Quarter
.
- For
- Target float64
Target percentage for the SLI over the compliance period. Must be a number between 0 and 100.
- Timezone string
Time zone for the SLO compliance. Follow the format in the IANA Time Zone Database.
- Start
From string Start of the calendar window. For
Week
its required and it would be the day of the week (for e.g. Sunday, Monday etc). ForQuarter
its required, it would be the first month of the start of quarter (for e.g. January, February etc.). ForMonth
it's not required and is set to first day of the month.
- compliance
Type String The type of compliance to use. Valid values are
Rolling
orCalendar
.- size String
The size of the compliance period to use.
- For
Rolling
compliance type it must be a multiple of days e.g.1d
,2d
. - For
Calendar
compliance type the allowed values areWeek
,Month
,Quarter
.
- For
- target Double
Target percentage for the SLI over the compliance period. Must be a number between 0 and 100.
- timezone String
Time zone for the SLO compliance. Follow the format in the IANA Time Zone Database.
- start
From String Start of the calendar window. For
Week
its required and it would be the day of the week (for e.g. Sunday, Monday etc). ForQuarter
its required, it would be the first month of the start of quarter (for e.g. January, February etc.). ForMonth
it's not required and is set to first day of the month.
- compliance
Type string The type of compliance to use. Valid values are
Rolling
orCalendar
.- size string
The size of the compliance period to use.
- For
Rolling
compliance type it must be a multiple of days e.g.1d
,2d
. - For
Calendar
compliance type the allowed values areWeek
,Month
,Quarter
.
- For
- target number
Target percentage for the SLI over the compliance period. Must be a number between 0 and 100.
- timezone string
Time zone for the SLO compliance. Follow the format in the IANA Time Zone Database.
- start
From string Start of the calendar window. For
Week
its required and it would be the day of the week (for e.g. Sunday, Monday etc). ForQuarter
its required, it would be the first month of the start of quarter (for e.g. January, February etc.). ForMonth
it's not required and is set to first day of the month.
- compliance_
type str The type of compliance to use. Valid values are
Rolling
orCalendar
.- size str
The size of the compliance period to use.
- For
Rolling
compliance type it must be a multiple of days e.g.1d
,2d
. - For
Calendar
compliance type the allowed values areWeek
,Month
,Quarter
.
- For
- target float
Target percentage for the SLI over the compliance period. Must be a number between 0 and 100.
- timezone str
Time zone for the SLO compliance. Follow the format in the IANA Time Zone Database.
- start_
from str Start of the calendar window. For
Week
its required and it would be the day of the week (for e.g. Sunday, Monday etc). ForQuarter
its required, it would be the first month of the start of quarter (for e.g. January, February etc.). ForMonth
it's not required and is set to first day of the month.
- compliance
Type String The type of compliance to use. Valid values are
Rolling
orCalendar
.- size String
The size of the compliance period to use.
- For
Rolling
compliance type it must be a multiple of days e.g.1d
,2d
. - For
Calendar
compliance type the allowed values areWeek
,Month
,Quarter
.
- For
- target Number
Target percentage for the SLI over the compliance period. Must be a number between 0 and 100.
- timezone String
Time zone for the SLO compliance. Follow the format in the IANA Time Zone Database.
- start
From String Start of the calendar window. For
Week
its required and it would be the day of the week (for e.g. Sunday, Monday etc). ForQuarter
its required, it would be the first month of the start of quarter (for e.g. January, February etc.). ForMonth
it's not required and is set to first day of the month.
SloIndicator, SloIndicatorArgs
SloIndicatorMonitorBasedEvaluation, SloIndicatorMonitorBasedEvaluationArgs
- Monitor
Triggers Pulumi.Sumo Logic. Inputs. Slo Indicator Monitor Based Evaluation Monitor Triggers Monitor details on which SLO will be based. Only single monitor is supported here.
- Monitor
Triggers SloIndicator Monitor Based Evaluation Monitor Triggers Monitor details on which SLO will be based. Only single monitor is supported here.
- monitor
Triggers SloIndicator Monitor Based Evaluation Monitor Triggers Monitor details on which SLO will be based. Only single monitor is supported here.
- monitor
Triggers SloIndicator Monitor Based Evaluation Monitor Triggers Monitor details on which SLO will be based. Only single monitor is supported here.
- monitor_
triggers SloIndicator Monitor Based Evaluation Monitor Triggers Monitor details on which SLO will be based. Only single monitor is supported here.
- monitor
Triggers Property Map Monitor details on which SLO will be based. Only single monitor is supported here.
SloIndicatorMonitorBasedEvaluationMonitorTriggers, SloIndicatorMonitorBasedEvaluationMonitorTriggersArgs
- Monitor
Id string ID of the monitor. Ex:
0000000000BCB3A4
- Trigger
Types string Type of monitor trigger which will attribute towards a successful or unsuccessful SLO window. Valid values are
Critical
,Warning
,MissingData
. Only one trigger type is supported.
- Monitor
Id string ID of the monitor. Ex:
0000000000BCB3A4
- Trigger
Types string Type of monitor trigger which will attribute towards a successful or unsuccessful SLO window. Valid values are
Critical
,Warning
,MissingData
. Only one trigger type is supported.
- monitor
Id String ID of the monitor. Ex:
0000000000BCB3A4
- trigger
Types String Type of monitor trigger which will attribute towards a successful or unsuccessful SLO window. Valid values are
Critical
,Warning
,MissingData
. Only one trigger type is supported.
- monitor
Id string ID of the monitor. Ex:
0000000000BCB3A4
- trigger
Types string Type of monitor trigger which will attribute towards a successful or unsuccessful SLO window. Valid values are
Critical
,Warning
,MissingData
. Only one trigger type is supported.
- monitor_
id str ID of the monitor. Ex:
0000000000BCB3A4
- trigger_
types str Type of monitor trigger which will attribute towards a successful or unsuccessful SLO window. Valid values are
Critical
,Warning
,MissingData
. Only one trigger type is supported.
- monitor
Id String ID of the monitor. Ex:
0000000000BCB3A4
- trigger
Types String Type of monitor trigger which will attribute towards a successful or unsuccessful SLO window. Valid values are
Critical
,Warning
,MissingData
. Only one trigger type is supported.
SloIndicatorRequestBasedEvaluation, SloIndicatorRequestBasedEvaluationArgs
- Queries
List<Pulumi.
Sumo Logic. Inputs. Slo Indicator Request Based Evaluation Query> The queries to use.
- Query
Type string The type of query to use. Valid values are
Metrics
orLogs
.- Op string
Comparison function with threshold. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- Threshold double
Compared against threshold query's raw data points to determine success criteria.
- Queries
[]Slo
Indicator Request Based Evaluation Query The queries to use.
- Query
Type string The type of query to use. Valid values are
Metrics
orLogs
.- Op string
Comparison function with threshold. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- Threshold float64
Compared against threshold query's raw data points to determine success criteria.
- queries
List<Slo
Indicator Request Based Evaluation Query> The queries to use.
- query
Type String The type of query to use. Valid values are
Metrics
orLogs
.- op String
Comparison function with threshold. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- threshold Double
Compared against threshold query's raw data points to determine success criteria.
- queries
Slo
Indicator Request Based Evaluation Query[] The queries to use.
- query
Type string The type of query to use. Valid values are
Metrics
orLogs
.- op string
Comparison function with threshold. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- threshold number
Compared against threshold query's raw data points to determine success criteria.
- queries
Sequence[Slo
Indicator Request Based Evaluation Query] The queries to use.
- query_
type str The type of query to use. Valid values are
Metrics
orLogs
.- op str
Comparison function with threshold. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- threshold float
Compared against threshold query's raw data points to determine success criteria.
- queries List<Property Map>
The queries to use.
- query
Type String The type of query to use. Valid values are
Metrics
orLogs
.- op String
Comparison function with threshold. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- threshold Number
Compared against threshold query's raw data points to determine success criteria.
SloIndicatorRequestBasedEvaluationQuery, SloIndicatorRequestBasedEvaluationQueryArgs
- Query
Group stringType The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- Query
Groups List<Pulumi.Sumo Logic. Inputs. Slo Indicator Request Based Evaluation Query Query Group> List of queries to use.
- Query
Group stringType The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- Query
Groups []SloIndicator Request Based Evaluation Query Query Group List of queries to use.
- query
Group StringType The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- query
Groups List<SloIndicator Request Based Evaluation Query Query Group> List of queries to use.
- query
Group stringType The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- query
Groups SloIndicator Request Based Evaluation Query Query Group[] List of queries to use.
- query_
group_ strtype The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- query_
groups Sequence[SloIndicator Request Based Evaluation Query Query Group] List of queries to use.
- query
Group StringType The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- query
Groups List<Property Map> List of queries to use.
SloIndicatorRequestBasedEvaluationQueryQueryGroup, SloIndicatorRequestBasedEvaluationQueryQueryGroupArgs
- Query string
The query string to use.
- Row
Id string The row ID to use.
- Use
Row boolCount Whether to use the row count. Defaults to false.
- Field string
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
- Query string
The query string to use.
- Row
Id string The row ID to use.
- Use
Row boolCount Whether to use the row count. Defaults to false.
- Field string
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
- query String
The query string to use.
- row
Id String The row ID to use.
- use
Row BooleanCount Whether to use the row count. Defaults to false.
- field String
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
- query string
The query string to use.
- row
Id string The row ID to use.
- use
Row booleanCount Whether to use the row count. Defaults to false.
- field string
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
- query str
The query string to use.
- row_
id str The row ID to use.
- use_
row_ boolcount Whether to use the row count. Defaults to false.
- field str
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
- query String
The query string to use.
- row
Id String The row ID to use.
- use
Row BooleanCount Whether to use the row count. Defaults to false.
- field String
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
SloIndicatorWindowBasedEvaluation, SloIndicatorWindowBasedEvaluationArgs
- Op string
The operator used to define a successful window. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- Queries
List<Pulumi.
Sumo Logic. Inputs. Slo Indicator Window Based Evaluation Query> The queries to use.
- Query
Type string The type of query to use. Valid values are
Metrics
orLogs
.- Size string
The size of the window to use, minimum of
1m
and maximum of1h
.- Threshold double
Threshold for classifying window as successful or unsuccessful, i.e. the minimum value for
(good windows / total windows) * 100
.- Aggregation string
Aggregation function applied over each window to arrive at SLI. Valid values are
Avg
,Sum
,Count
,Max
,Min
andp[1-99]
.
- Op string
The operator used to define a successful window. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- Queries
[]Slo
Indicator Window Based Evaluation Query The queries to use.
- Query
Type string The type of query to use. Valid values are
Metrics
orLogs
.- Size string
The size of the window to use, minimum of
1m
and maximum of1h
.- Threshold float64
Threshold for classifying window as successful or unsuccessful, i.e. the minimum value for
(good windows / total windows) * 100
.- Aggregation string
Aggregation function applied over each window to arrive at SLI. Valid values are
Avg
,Sum
,Count
,Max
,Min
andp[1-99]
.
- op String
The operator used to define a successful window. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- queries
List<Slo
Indicator Window Based Evaluation Query> The queries to use.
- query
Type String The type of query to use. Valid values are
Metrics
orLogs
.- size String
The size of the window to use, minimum of
1m
and maximum of1h
.- threshold Double
Threshold for classifying window as successful or unsuccessful, i.e. the minimum value for
(good windows / total windows) * 100
.- aggregation String
Aggregation function applied over each window to arrive at SLI. Valid values are
Avg
,Sum
,Count
,Max
,Min
andp[1-99]
.
- op string
The operator used to define a successful window. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- queries
Slo
Indicator Window Based Evaluation Query[] The queries to use.
- query
Type string The type of query to use. Valid values are
Metrics
orLogs
.- size string
The size of the window to use, minimum of
1m
and maximum of1h
.- threshold number
Threshold for classifying window as successful or unsuccessful, i.e. the minimum value for
(good windows / total windows) * 100
.- aggregation string
Aggregation function applied over each window to arrive at SLI. Valid values are
Avg
,Sum
,Count
,Max
,Min
andp[1-99]
.
- op str
The operator used to define a successful window. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- queries
Sequence[Slo
Indicator Window Based Evaluation Query] The queries to use.
- query_
type str The type of query to use. Valid values are
Metrics
orLogs
.- size str
The size of the window to use, minimum of
1m
and maximum of1h
.- threshold float
Threshold for classifying window as successful or unsuccessful, i.e. the minimum value for
(good windows / total windows) * 100
.- aggregation str
Aggregation function applied over each window to arrive at SLI. Valid values are
Avg
,Sum
,Count
,Max
,Min
andp[1-99]
.
- op String
The operator used to define a successful window. Valid values are
LessThan
,LessThanOrEqual
,GreaterThan
,GreaterThanOrEqual
.- queries List<Property Map>
The queries to use.
- query
Type String The type of query to use. Valid values are
Metrics
orLogs
.- size String
The size of the window to use, minimum of
1m
and maximum of1h
.- threshold Number
Threshold for classifying window as successful or unsuccessful, i.e. the minimum value for
(good windows / total windows) * 100
.- aggregation String
Aggregation function applied over each window to arrive at SLI. Valid values are
Avg
,Sum
,Count
,Max
,Min
andp[1-99]
.
SloIndicatorWindowBasedEvaluationQuery, SloIndicatorWindowBasedEvaluationQueryArgs
- Query
Group stringType The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- Query
Groups List<Pulumi.Sumo Logic. Inputs. Slo Indicator Window Based Evaluation Query Query Group> List of queries to use.
- Query
Group stringType The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- Query
Groups []SloIndicator Window Based Evaluation Query Query Group List of queries to use.
- query
Group StringType The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- query
Groups List<SloIndicator Window Based Evaluation Query Query Group> List of queries to use.
- query
Group stringType The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- query
Groups SloIndicator Window Based Evaluation Query Query Group[] List of queries to use.
- query_
group_ strtype The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- query_
groups Sequence[SloIndicator Window Based Evaluation Query Query Group] List of queries to use.
- query
Group StringType The type of query. Valid values are
Successful
,Unsuccessful
,Total
,Threshold
.- query
Groups List<Property Map> List of queries to use.
SloIndicatorWindowBasedEvaluationQueryQueryGroup, SloIndicatorWindowBasedEvaluationQueryQueryGroupArgs
- Query string
The query string to use.
- Row
Id string The row ID to use.
- Use
Row boolCount Whether to use the row count. Defaults to false.
- Field string
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
- Query string
The query string to use.
- Row
Id string The row ID to use.
- Use
Row boolCount Whether to use the row count. Defaults to false.
- Field string
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
- query String
The query string to use.
- row
Id String The row ID to use.
- use
Row BooleanCount Whether to use the row count. Defaults to false.
- field String
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
- query string
The query string to use.
- row
Id string The row ID to use.
- use
Row booleanCount Whether to use the row count. Defaults to false.
- field string
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
- query str
The query string to use.
- row_
id str The row ID to use.
- use_
row_ boolcount Whether to use the row count. Defaults to false.
- field str
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
- query String
The query string to use.
- row
Id String The row ID to use.
- use
Row BooleanCount Whether to use the row count. Defaults to false.
- field String
Field of log query output to compare against. To be used only for logs based data type when
use_row_count
is false.
Package Details
- Repository
- Sumo Logic pulumi/pulumi-sumologic
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
sumologic
Terraform Provider.