Is there a way to disable the usage stats introduc...
# fleet
d
Is there a way to disable the usage stats introduced in 4 via config / flag?
z
Yep, it's part of the DB app config so you can modify it via UI,
fleetctl
, or API.
Copy code
---
apiVersion: v1
kind: config
spec:
  server_settings:
    enable_analytics: true
d
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
Understood. Thanks for letting us know 🙂
r
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
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
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