﻿---
title: Configure SLOs settings
description: From your Kibana instance, navigate to the SLOs page and click Settings on the menu bar. On the SLOs Settings page, you can configure the following controls:...
url: https://www.elastic.co/elastic/docs-builder/docs/3016/solutions/observability/incident-management/configure-slo-settings
products:
  - Elastic Cloud Serverless
  - Elastic Observability
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Planned
---

# Configure SLOs settings
From your Kibana instance, navigate to the SLOs page and click **Settings** on the menu bar.
On the **SLOs Settings** page, you can configure the following controls:
<definitions>
  <definition term="Source settings">
    You can fetch SLOs from every connected remote cluster by enabling the option **Use all remote clusters**.
  </definition>
  <definition term="Remote clusters">
    To select the remote clusters from which you want to fetch SLOs, disable the option **Use all remote clusters** and open the **Select remote clusters** dropdown.
  </definition>
  <definition term="Stale SLOs threshold">
    You can hide SLOs from the overview list if they haven’t been updated within the defined stale threshold.
  </definition>
  <definition term="Stale instances cleanup">
    Automatically cleanup stale SLO instances that have not been updated within the stale threshold.
  </definition>
</definitions>

![Select remote clusters to fetch SLOs](https://www.elastic.co/elastic/docs-builder/docs/3016/solutions/images/observability-slo-remote-clusters.png)

<note>
  The SLOs settings are specific to your Kibana [space](https://www.elastic.co/elastic/docs-builder/docs/3016/deploy-manage/manage-spaces).
</note>


## Configure SLOs for federated views

Federated views allow you to view SLOs from remote Elasticsearch clusters alongside the local SLOs on the SLO listing page of your Kibana instance. This enables a centralized overview cluster where you can monitor SLOs across your entire fleet within the same Kibana space.
<important>
  Before configuring SLOs, ensure that:
  - Elasticsearch Cross-Cluster Search (CCS) is properly set up between the overview cluster and the remote clusters.
  - The remote clusters are running Kibana with the SLO feature enabled and have SLOs created.
</important>

On the **SLOs Settings** page, you can perform operations on your remote clusters by clicking the three dots menu on the remote cluster:
<definitions>
  <definition term="Details">
    Opens a new panel that displays details of the remote instance.
  </definition>
  <definition term="Edit">
    Opens the SLO in edit mode on the remote cluster. You are redirected to the remote Kibana instance to modify the SLO definition.
  </definition>
  <definition term="Clone">
    Opens the clone SLO flow on the remote cluster. You are redirected to the remote Kibana instance to create a copy of the SLO.
  </definition>
  <definition term="Delete">
    Opens the delete confirmation on the remote cluster. You are redirected to the remote Kibana instance to remove the SLO.
  </definition>
  <definition term="Manage burn rate rules">
    Opens burn rate rules management for this SLO on the remote cluster. You are redirected to the remote Kibana instance to view, create, or edit burn rate alert rules.
  </definition>
  <definition term="Reset">
    Resets the SLO's error budget or rolling window on the remote cluster. You are redirected to the remote Kibana instance to complete this action.
  </definition>
  <definition term="Add to dashboard">
    Adds the remote SLO as a panel to a dashboard in your local Kibana instance. The SLO continues to display data from the remote cluster.
  </definition>
  <definition term="Create new alert rule">
    Disabled for remote SLOs. To create burn rate or other alert rules for a remote SLO, use **Manage burn rate rules** to open the remote Kibana instance and create the rule there.
  </definition>
</definitions>