Skip to content

Commit f62a799

Browse files
author
Abhishek Singh
committed
SUMO-254792: Updating ChangeLog
1 parent 7296110 commit f62a799

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sumologic/resource_sumologic_log_search_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

website/docs/r/log_search.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)