Difference between revisions of "Adding a rule/zh-cn"
From Senfi Docs
(Created page with "你应该 * 知道规则应检测的事件。 * 知道检测到事件后,您希望Senfi做什么应对('''触发事件''') * 已经创建了'''输入'''测量和参数...") |
(Created page with "=== 添加新规则 ===") |
||
Line 12: | Line 12: | ||
* (可选)能够将模拟记录发送到“'''输入'''测量和参数”(模拟事件或情况的发生) | * (可选)能够将模拟记录发送到“'''输入'''测量和参数”(模拟事件或情况的发生) | ||
− | === | + | === 添加新规则 === |
# Login to the [https://ems.senfi.io/cms CMS]. | # Login to the [https://ems.senfi.io/cms CMS]. |
Revision as of 15:00, 5 November 2019
先决条件
规则需要进行设计和逻辑编程,才能使其正常运作。如果这是您第一次创建规则,请先阅读本指南 。
你应该
- 知道规则应检测的事件。
- 知道检测到事件后,您希望Senfi做什么应对(触发事件)
- 已经创建了输入测量和参数。
- 知道表示事件发生的阈值或值。
- 能够将记录发送到输入测量和参数。
- (可选)能够将模拟记录发送到“输入测量和参数”(模拟事件或情况的发生)
添加新规则
- Login to the CMS.
- Go to the Rule tab.
- Click the + button to add a new rule.
- Give the rule a descriptive name. This will be shown to users of the dashboard.
- Select the Severity of the rule.
- Select Evaluate Type of the rule.
- (Optional) Select the Access Group that would be able to view and modify the rule. Defaults to all users in your organization.
- Give the rule a descriptive Description. The Description would be the default content for any Action.
- Construct the Conditions using the editor. Read section on "Constructing Condition" for more details.
- Save when done.
- (Optional) Test the rule by sending records to simulate event.