What about a SHOW SERIES with no FROM clause? I'm not sure how to best recreate the submitted measurement strings to drop them, but perhaps there's a regular expression that might help?
On Mon, Nov 21, 2016 at 11:17 AM, <[email protected]> wrote: > On Monday, November 21, 2016 at 7:05:24 PM UTC+1, Sean Beckett wrote: > > > > > I can't execute "show series" for these measurements > > > > > > Why not? What is the output? > > > > show series from "�" > (nothing, returns to prompt - presumably the measurement contains no > series) > > > > > > If the latter, how would I go about dropping them? > > > > > > DROP MEASUREMENT ";" > > > > That one is tricky, since it's not just a semi-colon, but a semi-colon > followed by unicode U+0003 (END OF TEXT). > > > > > DROP MEASUREMENT "�" > > > > drop measurement "�" > ERR: measurement not found: � > > > > > > Does InfluxDB do any sanity checking on measurement names? > > > > > > https://docs.influxdata.com/influxdb/v1.1/query_language/ > spec/#identifiers > > > > It's nice that InfluxDB support a wide gamut of unicode, but perhaps it > would make sense to ensure that they're at least printable? > > -- > Remember to include the version number! > --- > You received this message because you are subscribed to the Google Groups > "InfluxData" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/influxdb. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/influxdb/0a863420-f5ea-4f68-abf9-021719e652ad%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Sean Beckett Director of Support and Professional Services InfluxDB -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/CALGqCvNPQ%3DbCtE4aDWSeio%3Db0mdxnS2W9xLddaG7RiPqEJ5kQQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
