From e6df9198bb244955c992611e084a11bdb44ed635 Mon Sep 17 00:00:00 2001 From: Tao <104055472+teowa@users.noreply.github.com> Date: Fri, 27 Dec 2024 02:52:56 +0800 Subject: [PATCH] `azurerm_monitor_data_collection_rule` - doc: remove deprecated stream type (#28367) Co-authored-by: kt --- website/docs/d/monitor_data_collection_rule.html.markdown | 2 +- website/docs/r/monitor_data_collection_rule.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/d/monitor_data_collection_rule.html.markdown b/website/docs/d/monitor_data_collection_rule.html.markdown index 781440260cd8..598f8c520e3d 100644 --- a/website/docs/d/monitor_data_collection_rule.html.markdown +++ b/website/docs/d/monitor_data_collection_rule.html.markdown @@ -329,7 +329,7 @@ A `windows_event_log` block exports the following: * `name` - The name which should be used for this data source. This name should be unique across all data sources regardless of type within the Data Collection Rule. -* `streams` - Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. Possible values include but not limited to `Microsoft-Event`,and `Microsoft-WindowsEvent`, `Microsoft-RomeDetectionEvent`, and `Microsoft-SecurityEvent`. +* `streams` - Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. Possible values include but not limited to `Microsoft-Event`,and `Microsoft-WindowsEvent`, and `Microsoft-SecurityEvent`. * `x_path_queries` - Specifies a list of Windows Event Log queries in XPath expression. diff --git a/website/docs/r/monitor_data_collection_rule.html.markdown b/website/docs/r/monitor_data_collection_rule.html.markdown index f0026a617a3b..1bab302da15f 100644 --- a/website/docs/r/monitor_data_collection_rule.html.markdown +++ b/website/docs/r/monitor_data_collection_rule.html.markdown @@ -522,7 +522,7 @@ A `windows_event_log` block supports the following: * `name` - (Required) The name which should be used for this data source. This name should be unique across all data sources regardless of type within the Data Collection Rule. -* `streams` - (Required) Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. Possible values include but not limited to `Microsoft-Event`,and `Microsoft-WindowsEvent`, `Microsoft-RomeDetectionEvent`, and `Microsoft-SecurityEvent`. +* `streams` - (Required) Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to. Possible values include but not limited to `Microsoft-Event`,and `Microsoft-WindowsEvent` and `Microsoft-SecurityEvent`. * `x_path_queries` - (Required) Specifies a list of Windows Event Log queries in XPath expression. Please see [this document](https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-collection-rule-azure-monitor-agent?tabs=cli#filter-events-using-xpath-queries) for more information.