-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] - system.diskio
datastream missing on Kibana for unprivileged mode.
#4982
Comments
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Best option is probably to handle this type of error by having:
WDYT? |
I agree with you and this would also help with excessive error logging |
Could you try to add the |
The datastream also needs to be marked as requiring root in the integration: https://github.com/elastic/integrations/blob/main/packages/system/data_stream/diskio/manifest.yml I think this is missing from a few data streams in that package. |
Thanks for finding this out. |
There's one particular error showing up after giving all necessary privileges in unprivileged mode.
Could not return any performance counter values for \\.\C: .Error: Access is denied.
DeviceIoControl
call.It tries to open a volume (not the filesystem) to fetch performance counters. As per this microsoft doc,
We can fix this error by giving administrative privileges to our unprivileged user. But isn't it the very thing we're trying to avoid?
Originally posted by @VihasMakwana in #4705 (comment)
The text was updated successfully, but these errors were encountered: