https://github.com/osquery/osquery logo
Title
z

Zach Zeid

09/04/2020, 4:59 PM
Is there a way to add new decorators within the Kolide UI? Are those supposed to be labels?
s

sundsta

09/04/2020, 5:25 PM
Not within the UI.
z

Zach Zeid

09/04/2020, 5:26 PM
👍 I didn't think so, but I wasn't 100% sure
s

seph

09/04/2020, 5:42 PM
Depending on what you mean. https://github.com/kolide/fleet/pull/2236 may be what you’re looking for.
z

zwass

09/04/2020, 6:02 PM
Yeah, use
fleetctl
for decorators. Labels are a totally different functionality (dynamic grouping of hosts).
z

Zach Zeid

09/04/2020, 6:11 PM
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

sundsta

09/04/2020, 6:16 PM
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.
🤦 1