Skip to content

Commit 201b523

Browse files
charlessumoErikAtSumo
authored andcommitted
SUMO-0: Add terraform support for searchable time dashboard
1 parent dd46f77 commit 201b523

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## X.Y.Z (Unreleased)
22
* Add new change notes here
3+
* Add support for searchable time for dashboard field time_source
34

45
BUG FIXES:
56
* When the email of a sumologic_user is changed, instead of silently doing nothing, an error will be raised to the user

sumologic/resource_sumologic_dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ func getSumoSearchPanelQuerySchema() map[string]*schema.Schema {
371371
Type: schema.TypeString,
372372
Optional: true,
373373
Default: "Message",
374-
ValidateFunc: validation.StringInSlice([]string{"Message", "Receipt"}, false),
374+
ValidateFunc: validation.StringInSlice([]string{"Message", "Receipt", "Searchable"}, false),
375375
},
376376
"transient": {
377377
Type: schema.TypeBool,

0 commit comments

Comments
 (0)