awslabs / flowgger

A fast data collector in Rust
BSD 2-Clause "Simplified" License
834 stars 55 forks source link

File output type #27

Closed iLoveTux closed 5 years ago

iLoveTux commented 6 years ago

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 6 years ago

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 5 years ago

already merged in