Skip to content

Host Metrics Disk error on Windows Server 2022, suspect RAID 1 relevant #24638

@josh-a1x

Description

@josh-a1x

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

When I enable disk collection from host_metrics I get this error:

2026-02-11T09:40:49.757841Z ERROR source{component_kind="source" component_id=host_metrics component_type=host_metrics}: vector::internal_events::host_metrics: Failed to load/parse disk I/O data. error=The system cannot find the file specified. (os error 2) error_type="reader_failed" stage="receiving"

Configuration

api:
  enabled: true
  address: 0.0.0.0:8686

sources:
  host_metrics:
    type: host_metrics
    scrape_interval_secs: 15
    collectors: [
       "disk"
  ]
  vector_internal_logs:
    type: internal_logs

sinks:
  internal_log_file:
    type: file
    inputs:
      - vector_internal_logs
      - host_metrics
    path: "C:\\ProgramData\\Vector\\logs\\vector-%Y-%m-%d.log"
    encoding:
      codec: text

Version

vector 0.51.1 (x86_64-pc-windows-msvc 44c8f1c 2025-11-13 15:16:05.303418529)

Debug Output

Uploading the log output has crashed gist twice, so I cannot share it that way. Here is a google drive link https://drive.google.com/file/d/17fVVL7ljtV1MF8FOazhRD4p2Pf_9pXNY/view?usp=sharing

Example Data

No response

Additional Context

Running on Windows Server 2022 on a machine with RAID 1.
Edition Windows Server 2022 Standard
Version 21H2
Installed on ‎2/‎5/‎2026
OS build 20348.4648
Intel(R) Xeon(R) Gold 6226R CPU @ 2.90GHz 2.90 GHz
128 GB RAM

References

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions