Jakub Bednář

Results 160 comments of Jakub Bednář

Hi @Shirley-Ji-59, Thank you for using our client. As you’ve noted, the token is currently stored as a simple string within `InfluxDB.Client.InfluxDBClientOptions.Token`. Given that `SecureString` in .NET is deprecated and...

Hi @garylfowler, I’ve completed an investigation into connecting Chronograf to InfluxDB 3 Enterprise. To get a successful connection, we’ll need to fix several parts of Chronograf: 1/ Authorization - We’ll...

We already have a prepared environment for InfluxDB Clustered, but we don’t have access to Cloud Dedicated. Regarding `SHOW TAG VALUES`, I only tested it on a small dataset, so...

I’ve tested Chronograf with InfluxDB Cloud Dedicated, and it behaves the same way as with InfluxDB 3 Enterprise. After applying the fixes outlined here: https://github.com/influxdata/chronograf/issues/6138#issuecomment-2891052749, I was able to successfully...

@rcknr this isn’t something that can be publicly used. I made the following temporary changes to get it working: 1. [authorization.go#L71](https://github.com/influxdata/chronograf/blob/85edd432d51b233ae13702be0e7aed204da04bff/influx/authorization.go#L71): hardcoded it to always use the same token. 2....

The support is in following PR: https://github.com/influxdata/chronograf/pull/6139

Hi @Sylvain2703, Apologies for my late response. Thank you for thoroughly checking the CI pipeline and experimenting with the .NET 8 SDK. Your insights into the issue with the .NET...

This PR has been closed because it has not had recent activity. Please reopen if this PR is still important to you and you want to continue with them.

Hi @niranjanhm-bh-git, It should be cause by **Windows Defender Network Filter**. For more info see https://github.com/influxdata/influxdb-client-csharp/issues/164#issuecomment-788752458. Regards

If you are using Linux or MacOS, you should be able to run tests following this guide - https://github.com/influxdata/influxdb-client-python?tab=readme-ov-file#local-tests