Hello,
As I noticed competitors are leveraging WinRM to retrieve data from hosts.
It seems like this is mostly covered by Metricbeat and Winlogbeat but I wanted to confirm that all these are possible with Elastic.
WinRM polling is a method used to collect data from WMI-rooted component monitors. These component monitors include various aspects such as:
- Directory Size Monitors: These monitor the size of directories on Windows systems.
- File Count Monitors: They keep track of the number of files in specific directories.
- Performance Counter Monitors: These collect performance data using Windows performance counters.
- Process Monitors for Windows: Monitoring specific processes running on Windows machines.
- Windows Event Log Monitors: Collecting information from Windows event logs.
- Windows Service Monitors: Monitoring the status and performance of Windows services.
- WMI Monitors: Utilizing Windows Management Instrumentation (WMI) for data collection.