Hi, I am new to fleet. Could anyone help me out wi...
# fleet
m
Hi, I am new to fleet. Could anyone help me out with how to specify file paths to monitor using fleet?
j
you'll need to use fleetctl. I think if you read through those docs, you'll see what your are looking for.
m
Ok. thanks for reply. I was checking on UI. Now I tried using fleetctl and got the config by checking options. Can we add file_paths in the options yml? There is no info about it in docs.
k
@manoj434 here is an excerpt from the ReadMe example on FleetDM
file_paths: users: ◦ /Users/%/Library/%% ◦ /Users/%/Documents/%% etc: ◦ /etc/%%
Here is the link and you can do a quick search for file_paths to see that example I cited
m
Thanks a lot @koo!
k
You are welcome and I hope that helped 😊
m
Yes.. I was checking and its working.