Skip to content

Commit

Permalink
azurerm_monitor_data_collection_rule - doc: remove deprecated strea…
Browse files Browse the repository at this point in the history
…m type (hashicorp#28367)

Co-authored-by: kt <kt@katbyte.me>
  • Loading branch information
2 people authored and aochsner committed Dec 31, 2024
1 parent 1b3bce9 commit b1bf41e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/monitor_data_collection_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/monitor_data_collection_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b1bf41e

Please sign in to comment.