awslabs/flowgger

File output type

iLoveTux opened this issue · 2 comments

Perhaps I missed it, but I do not see an option to output to a file. The stdout output could be redirected to a file, I suppose, but a file output type could more easily support a "store-and-forward" scenario. Are there any plans to implement such a feature?

There is no file output, although it should be pretty straightforward to implement.

For store-and-forward, you can use TLS output to forward streams to upstream Flowgger instances, along with Capnproto for efficient serialization.

already merged in