opendistro-for-elasticsearch/index-management-kibana-plugin

[BUG] Cannot add or update cross-cluster index pattern

Closed this issue · 1 comments

Describe the bug
When we try to add an index pattern for cross-cluster search Kibana fails to find fields for the indices. The cross-cluster connection seems to work as we can see the indices dev:* when querying using the Kibana dev tools. The issue also seems to break previously added index patterns as we cannot update fields

Other plugins installed
Using managed AWS Elasticsearch Service so using the plugins provided by that

To Reproduce
Steps to reproduce the behavior:

  1. Set up cross-cluster connection using the Kibana and Elasticsearch versions provided
  2. Attempt to add an index pattern för cross-cluster search (e.g. ccs:*)
  3. Index pattern is created but no fields are found

Expected behavior
Index pattern should be added with fields.

Screenshots
image

Desktop (please complete the following information):

  • OS: [e.g. iOS]: Ubuntu 20.04
  • Browser [e.g. chrome, safari]: Chrome Version 90.0.4430.93 (Official Build) (64-bit)
  • Version [e.g. 22]: Elasticsearch 7.10.2, Kibana 7.10

Additional context
Made an issue on the Kibana project first, but this might be a better place to ask?

Original issue: elastic/kibana#99573

Solved by the most recent update to AWS Elasticsearch Service.