WindowsEventLogDataSource Class
Definition of which Windows Event Log events will be collected and how they will be collected. Only collected from Windows machines.
ivar streams: 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.
vartype streams: list[str or ~$(python-base-namespace).v2019_11_01_preview.models.KnownWindowsEventLogDataSourceStreams]
ivar x_path_queries: A list of Windows Event Log queries in XPATH format.
vartype x_path_queries: list[str]
ivar name: A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.
vartype name: str
- Inheritance
-
WindowsEventLogDataSource
Constructor
WindowsEventLogDataSource(*, streams: Optional[List[Union[str, azure.mgmt.monitor.v2019_11_01_preview.models._monitor_management_client_enums.KnownWindowsEventLogDataSourceStreams]]] = None, x_path_queries: Optional[List[str]] = None, name: Optional[str] = None, **kwargs)
Feedback
Submit and view feedback for