Skip to content

Commit 75cade8

Browse files
committed
Fix threshold test for alert_supression
1 parent 808210b commit 75cade8

File tree

1 file changed

+1
-1
lines changed
  • internal/kibana/security_detection_rule

1 file changed

+1
-1
lines changed

internal/kibana/security_detection_rule/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ func GetSchema() schema.Schema {
541541
Attributes: map[string]schema.Attribute{
542542
"group_by": schema.ListAttribute{
543543
MarkdownDescription: "Array of field names to group alerts by for suppression.",
544-
Required: true,
544+
Optional: true,
545545
ElementType: types.StringType,
546546
},
547547
"duration": schema.SingleNestedAttribute{

0 commit comments

Comments
 (0)