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

Capitalized names makes illegal index name #12

Open
LosD opened this issue Nov 6, 2014 · 1 comment
Open

Capitalized names makes illegal index name #12

LosD opened this issue Nov 6, 2014 · 1 comment

Comments

@LosD
Copy link
Contributor

LosD commented Nov 6, 2014

If capitalized names is used the configuration, the system tries to create an illegal index name (see elastic/elasticsearch#6736 for an attempt to actually specify these limitations in ElasticSearch).

Luckily, GitHub doesn't care about capitalization, so it is rather easy to work around.

Two easy fixes comes to mind: Document that this will happen, or lowercase the generated index name. If the first option is chosen, it might also be a good idea to refuse initializing the river with uppercase characters.

@mihneadb
Copy link
Contributor

mihneadb commented Nov 7, 2014

Documenting + maybe an assertion sounds good!

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

2 participants