Difference between revisions of "Adding a rule/zh-cn"

From Senfi Docs
Jump to: navigation, search
(Created page with "=== 先决条件 === 规则需要进行设计和逻辑编程,才能使其正常运作。如果这是您第一次创建规则,请先阅读本指南 。")
(Created page with "您还应该熟悉基本测量及其概念。如果需要复习,请阅读本节。")
Line 2: Line 2:
 
规则需要进行设计和逻辑编程,才能使其正常运作。如果这是您第一次创建规则,请先阅读本[[Rule|指南]] 。
 
规则需要进行设计和逻辑编程,才能使其正常运作。如果这是您第一次创建规则,请先阅读本[[Rule|指南]] 。
  
You should also be familiar with the basic [[Measurement|measurements]] and its concepts. Please read [[Concepts#Measurement.2C_Metric.2C_Tag|this section]] if you require a refresher.
+
您还应该熟悉基本[[Measurement|测量]]及其概念。如果需要复习,请阅读[[Concepts#Measurement.2C_Metric.2C_Tag|本节]]
  
 
You should  
 
You should  

Revision as of 14:41, 5 November 2019

先决条件

规则需要进行设计和逻辑编程,才能使其正常运作。如果这是您第一次创建规则,请先阅读本指南

您还应该熟悉基本测量及其概念。如果需要复习,请阅读本节

You should

  • Know what event the Rule should detect.
  • Know what you would like Senfi to do (Action) when the event is detected
  • Have already created the Input measurement & metrics.
  • Know the thresholds or values which indicates occurrence of event.
  • Be able to send records to Input measurement & metric.
  • (Optional) Be able to send simulated records to Input measurement & metric (to simulate occurrence of event or situation)

Adding a New Rule

  1. Login to the CMS.
  2. Go to the Rule tab.
  3. Click the + button to add a new rule.
  4. Give the rule a descriptive name. This will be shown to users of the dashboard.
  5. Select the Severity of the rule.
  6. Select Evaluate Type of the rule.
  7. (Optional) Select the Access Group that would be able to view and modify the rule. Defaults to all users in your organization.
  8. Give the rule a descriptive Description. The Description would be the default content for any Action.
  9. Construct the Conditions using the editor. Read section on "Constructing Condition" for more details.
  10. Save when done.
  11. (Optional) Test the rule by sending records to simulate event.