I've deployed a new instance of harvest, grafana, and influxdb and am currently trying to get the dashboards imported. The poller is running and I can browse the data through the influx UI, I just can't get the dashboards to import. Documentation on the import process is suprisingly sparse with little to no troubleshooting suggestions as well.
Using the following command:
/opt/harvest/bin/harvest grafana import -a grafana-server:3000 -t API-TOKEN -d /opt/harvest/grafana/dashboards/influxdb -o -s InfluxDB2_Flux -f ""
output I get is the following:
save API key for later use? [Y/n]: n
connected to Grafana server (version: 10.2.3)
preparing to import dashboards...```
and that's it. No error messages, no logs that I can find and no dashboards imported into my grafana instance. Same results if I tell it to save the API key for later use.
Any guidance on troubleshooting would be appreciated.