How do i retrieve the influxdb acces token?

Hi,

I wanted to use the organization feature in grafana and it turns out, new organizations done come with the preconfigured data source.

the preconfigured token uses the environment variable

${THINGER_INFLUXDB_TOKEN}

to send as authorization header. how do i get that token in order to add the same user buckets as data source?

Hi @rskok

On the plugins makertplace, in Grafana, connect to the shell and run the following command: echo $THINGER_INFLUXDB_TOKEN

You’ll get on screen the token needed to configure the datasource

hi, that did the trick for me, thanks alot!