cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

File System Monitoring Extension - Windows Permissions

DanielS
DynaMight Guru
DynaMight Guru

Hello Community!!!

I've set up the file system monitoring extension on Windows and can't find the correct permission to assign. The extension is working, but if I leave an Everyone Full Control permission  on the destination folder, the extension can see the file count, for example. (I tried with other metrics and same thing happens) but if we use SYSTEM permission  it didn't work it just returns 0.

DanielS_0-1713889660077.png


I can't leave everyone full control in folders. Does anyone know what the correct permission is to give and leave the extension running?

Thanks,

The true delight is in the finding out rather than in the knowing.
2 REPLIES 2

DanielS
DynaMight Guru
DynaMight Guru

DanielS_0-1713906101947.png

I can confirm that the user running both processes is SYSTEM.

IMG_1314.jpg

So If SYSTEM has full control is very odd that with the given permissions the Extension cannot see the files.

The true delight is in the finding out rather than in the knowing.

Mike_L
Dynatrace Guru
Dynatrace Guru

Python extensions in extension framework 2.0 runs as LocalService so please make sure that that user has access.

The System user you see is for the process which spawns the extensions runtime seeing as some data sources, such as WMI, needs to run as LocalSystem.

Mike

Featured Posts