-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Team:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane team
Description
In Windows diskio to network mapped drives is not reported.
- use
net useto map a network drive.net use Z: \\VBOXSVR\vagrant - in cmd.exe switch to the drive.
Z: - start metricbeat with system module enabled and just diskio metricset
- in cmd.exe create some disk io.
echo "some long string" > newfile.txt
We do see events for the C: drive, but nothing for the Z: drive.
We do see the following error:
{"log.level":"error","@timestamp":"2024-05-28T09:16:49.163-0700","log.origin":{"function":"github.com/elastic/elastic-agent-system-metrics/metric/system/diskio.ioCounters","file.name":"diskio/diskstat_windows_helper.go","file.line":75},"message":"Could not return any performance counter values for \\\\.\\Z: .Error: Incorrect function.","service.name":"metricbeat","ecs.version":"1.6.0"}
We need to either fix or update the documentation for windows diskio that network drives will not be reported.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Team:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane team