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: