Filebeat adds drive letter to path

Hi,
since I always get help here, i try next one. This may be something very obvious, but i spent already few hours on this.

It's about filebeat (7.3.0) running on Windows server
I'm using shared drive in my Filebeat inputs.yml file:

- type: log
  paths:
    - \\vsfs10\\ifpcshare\\InformaticaServer\\WorkflowLogs\\**\\*.log

And when I start Filebeat it thinks, that the path is

I:\vsfs10\ifpcshare\InformaticaServer\WorkflowLogs\*.log

according to logfile. Filebeat is adding "I:" to my path.

I start Filebeat from command line just by going to location I:\Filebeat and entering .\filebeat.exe

I already tried to put my path in single quotes like this:

- '\\vsfs10\\ifpcshare\\InformaticaServer\\WorkflowLogs\\**\\*.log'

And I tried to escape backslashes like this:

- \\\\vsfs10\\ifpcshare\\InformaticaServer\\WorkflowLogs\\**\\*.log

Which didn't help obviously.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.