You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By trying to map every varbind to a field, we are rapidly exceeding the field count maxes in ElasticSearch. Raising that field count continuously isn't something that should be advocated.
It would be better to dump the varbinds into a single field and let a filter take care of extracting any relevant data.
The text was updated successfully, but these errors were encountered:
peelman
referenced
this issue
in peelman/logstash-input-snmptrap
Jan 2, 2018
https://github.com/logstash-plugins/logstash-input-snmptrap/blob/f0478381ff1f1a15dd7b2356d8b1ab27857d0666/lib/logstash/inputs/snmptrap.rb#L85
By trying to map every varbind to a field, we are rapidly exceeding the field count maxes in ElasticSearch. Raising that field count continuously isn't something that should be advocated.
It would be better to dump the varbinds into a single field and let a filter take care of extracting any relevant data.
The text was updated successfully, but these errors were encountered: