Hi, we are facing some problems creating index patterns in the 1.12 version.
When trying to create the index pattern of a remote cluster we got the error No matching indices found. However, the indexes do exist (the index pattern matches 14 sources).
In step two, we can see there is something wrong before clicking on Create index pattern since the Time field menu does not appear, even when there are indices with timestamps.
We got the following error after creating the index pattern:
If we go to Discover, the documents are displayed, but since there are no fields in the index pattern, it does not allow filtering using the document’s fields.
If we create the index pattern using the API and adding some initial fields, they do appear on Discover and we can filter by them, but the index pattern can not be refreshed (we got the same error No matching indices found) so new fields can not be added to the index pattern.
Without diving too deep, I don’t see the initial problem here. If you could isolate the problem down a tad further, it might be good to add it as an issue on github.
We have tested it in Elastic 7.10.0 version (oss build) and the index patterns for remote clusters are created and working as usual. The issue only applies to Open Distro 1.12 version (It works in the Open Distro 1.11 version):
When creating the index patterns of remote clusters, the fields of the indices that match the index pattern are not included in the index pattern. We got the error No matching indices found , even when the indices do exist and match.
The index patterns of remote clusters can not be refreshed . Again, we got the error No matching indices found, even when the indices do exist and match.
If we go to Discover and select the created index pattern, the documents from remote clusters are displayed, but since there are no fields in the index pattern, it does not allow filtering using the document’s fields.
Which Github repository should I create the issue in?
Any new here? having same problem when trying to create index patterns containing remote clusters. Indexes are being found but then fails to list fields in next step with same errors described above.
User has full permissions on both cluster and index level. Can it be that some of these operations are being done by kibanaserver user? What exact permissions then needed to list fields?
Also same user can make API calls and read desired indexes on remote cluster.
This looks like it might have been something added in Index Management causing issues reading remote clusters for the FieldCap API requests that Kibana sends. @thalurur can you confirm?
Any estimates on when 1.13.2 is planned for release? We got quite some unhappy people after upgrade, unfortunately our pre-prod env do not have cross cluster search so this one slipped through untested