Hello,
While troubleshooting an issue on our Windows servers, we saw that Filebeat is opening files in read/write mode.
Should it be read only mode?
There's no reason to be other than readonly.
O:\Outils\SysinternalsSuite>tasklist | findstr fileb
filebeat.exe 6024 Services 0 75,816 K
O:\Outils\SysinternalsSuite>handle -a -u -p 6024 | findstr depot_journal
2D0: File (RWD) D:\depot_journal\mpo-app\mpo-web2-cluster-ms2\det\acces.log
2EC: File (RWD) D:\depot_journal\mpo-apppr\mpo-batch-cluster-ms1\mpo-com\application.log
2F0: File (RWD) D:\depot_journal\mpo-app\mpo-web1-cluster-ms2\mpo-audit\acces.log
318: File (RWD) D:\depot_journal\mpo-apppr\mpo-web1-cluster-ms2\mpo-portail\application.log
354: File (RWD) D:\depot_journal\mpo-apppr\mpo-web1-cluster-ms2\mpo-audit\acces.log
3A8: File (RWD) D:\depot_journal\mpo-app\mpo-web1-cluster-ms2\mpo-com\application.log
3B4: File (RWD) D:\depot_journal\mpo-apppr\mpo-web2-cluster-ms2\mpo-identite\application.log
3B8: File (RWD) D:\depot_journal\mpo-app\mpo-web2-cluster-ms2\set\application.log
3C8: File (RWD) D:\depot_journal\mpo-app\mpo-web2-cluster-ms2\mpo-identite\application.log
Thanks,
Bruno