mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Initially fleet decoded the incoming JSON sent to the log endpoint.
Then the log event would be written to a log writer by calling json.Encoder{}.Encode.
Re-encoding logs is lossy; whenever a new field is sent by osqueryd we don't keep up with them.
Instead of caring about the content of the OsqueryResultLog, fleet will now write all log results
exactly as sent to the server by osqueryd.
Closes #1632
Closes #1615
|
||
|---|---|---|
| .. | ||
| config | ||
| contexts | ||
| datastore | ||
| health | ||
| kolide | ||
| launcher | ||
| logwriter | ||
| mock | ||
| pubsub | ||
| service | ||
| sso | ||
| test | ||
| websocket | ||