From 0b4264f2fe058b2ffd069ec57a066f8096dee826 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Fri, 20 Sep 2024 14:13:50 -0500 Subject: [PATCH] remove note, add list of dimensions (#4198) (cherry picked from commit a64780fbb20cc9a1931bb2695f03bf6319316f4c) --- docs/en/observability/apm-ui/services.asciidoc | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/en/observability/apm-ui/services.asciidoc b/docs/en/observability/apm-ui/services.asciidoc index 16a8fae1e7..f7741460be 100644 --- a/docs/en/observability/apm-ui/services.asciidoc +++ b/docs/en/observability/apm-ui/services.asciidoc @@ -39,19 +39,10 @@ To create a service group: . Click **Create group**. . Specify a name, color, and description. . Click **Select services**. -. Specify a {kibana-ref}/kuery-query.html[{kib} Query Language (KQL)] query to select services for the group. +. Specify a {kibana-ref}/kuery-query.html[{kib} Query Language (KQL)] query to filter services by one or more of the following dimensions: +`agent.name`, `service.name`, `service.language.name`, `service.environment`, `labels.`. Services that match the query within the last 24 hours will be assigned to the group. -[NOTE] -==== -Once a service group has been saved, this list of services within it is static. -If a newly added service matches the KQL query, it will not be automatically added to the service group. -Similarly, if a service stops matching the KQL query, it will not be removed from the group. - -To update the list of services within a group, -edit the service group, click **Refresh** next to the KQL query, and click **Save group**. -==== - **Examples** Not sure where to get started? Here are some sample queries you can build from: