Joshua Powers

Results 758 comments of Joshua Powers

@SudoNova I would highly recommend looking at the xpath parser in the mean time, or go look at our [elasticserach](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/elasticsearch) plugin that pulls from that endpoint already!

Hi, @srebhan thoughts on this one? I think it would be preferred to do this in the socket listener plugin, but are there barriers to that? > Apart from adding...

After talking about this, I think @srebhan will take a look, but would be happy to see a PR extending the http listener plugin. I would again avoid the boolean...

> buffer_size for execd processor not working That's because it doesn't exist ;) we would call this a "feature request" not a bug. I'll take a look this week

Hey @SirBreadc - take a look at https://github.com/influxdata/telegraf/pull/15690 and give the artifacts a try in 20-30mins and let me know if it resolves the request.

The client does not support async. #53 exists for this topic. Without the async do you still have these issues?

Hi, There are two options to query, via Flux and via InflusQL. Which one are you using? The [flux example](https://github.com/influxdata/influxdb-client-java/tree/master/client#queries) returns multiple flux tables, so I am not certain if...

Hi, Were you able to resolve your issue? There appears to be a working example using username/password auth: https://github.com/influxdata/influxdb-client-java/issues/469

Hi, Were you able to resolve your issue? Can you share your exception please? Seems something very similar was used in https://github.com/influxdata/influxdb-client-java/issues/469 before without issue.