You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First and foremost I thank Influxdata team for their sparkling products, in particular influxdb and telegraf. While trying the beta version of influxdb I encountered an error creating dashboard. I repeated create dashboard from template three times. All failed with service unavailable errors. I logged out, cleared browser data and logged back. Cards of the the three dashboards I created showed. Opening any of them printed below errors. My Telegraf is properly configured for both input and outputs. Nginx access logs
Starting Telegraf 1.14.4
2020-06-24T22:02:48Z I! Using config file: /etc/telegraf/telegraf.conf
2020-06-24T22:02:48Z I! Loaded inputs: system docker postgresql nginx cpu disk mem swap diskio net processes docker_log influxdb
2020-06-24T22:02:48Z I! Loaded aggregators:
2020-06-24T22:02:48Z I! Loaded processors:
2020-06-24T22:02:48Z I! Loaded outputs: influxdb_v2
2020-06-24T22:02:48Z I! Tags enabled: host=e00cbbd3c2d4
2020-06-24T22:02:48Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:"e00cbbd3c2d4", Flush Interval:10s
I also wonder milestones made towards issue #15721 . I followed issue #5352 which led me to this gist. Using the gist, I configured the server as below resolving all requests to /influxdb/.
First and foremost I thank Influxdata team for their sparkling products, in particular influxdb and telegraf. While trying the beta version of influxdb I encountered an error creating dashboard. I repeated create dashboard from template three times. All failed with service unavailable errors. I logged out, cleared browser data and logged back. Cards of the the three dashboards I created showed. Opening any of them printed below errors. My Telegraf is properly configured for both input and outputs.
Nginx access logs
Browser UI and logs

I'm using quay.io/influxdb/influxdb:2.0.0-beta image
Influx CLI 2.0.0-beta.12 (git: ff620782eb) build_date: 2020-06-24T21:45:25Z
Telegraf logs
I also wonder milestones made towards issue #15721 . I followed issue #5352 which led me to this gist. Using the gist, I configured the server as below resolving all requests to /influxdb/.
{I think} all static files resolved and /api/v2/flags. I expected to see api/v2, api/v2/setup and /signin in network logs.
What could I be doing wrong here? My working set-up uses / and not /influxdb/
Thanks in advance.
The text was updated successfully, but these errors were encountered: