Hello,
Need help understanding why perfmon works but eventually stops working after awhile,
Using Elastic Agent - Windows Integration to collect windows perfmon counters, the data comes in but then stops ingesting after an hour.
I looked into agent logs and see only this error message once it stopped ingesting:
[elastic_agent.metricbeat][error] Error fetching data for metricset windows.perfmon: failed reading counters: failed collecting counter values: No data to return.
Heres' my perfmon configuration:
- object: 'DFS Replicated Folders'
instance: ["*"]
counters:
- name: 'Total Files Received'
field: total_files_received
format: "long"
- name: "Staging Space In Use"
field: staging_space_in_use
format: "long"
[Link to similar post]
[Metricbeat failed reading counters: failed collecting counter values: No data to return]
Elastic Agent version: 8.9.0