Am i right in thinking that Fleet itself doesn't p...
# kolide
e
Am i right in thinking that Fleet itself doesn't pull back and store the results of scheduled queries and that if I want access to those results I'll need to ship them to some form of log aggregator?
j
The results of scheduled queries are stored in results.log
But usually people forward from there to a log aggregator.
e
On the endpoint filesystem as opposed to the fleet server itself?
b
You can have the logger be the local filesystem on the endpoints, or use a tls logger which will send the logs to your fleet instance.
Either way you need a way to ship the logs off of your fleet server or the end points.
e
Thanks, when using the tls logger, whereabouts on the fleetserver are those logs stored?
e
Thanks, I'd looked at that page before but clearly didn't read it properly.
b
No problem - sometimes it is easier to read documentation when you already are familiar with the product
z
Note that Fleet can now log directly to AWS Firehose, and soon GCP PubSub.