We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808210b commit 75cade8Copy full SHA for 75cade8
internal/kibana/security_detection_rule/schema.go
@@ -541,7 +541,7 @@ func GetSchema() schema.Schema {
541
Attributes: map[string]schema.Attribute{
542
"group_by": schema.ListAttribute{
543
MarkdownDescription: "Array of field names to group alerts by for suppression.",
544
- Required: true,
+ Optional: true,
545
ElementType: types.StringType,
546
},
547
"duration": schema.SingleNestedAttribute{
0 commit comments