Is there a way to add new decorators within the Ko...
# kolide
z
Is there a way to add new decorators within the Kolide UI? Are those supposed to be labels?
s
Not within the UI.
z
👍 I didn't think so, but I wasn't 100% sure
s
Depending on what you mean. https://github.com/kolide/fleet/pull/2236 may be what you’re looking for.
z
Yeah, use
fleetctl
for decorators. Labels are a totally different functionality (dynamic grouping of hosts).
z
got it, thanks!
I should be able to use
fleet serve --config <config file
to serve up decorators if they're defined in the config file right?
s
No, we discussed this previously. Only the options in https://github.com/kolide/fleet/blob/master/docs/infrastructure/configuring-the-fleet-binary.md can be used in the config file passed to Fleet.
facepalm 1