I'm trying to monitor the same file on different drives on Windows systems. I tried putting a wildcard into the inputs.conf but that doesn't seem to work for a drive letter.
For instance I have these two different paths:
C:\Program Files\folder\file.txt
D:\Program Files\folder\file.txt
I tried editing my inputs.conf as below
[monitor://*:\Program Files\folder\file.txt]
[monitor://Program Files\folder\file.txt]
No luck with either one and I haven't been able to find any other questions addressing this.
... View more