Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merging via regex appears broken #410

Closed
joemiller opened this issue Apr 4, 2014 · 1 comment
Closed

merging via regex appears broken #410

joemiller opened this issue Apr 4, 2014 · 1 comment

Comments

@joemiller
Copy link

tested in master, commit 9b5027a

merging multiple series via regex appears broken. The docs http://influxdb.org/docs/query_language/ specify an example like select * from merge /stats.*/ which should merge rows from all series matching stats.*.

This does not appear to work, however:

> select * from merge /pageviews.*sitename.*/;
InfluxDB::Error: Error at 1701869940:808464960. syntax error, unexpected MERGE, expecting TABLE_NAME or SIMPLE_NAME or REGEX_STRING or INSENSITIVE_REGEX_STRING

specifying two specific series (but not more than 2) does work though:

select * from pageviews_host.www.sitename.com merge pageviews_host.sitename.com;
6819 results found for pageviews_host.www.sitename.com_merge_pageviews_host.sitename.com
@joemiller
Copy link
Author

sorry, just noticed this is already captured in issue #72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant