mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
8291119067
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 |
||
---|---|---|
.. | ||
datastore_appconfig_helpers.go | ||
datastore_appconfig.go | ||
datastore_decorators.go | ||
datastore_fim.go | ||
datastore_hosts.go | ||
datastore_invites_helpers.go | ||
datastore_invites.go | ||
datastore_labels.go | ||
datastore_options.go | ||
datastore_packs.go | ||
datastore_users_helpers.go | ||
datastore_users.go | ||
datastore.go | ||
errors.go | ||
service_osquery.go | ||
service.go |