Hi all, it's possibile to group host in Fleet GUI?
# fleet
i
Hi all, it's possibile to group host in Fleet GUI?
j
You can use labels - so you can write a query to populate a label that identifies systems to be in a particular group.
i
I want to group them by department, like hr, facility, consultants, etc.,, and not by machine type
j
AFAIK you cannot group manually, so you'd need to be able to express it as a query.
and that query runs on the local device.
i
can you give me n example?
z
You actually can do "manual" labels. See https://fleetdm.com/docs/using-fleet/configuration-files#labels.
j
oh neat. I had no idea.
a
So if I deposit a .plist file on a computer as it’s being enrolled, I could read it with this? Or is there a better way? https://osquery.readthedocs.io/en/stable/development/reading-files/
z
@Adam Connor you probably want the
plist
table: https://osquery.io/schema/5.3.0/#plist (eg.
select * from plist where path = '/path/to/foo.plist'
)
a
thanks @zwass I think I’m officially in love with Fleet and osquery now…
z
Ha that's what we like to hear! 💓