-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[ES|QL] CCS index with quotes fails #114201
Comments
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Pinging @elastic/kibana-esql (ES|QL-ui) |
@fang-xing-esql , this looks like it's related to #112081; do you wanna take a look? |
From the FROM docs:
Whatever is in quotes in the FROM is considered an index pattern only (i.e. excluding a remote cluster name). If one needs to quote the name of the index pattern, but use a remote cluster name, that would look like So I think the failure is valid and correct. |
Hey Bogdan. I think that this was working before and I personally find this |
I see. That probably happened unintentional, though given that |
Elasticsearch Version
8.16
Installed Plugins
No response
Java Version
bundled
OS Version
Darwin Kernel Version 22.6.0
Problem Description
When we are wrapping a CCS index with quotes it fails with "Invalid index name: must not contain :"
Wrapping a normal index with quotes works fine so this is a weird behavior. Also the error is confusing. CCS indexes are described with :
Steps to Reproduce
from "remote_cluster:index"
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: