How to access Influxdb v3 timestream DB Endpoint

Im trying to access an Influxdb V3 instance created from AWS timestream DB. When I try to open the writer/reader instance in browser (with port 8181 and tried both https and http) I get a 401 error.
How do I access the Influxdb Console?
Is it not possible yet?

Checking on this for you @avacadoChunk

1 Like

Hey @avacadoChunk – are you passing the token along with your request? Is it a public or private instance?

AWS Timestream would be better able to likely assist you via their Support console as they maintain the underlying access controls. I’m happy to help as best I can, just that they would likely get to a resolution quicker.

1 Like

Realized, AWS timestream influxdb v3 does not come with UI like v2. Need to download and use influxdbv3 explorer ( InfluxDB 3 Explorer Documentation ). This needs token stored in secretsmanager instance created for my v3 instance.

1 Like