https://github.com/osquery/osquery logo
#macos
Title
# macos
t

Tej Gandhi

10/19/2020, 3:06 PM
Wanted to utilize osquery on all devices and send over all logs to cloud solutions such as AWS as part of aggregation and querying?what is the best/quickest and repeatable way to do this?
👍 1
j

Julian Scala

10/22/2020, 1:17 PM
Depending the amount of devices, but I’ll recommend
aws_kinesis
or
aws_firehose
. You could attach AWS lambdas in the other end to process results and store them in any DB
👍 1
3 Views