-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
ccs - multiple remote clusters index pattern doesn't trigger a call _fields_for_wildcard #12966
Comments
Does Edit: Whoops, I just re-read and saw your mention about the syntax working via console. We should support it, then. |
repro tar.gz |
current workaround , use thanks @LeeDr |
I'm also able to reproduce locally on 5.5 Seems to be an issue with index pattern management. @epixa I had thought that |
@alexfrancoeur my repro was on 5.5 too btw may I ask what behavior the notation do we imply ( |
The expectation around |
@nellicus - I hate making suggestions without being able to test them first, but I does Even if that works, we should definitely still address this issue - we should be able to specify a subset of all configured CCS clusters in the index pattern - but I expect the most common case will be searching all configured CCS clusters, and I bet that's the main path we tested during development. |
@skearns64 yes it does! (#12966 (comment)) |
hello
I'm giving a go to ccs support in index pattern and not able to define a working index pattern.
note it works with a single definition
londond:metricbeat-*
which triggers a callhowever it doesn't when using two remote clusters as the index pattern definition
london:metricbeat-*,newyork:metricbeat-*
kibana is connecting to a dedicated CCS node (which connects to the 2 clusters london/newyork holding the data) with settings
running _search from dev console in the above mentioned kibana instance works
I don't see kIbana calling the equivalent of
when using
london:metricbeat-*,newyork:metricbeat-*
kibana logs in verbose mode when changing the index pattern definition from
london:metricbeat-*
tolondon:metricbeat-*,newyork:metricbeat-*
show (not much happening when
london:metricbeat-*,newyork:metricbeat-*
is typed into index pattern value?)yml configs
am I missing something?
The text was updated successfully, but these errors were encountered: