OBJECT
InsightRuleConstraint
Constarint/Condition used by Insight Correlation Rule
link GraphQL Schema definition
- type InsightRuleConstraint {
- # constraints to apply recursively
- InsightRuleConstraint!] : [
- # Property of Observation on which to apply constraint
- String :
- # Operator used to apply on properties of a Observation
- InsightRuleOperator! :
- # Check if the constraint needs to be strict match for insight generation
- Boolean :
- # Value of property to be compared againts for the key
- String :
- }
link Require by
- InsightCorrelationRuleInsightCorrelationRule type. InsightCorrelationRule are rules used to correlate Observations and create Insights
- InsightRuleConstraintConstarint/Condition used by Insight Correlation Rule
- ObservationTaggingRuleTaggingRule type. TaggingRules are rules used to add user-defined tags to Observations based on rule conditions.