Joshua Powers

Results 758 comments of Joshua Powers

That is tracked already by https://github.com/influxdata/telegraf/issues/15535, closing this.

Hi, > we believe the problem is the go library that telegraf uses to perform the request doesn’t support an endpoint that uses a certificate with an extended key usage...

@wanggjSuper, To help out with an issue, it would be very helpful if you could please provide the following: 1) config for each telegraf you are running 2) enable debug...

+1 this has bit us a couple times across platforms

Thanks for the various issues and PRs next steps: review PR

Hi, Can you please look at using the [inputs.netflow](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/netflow) plugin instead. It does look to already support the [extended gateway](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/netflow/sflow_v5.go#L247). Thanks

sflow is deprecated in favor of netflow. If you are getting errors please do let us know and we can take a look.

> format:5 Looking at the upstream goflow2 code, format 5 is not defined: > FORMAT_RAW_PKT = 1 > FORMAT_ETH = 2 > FORMAT_IPV4 = 3 > FORMAT_IPV6 = 4 From...