Steps to reproduce
- Create 2 elasticsearch clusters, say "a" and "b"
- Index some data in cluster "b" (cluster "a" should have no user created indices)
- Setup "a" cluster to see "b" as a remote cluster
- Launch kibana for cluster "a"
- Go to index management
Observed behaviour
Notice that kibana does not let you type an index pattern saying there's no data. It is possible to work around this by clicking on include system indices. However, it feels wrong that users have to click on include system indices especially since it's recommended as good practice to have a CCS dedicated cluster (so it'll probably have no user indices).
Steps to reproduce
Observed behaviour
Notice that kibana does not let you type an index pattern saying there's no data. It is possible to work around this by clicking on
include system indices. However, it feels wrong that users have to click oninclude system indicesespecially since it's recommended as good practice to have a CCS dedicated cluster (so it'll probably have no user indices).