File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ func TestAccSumologicLogSearch_withSearchableTime(t *testing.T) {
664664 queryString := "_sourceCategory=prod error | count by _sourceHost"
665665 parsingMode := "AutoParse"
666666 intervalTimeType := "searchableTime"
667- literalRangeName := "yesterday "
667+ literalRangeName := "today "
668668 tfResourceName := "tf_valid_interval_searchable"
669669 resourceName := fmt .Sprintf ("sumologic_log_search.%s" , tfResourceName )
670670
Original file line number Diff line number Diff line change @@ -116,7 +116,8 @@ The following arguments are supported:
116116 ` false ` if it is to be run by message time. Default value is ` false ` .
117117- ` interval_time_type ` - (Optional) This field defines whether the search should run by message time or receipt time .
118118 Allowed values are: ` messageTime ` , ` receiptTime ` .
119- If not set, the system uses the run_by_receipt_time field.
119+ If not set, the system uses the run_by_receipt_time field.
120+ If both fields are set, interval_time_type will take precedence
120121
121122### Schema for ` query_parameter `
122123- ` name ` - (Required) The name of the parameter.
You can’t perform that action at this time.
0 commit comments