I got "database not found" when "DROP MEASUREMENT "dbname.measurememtname;""
any comments?
Looks like this is a bug.
Add support for DROP measurement, series, rp, and shard
What do we want to do here the syntax does not match with other meta queries.
still have this problem? I tested the recent build. Still the same problem
Is there any workaround available?
@turboslon the reason this isn't supported in chronograf is because in order to drop a measurement, you first need a execute a use db command. the drop measurement query doesn't support the syntax DROP MEASUREMENT "db"."rp"."measurement" syntax from what i can tell based on my CLI and this issue: https://github.com/influxdata/influxdb/issues/8927
for now, there isn't much we can do on the chronograf side to support this in the UI.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Feel free to reopen if this issue is still important to you. Thank you for your contributions.
And its still impossible?
@kwesolowski it's still not possible via chronograf.
+1
+1
Hi everyone do you think this should be reopen?
This PR https://github.com/influxdata/chronograf/pull/5652 adds this ability and will be included in the next release of Chronograf. Thank you!
This PR #5652 adds this ability and will be included in the next release of Chronograf. Thank you!
This is a good news, required :)