logstash-plugins / logstash-input-snmp

Apache License 2.0
17 stars 22 forks source link

Documentation on how to cluster? #92

Closed loganmc10 closed 4 years ago

loganmc10 commented 4 years ago

Is it possible to have a group/cluster of logstash instances polling devices based on a common configuration? If so, is there documentation about this?

It's easy to use a load balancer to distribute things like SNMP traps to different logstash instances, but I'm wondering how I load balance outbound SNMP polling?

craigers521 commented 3 years ago

@loganmc10 - did you come up with a solution for this? I am also trying to figure this out myself with docker swarm... for pure ingestion its easy to LB the traffic, but when logstash is polling SNMP im not sure how to divy up the work unless i just use a seperate config file for each logstash instance, and write some script to dynamically generate the config based on number of workers... I'd be curious to know if you found a solution...