Graylog2 / collector-sidecar

Manage log collectors through Graylog
https://www.graylog.org/
Other
268 stars 56 forks source link

Make windows drive range configurable #450

Closed thll closed 1 year ago

thll commented 1 year ago

Adds a new configuration option to control which windows drives are included for available disk space scanning:

windows_drive_range: "CDEFGHIJKLMNOPQRSTUVWXYZ"

To only scan disks C: and D:, set this to:

windows_drive_range: "CD"

To not scan any drives at all, set this to:

windows_drive_range: ""

Fixes #371