elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.76k stars 8.16k forks source link

[Obs UX Management] Audit and address identification of remote cluster index patterns via single colon searches #194140

Open jasonrhodes opened 4 days ago

jasonrhodes commented 4 days ago

More information in this issue. The following assumptions will no longer be valid:

Instead, we must be prepared for index pattern strings to present the following pattern:

{remote_cluster}:{index_name}::{failure_store_suffix}

Searching via a regex (e.g. /^([^:]+):[^:]/) would be a more future-proof way of targeting a remote cluster name while avoiding the double colon syntax. There may be other ways, depending on what you are attempting.

Concrete examples of this problem will be addressed in separate issues attached to this one as sub-issues.

elasticmachine commented 4 days ago

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)