docker exec influxdb influx apply -f /var/lib/influxdb2/influx_dashboard.json --org vuegraf --force yes -t <my-influx-token> fails #170
Replies: 8 comments 1 reply
-
The dashboard JSON file may be corrupted. How did you download it? |
Beta Was this translation helpful? Give feedback.
-
wget into the linux platform |
Beta Was this translation helpful? Give feedback.
-
Which URL did you wget? If you fetched the wrong link it could have HTML embedded around the JSON content. |
Beta Was this translation helpful? Give feedback.
-
wget https://github.com/jertel/vuegraf/blob/master/influx_dashboard.json |
Beta Was this translation helpful? Give feedback.
-
Use this link:
|
Beta Was this translation helpful? Give feedback.
-
That fixed it!! thank you! |
Beta Was this translation helpful? Give feedback.
-
I have this in the empora web Not sure where I am going wrong here. |
Beta Was this translation helpful? Give feedback.
-
email/password blanked with 88888888 for the forum |
Beta Was this translation helpful? Give feedback.
-
Trying to import the dashboard with d"ocker exec influxdb influx apply -f /var/lib/influxdb2/influx_dashboard.json --org vuegraf --force yes -t " with the correct token inserted but it fails with:
Error: failed to read template(s) from "/var/lib/influxdb2/influx_dashboard.json": invalid character '<' looking for beginning of value
Beta Was this translation helpful? Give feedback.
All reactions