Get desktop application:
View/edit binary Protocol Buffers messages
Attempt to enroll a host with kolide/cloud
request an updated configuration from kolide/cloud a generic request object is sent
kolide/cloud will be generating well-structured json already, so forward it along instead of de/re/de-serializing it as a protobuf too this might make sense to convert to full proto later
request/pull Dist queries from kolide/cloud a generic request object is sent
a query collection contains many queries
publish logs from osqueryd to kolide/cloud a generic response object is returned
publish results from Dist queries to kolide/cloud a generic response object is returned
a result collection contains many results
check the health of the GRPC server a value indicating healthiness is returned if you don't hear from this endpoint assume the worst
Used as request type in: Api.CheckHealth, Api.RequestConfig, Api.RequestQueries
Used as response type in: Api.PublishLogs, Api.PublishResults
Used in:
Used in:
Used in:
AGENT is added as a new log type, for adding new logging capabilities from kolide/agent
Used in:
Used in:
status is moved here instead of appearing as a map of id[status] on the ResultCollection, as it does in the osq docs
Used in:
Used in:
Used in: