You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the title might be the same for both index patterns, that's why the app may show the same pattern twice, their titles are the same and we are showing the titles.
An index pattern created under a custom space also adds the next field:
"namespace" : "your-space-name",
We must fix this behavior because it generates inconsistencies in complex environments or in segmented environments.
Proposal
The incoming request object has all the information we need to properly filter the index pattern list, it's just an extra validation to our current validation.
The problem for opening the app under custom spaces probably comes from a breaking change on the Kibana side from 6.5.4 and onwards because it's opening in 6.5.3.
The text was updated successfully, but these errors were encountered:
Hi team,
Since Kibana added custom spaces, we must filter the index pattern list for the currently active space.
App == 3.7.2 - 6.5.3
The app is working under custom spaces but it shows duplicated index pattern titles because you can have the same title in different namespaces.
Apps >= 3.7.2 - 6.5.4
The app is not working under custom spaces, as we can see in #1234.
Index pattern structure under a custom space
They differ in the
_id
field as we can see here:Custom space:
Default space:
But the title might be the same for both index patterns, that's why the app may show the same pattern twice, their titles are the same and we are showing the titles.
An index pattern created under a custom space also adds the next field:
We must fix this behavior because it generates inconsistencies in complex environments or in segmented environments.
Proposal
The text was updated successfully, but these errors were encountered: