Skip to content

Commit 7830070

Browse files
committed
Fix docs
1 parent ca7f150 commit 7830070

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

website/docs/r/metrics_search.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: |-
66
---
77

88
# sumologic_metrics_search
9+
(Deprecated) Please use [Metrics Search V2](./metrics_search_v2.html.markdown) instead.
910
Provides a [Sumologic Metrics Search][1].
1011

1112
## Example Usage

website/docs/r/metrics_search_v2.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following arguments are supported:
4242
- `description` - (Required) Description of the search.
4343
- `folder_id` - (Required) The identifier of the folder to create the metrics search in.
4444
- `queries` - (Required) Array of objects [MetricsSearchQueryV2](#schema-for-metrics_search_query). Metrics queries, up to the maximum of six.
45-
- `time_range` - (Block List, Max: 1, Required) Time range of the log search. See [time range schema](#schema-for-time_range)
45+
- `time_range` - (Block List, Max: 1, Required) Time range of the metrics search. See [time range schema](#schema-for-time_range)
4646

4747
### Schema for `queries`
4848
- `query_key` - (Required) Key for the query row, A to Z letter.

0 commit comments

Comments
 (0)