Logical CCS Names: Dynamically reference additional cluster information #108738
Labels
>enhancement
:Search Foundations/CCS
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
Description
In the SLO product, we have a "federated" feature we just released where SRE's setup SLO definitions on a remote cluster (via Kibana) and then we query the SLO indices via CCS.
Part of the requirements was having a way to identify which SLOs (on a Overview) cluster are "Remote SLOs" and linking back to the "Remote Kibana" for the details page, edit page, or a link to Discover to view the source data for RCA. To solve this, we are "hard coding" the "Remote Kibana URL" into an ingest pipeline when the SLO is created (or updated) which adds this to the SLO summary document.
While this works and accomplishes our goals, it's fragile due to the fact that if the SRE or Admin ever changes the Kibana URL, they would need to reset the hard coded field in the ingest pipelines for each SLO definition.
Feature Request
CC: @kimchy @uric
The text was updated successfully, but these errors were encountered: