fleetdm / fleet

Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
https://fleetdm.com
Other
3.15k stars 432 forks source link

Cannot set logger_plugin on agent options page #24038

Open zwass opened 9 hours ago

zwass commented 9 hours ago

Fleet version: 4.59.0


💥  Actual behavior

Can't set logger_plugin in agent options. Error: "Couldn't update 💻🐣 Workstations (canary) team agent options:unsupported key provided: "logger_plugin" If you're not using the latest osquery, use the fleetctl apply --force command to override validation."

This is a valid flag for osquery. Possibly it's intentionally blocked because typically we want it configured to tls? The error message isn't making that clear.

🧑‍💻  Steps to reproduce

  1. Try to add logger_plugin: tls under options: on the agent options page.
  2. Save and see the error

🕯️ More info (optional)

N/A