Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions internal/kibana/slo.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,11 @@
Optional: true,
Computed: true,
},
"preventInitialBackfill": {
Description: "Prevents the underlying ES transform from attempting to backfill data on start, which can sometimes be resource-intensive or time-consuming and unnecessary",
Type: schema.BoolAttribute,
Optional: true,
}

Check failure on line 464 in internal/kibana/slo.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or } (typecheck)

Check failure on line 464 in internal/kibana/slo.go

View workflow job for this annotation

GitHub Actions / Lint

missing ',' before newline in composite literal (typecheck)

Check failure on line 464 in internal/kibana/slo.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 464 in internal/kibana/slo.go

View workflow job for this annotation

GitHub Actions / Build

syntax error: unexpected newline in composite literal; possibly missing comma or }
},
},
},
Expand Down
Loading