Skip to content

Commit 8e50584

Browse files
remove space
1 parent fcc7881 commit 8e50584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/observability/incident-management/create-metric-threshold-rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When you select **Alert me if there’s no data**, the rule is triggered if the
4848
The **Filters** control the scope of the rule. If used, the rule will only evaluate metric data that matches the query in this field. In this example, the rule will only alert on metrics reported from a Cloud region called `us-east`.
4949

5050
::::{note}
51-
Filters that you've added to the rule using the [create rule API ](https://www.elastic.co/docs/api/doc/kibana/operation/operation-post-alerting-rule-id) won't display in the UI when you're editing a rule. If you want to modify them, you must manually re-add the filters by entering a KQL query in the rule's **Filter** field.
51+
Filters that you've added to the rule using the [create rule API](https://www.elastic.co/docs/api/doc/kibana/operation/operation-post-alerting-rule-id) won't display in the UI when you're editing a rule. If you want to modify them, you must manually re-add the filters by entering a KQL query in the rule's **Filter** field.
5252
::::
5353

5454
The **Group alerts by** creates an instance of the alert for every unique value of the `field` added. For example, you can create a rule per host or every mount point of each host. You can also add multiple fields. In this example, the rule will individually track the status of each `host.name` in your infrastructure. You will only receive an alert about `host-1`, if `host.name: host-1` passes the threshold, but `host-2` and `host-3` do not.

0 commit comments

Comments
 (0)