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

defensivedepth

07/26/2021, 8:26 PM
Is there a way to disable the usage stats introduced in 4 via config / flag?
z

zwass

07/26/2021, 8:34 PM
Yep, it's part of the DB app config so you can modify it via UI,
fleetctl
, or API.
---
apiVersion: v1
kind: config
spec:
  server_settings:
    enable_analytics: true
d

defensivedepth

07/26/2021, 8:41 PM
Thanks @zwass! We will need to ship it off by default within Security Onion, but users will certainly be able to enable it if they so choose.
z

zwass

07/26/2021, 8:41 PM
Understood. Thanks for letting us know 🙂
r

Ryan

07/29/2021, 9:40 AM
Can it be modified via the fleet.yml config file? I don't see the option mentioned in https://github.com/fleetdm/fleet/blob/main/docs/2-Deploying/2-Configuration.md
r

Rachel Perkins

07/29/2021, 3:17 PM
Ah no bueno, I think what you're looking for got moved to it's own directory. Let me know if this is it https://github.com/fleetdm/fleet/tree/main/docs/1-Using-Fleet/configuration-files
d

defensivedepth

07/29/2021, 8:06 PM
So because this is part of the app config, we cannot reference it as a Flag or Environment variable, correct?
âž• 1
Just created a feature request for this: https://github.com/fleetdm/fleet/issues/1524
:ty: 1