sematext / logagent-js

Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint
https://sematext.com/logagent
Apache License 2.0
389 stars 79 forks source link

File-access via Windows UNC Path fails #275

Open megastef opened 3 years ago

megastef commented 3 years ago

Hi,

we try to use LA with Windows UNC Path

input:
  file:
    - \\servername\c$\someapp\logs\*.log

It turns out, that issue #74 in node-glob is the problem. https://github.com/isaacs/node-glob/issues/74#issuecomment-611196129

Best Regards Stefan