I’ve upgraded to InfluxDB 1.3 and now the old administration interface no longer works/exists.
I’m now having to use Chronograf but I’m not being able to figure out how to delete data.
I’m trying to delete the series from an old server that no longer exists. However, I see no way to select a DB, so I tried:
DELETE FROM telegraf_linux.autogen.disk WHERE "host" = 'PerfTeam-MnA-LinuxWorker1'
DELETE FROM telegraf_linux..disk WHERE "host" = 'PerfTeam-MnA-LinuxWorker1'
DELETE FROM telegraf_linux.disk WHERE "host" = 'PerfTeam-MnA-LinuxWorker1'
I am quite happy with the concept of InfluxDB not having the admin console anymore and that functionality being an external tool that is not part of the DB. However I am NOT HAPPY at all with Chronograf. It feels clunky, bloated, keeps deleting the queries I’m writing whenever I click in the data (DON’T DELETE USERS’ WORK!!!), doesn’t allow me to select anything in the page (ex: copy&paste a RP name from the results into the query text box - what the hell!?).