Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple inputs #21

Open
gyscos opened this issue Jun 21, 2017 · 2 comments
Open

Multiple inputs #21

gyscos opened this issue Jun 21, 2017 · 2 comments
Labels

Comments

@gyscos
Copy link

gyscos commented Jun 21, 2017

Especially with file input (#20), it may be desirable to merge the logs from multiple sources (each with their own decoder).

@jedisct1
Copy link
Contributor

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.

@crisidev
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants