Skip to content

Commit 35bbf17

Browse files
authored
1 parent adbd8ad commit 35bbf17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/kibana/slo.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,11 @@ func getSchema() map[string]*schema.Schema {
457457
Optional: true,
458458
Computed: true,
459459
},
460+
"preventInitialBackfill": {
461+
Description: "Prevents the underlying ES transform from attempting to backfill data on start, which can sometimes be resource-intensive or time-consuming and unnecessary",
462+
Type: schema.BoolAttribute,
463+
Optional: true,
464+
}
460465
},
461466
},
462467
},

0 commit comments

Comments
 (0)