https://github.com/osquery/osquery logo
Title
s

Shawn

11/20/2018, 6:23 PM
i'm having an issue with distributed queries & kinesis streaming. when I run a distributed query from the kolide UI, osquery does not send the results to the configured kinesis stream (results are successfully returned in kolide, tho). Interestingly, the same osquery instance will run a scheduled pack and those results are sent to kinesis. thoughts?
z

zwass

11/20/2018, 6:24 PM
That is the intended behavior. Distributed queries are not logged like scheduled queries, they just output results to the UI/CLI.
s

Shawn

11/20/2018, 6:25 PM
ok. is there any way to have the distributed queries logged to kinesis?
@zwass ideally, I'd like to allow users to run distributed queries as needed & pull the results from kinesis in splunk.
z

zwass

11/20/2018, 6:27 PM
That is not supported by osquery... The distributed query system is independent from the scheduled query system and the logging plugins that go with it.
s

Shawn

11/20/2018, 6:35 PM
got it. thanks.