From fcce6b4c996096bb676dd4348550fb526591746b Mon Sep 17 00:00:00 2001 From: Darian Metz Date: Wed, 24 Jan 2024 15:26:00 -0800 Subject: [PATCH] disambiguated bullets --- website/docs/r/cse_aggregation_rule.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/cse_aggregation_rule.html.markdown b/website/docs/r/cse_aggregation_rule.html.markdown index 3627e181..09c8174b 100644 --- a/website/docs/r/cse_aggregation_rule.html.markdown +++ b/website/docs/r/cse_aggregation_rule.html.markdown @@ -63,9 +63,9 @@ The following arguments are supported: + `default` - (Optional) The severity to use in the "constant" case or to fall back to if the field used by "fieldValue"/"fieldValueMapping" is not populated. + `field` - (Optional) The field to use in the "fieldValue"/"fieldValueMapping" cases. + `mapping` - (Optional) The map of record values to severities to use in the "fieldValueMapping" case - - `type` - (Required) Must be set to "eq" currently - - `from` - (Required) The record value to map from - - `to` - (Required) The severity value to map to + * `type` - (Required) Must be set to "eq" currently + * `from` - (Required) The record value to map from + * `to` - (Required) The severity value to map to - `summary_expression` - (Optional) The summary of the generated Signals - `tags` - (Required) The tags of the generated Signals - `trigger_expression` - (Required) The expression to determine whether a Signal should be created based on the aggregation results