Hi,
i have installed Grafana-Agent-V0.42.0 on Windows 10 Pro for Workstation. I did the configuration but grafana isn’t able to read the log files on windows. attaching the event log from windows machine Last part of config look likes this. I have given the paths to the files but it didn’t help either.
- job_name: integrations/node_exporter_direct_scrape
static_configs:
- targets:
- localhost
labels:
instance: 'xxxx'
__path__: C:\WINDOWS\system32\config\*
job: integrations/node_exporter
Has any have encountered the similar issue?