fleet/server/kolide
Victor Vrantchan 8291119067
use json.RawMessage for result logs (#1636)
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
2017-11-18 19:59:32 -05:00
..
app.go Added FIM support (#1548) 2017-08-18 10:37:33 -05:00
campaigns.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
datastore.go removing license code (#1551) 2017-09-01 10:42:46 -06:00
decorators.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00
emails_test.go App Settings - /admin/settings #363 (#590) 2016-12-20 15:54:30 -06:00
emails.go Add invite email template and use the new invite mailer pattern (#711) 2016-12-28 11:55:03 -05:00
file_integrity_monitoring.go Added FIM support (#1548) 2017-08-18 10:37:33 -05:00
hosts_test.go Update online status calculation to use per-host intervals (#1494) 2017-04-18 10:39:50 -07:00
hosts.go Update online status calculation to use per-host intervals (#1494) 2017-04-18 10:39:50 -07:00
import_config_test.go Fix bug in Osquery import and updated import docs (#1478) 2017-04-23 19:41:27 -05:00
import_config_unmarshaler.go Fix bug in Osquery import and updated import docs (#1478) 2017-04-23 19:41:27 -05:00
import_config.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00
invites.go Add SSO support to new user activation (#1504) 2017-05-10 11:26:05 -05:00
labels.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00
network_interfaces.go Fix flapping host network interfaces (#1283) 2017-02-24 14:37:47 -08:00
options_test.go Osquery options 365 (#657) 2016-12-29 12:32:28 -06:00
options.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00
osquery.go use json.RawMessage for result logs (#1636) 2017-11-18 19:59:32 -05:00
packs.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00
queries.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00
query_results.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
scheduled_queries.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00
service.go removing license code (#1551) 2017-09-01 10:42:46 -06:00
sessions.go SSO Login and Configuration Support (#1506) 2017-05-17 10:58:40 -05:00
targets.go Update online status calculation to use per-host intervals (#1494) 2017-04-18 10:39:50 -07:00
traits.go consolidate delete operations in mysql store (#746) 2017-01-04 13:18:21 -05:00
transactions.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00
users_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
users.go SSO Login and Configuration Support (#1506) 2017-05-17 10:58:40 -05:00
yara.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00