Sven Rebhan

Results 384 comments of Sven Rebhan

@cwjh and @gr8hound could you please try the binary in PR #15234, available as soon as CI finished the tests, and let me know if this fixes the issue!

@cwjh and @gr8hound please check the binary in PR #15346 and let me know if this fixes the issue!

@Hipska please use the `inputs.netflow` plugin with the `sflow` protocol type!

It can be marked deprecates as soon as we are sure the new plugin is equal in features... Which it is not as goflow2 does not support all protocols yet...

@Hipska did you even look at the [netflow input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/netflow)? It uses the `github.com/netsampler/goflow2` library which supports netflow v5, v9, IPFIX and sflow v5... The issue appears when it comes...

And I already said that `inputs.netflow` does not support all raw-header protocol `inputs.sflow` supports, so we cannot deprecate it. :-) So the correct thing would be to implement the missing...

I rechecked the netflow plugin and it can do everything that the sflow plugin can do plus it can parse packet type 1001... So yes, this should be closed now...

Looking deeper into this, the issue seems to be in the upstream library we are using... I cannot fix it in Telegraf, it has to be corrected there: https://github.com/blues/jsonata-go

I'm closing this issue as it seems like the upstream library won't get any fix for the matter and given that there seems to be a workaround. In case there...

@idahomst can you please test the binary in PR #15073 available once CI finished the tests!? Using `startup_error_behavior = "ignore"` or `startup_error_behavior = "retry"` should do what you requested. Let...