File output type
iLoveTux opened this issue · 2 comments
iLoveTux commented
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?
jedisct1 commented
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.
kurojishi commented
already merged in