ENUM

InsightRuleType

Rule types

link GraphQL Schema definition

  • enum InsightRuleType {
  • # Rules used to correlate observations and create insights
  • CORRELATION
  • # Insight configuration per tenant
  • INSIGHT_CONFIGURATION
  • # Rules to map generic alert to observation
  • OBSERVATION_MAPPING
  • # Rules to add additional tags to observations
  • TAGGING
  • }