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

Loadbalance the output into multiple files #97

Open
kimera87 opened this issue May 31, 2024 · 1 comment
Open

Loadbalance the output into multiple files #97

kimera87 opened this issue May 31, 2024 · 1 comment

Comments

@kimera87
Copy link

Hi,

We would like to listen a single incoming UDP port and load balance it to multiple JSON outputs. Actually, we used odidFilter in our output, but we cant load balance the incoming records to multiple files in a single odid instance. Is this somehow possible?
Regards

@sedmicha
Copy link
Collaborator

sedmicha commented May 31, 2024

Hello,

one possibility is to run multiple different instances of ipfixcol2 with JSON output and then a single instance of ipfixcol2 with Forwarder output in round robin mode. That way, the collector with the Forwarder output will evenly distribute incoming IPFIX messages across all the other instances.

Michal

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

No branches or pull requests

2 participants