diff --git a/server/service/service_osquery.go b/server/service/service_osquery.go index 6b773a123e..7d8640a83a 100644 --- a/server/service/service_osquery.go +++ b/server/service/service_osquery.go @@ -73,15 +73,7 @@ func (svc service) GetClientConfig(ctx context.Context) (*kolide.OsqueryConfig, config := &kolide.OsqueryConfig{ Options: options, - Decorators: kolide.Decorators{ - Interval: map[string][]string{ - "3600": []string{ - "SELECT uuid AS host_uuid FROM system_info;", - "SELECT hostname FROM system_info;", - }, - }, - }, - Packs: kolide.Packs{}, + Packs: kolide.Packs{}, } packs, err := svc.ListPacksForHost(ctx, host.ID)