flowgger icon indicating copy to clipboard operation
flowgger copied to clipboard

Multiple inputs

Open gyscos opened this issue 8 years ago • 2 comments

Especially with file input (https://github.com/jedisct1/flowgger/issues/20), it may be desirable to merge the logs from multiple sources (each with their own decoder).

gyscos avatar Jun 21 '17 22:06 gyscos

Hi,

It might not be convenient if you have many sources, but this can be achieved by having a flowgger instance for each source, the output of these flowgger instances being in the same format (presumaly capnp for efficiency) and sent to a single flowgger instance that collects and aggregates everything.

jedisct1 avatar Jun 22 '17 11:06 jedisct1

We restarted active development of Flowgger recently. Is this something still needed or the workaround @jedisct1 suggested is enough for you?

crisidev avatar Sep 17 '19 10:09 crisidev