fleet/server/datastore
Zachary Wasserman 19f6eddfeb Update host details in distributed query ingestion (#274)
- Introduce a new pattern for defining/ingesting detail queries
- Add many relevant host details:
  - Platform
  - osquery Version
  - Memory
  - Hostname
  - UUID
  - OS Version
  - Uptime
  - Primary interface MAC
  - Primary interface IP
- Fix parsing for inconsistent JSON schema returned from osquery
- Tests
2016-10-04 17:17:55 -07:00
..
config.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
datastore_app_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_hosts_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_invite_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_labels_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_packs_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_password_reset_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_queries_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_users_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_app.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
gorm_hosts.go Update host details in distributed query ingestion (#274) 2016-10-04 17:17:55 -07:00
gorm_invite.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
gorm_labels.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_packs.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_password_reset.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
gorm_queries.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
gorm_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_users.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_app.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
inmem_hosts.go Update host details in distributed query ingestion (#274) 2016-10-04 17:17:55 -07:00
inmem_invite.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
inmem_labels.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_packs.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_password_reset.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
inmem_queries.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
inmem_users.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
inmem.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00