diff --git a/docs/en/observability/slo-create.asciidoc b/docs/en/observability/slo-create.asciidoc index c8b4d09cb5..bb5b650d3b 100644 --- a/docs/en/observability/slo-create.asciidoc +++ b/docs/en/observability/slo-create.asciidoc @@ -41,7 +41,7 @@ Create an indicator based on any of your {es} indices or data views. You define When defining a custom KQL SLI, set the following fields: -* *Index* — The data view or index patter you want to base the SLI on. For example, `service-logs`. +* *Index* — The data view or index pattern you want to base the SLI on. For example, `service-logs`. * *Timestamp field* — The timestamp field used by the index. * *Query filter* — A KQL filter to specify relevant criteria by which to filter the index documents. * *Good query* — The query yielding events that are considered good or successful. For example, `nested.field.response.latency <= 100 and nested.field.env : “production”`