Is there anyway to get distributed query results i...
# osctrl
t
Is there anyway to get distributed query results in OSCTRL to use a logger? I want to be able to send adhoc qeury results to a kafka topic in a similar way to how I can send them direct from the endpoints. Aim here is to have ad-hoc queries be sent off, run, then results streaming through my existing data pipeline for processing
after a bit of further work I managed to get what i needed with the new Kafka logger working.