Skip to content

Commit 5028ccd

Browse files
remove note, add list of dimensions (#4287)
1 parent a64780f commit 5028ccd

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

docs/en/serverless/apm/apm-ui-services.mdx

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,10 @@ To create a service group:
4747
1. Click **Create group**.
4848
1. Specify a name, color, and description.
4949
1. Click **Select services**.
50-
1. Specify a [Kibana Query Language (KQL)](((kibana-ref))/kuery-query.html) query to select
51-
services for the group. Services that match the query within the last 24 hours will be assigned to the group.
52-
53-
<DocCallOut title="Note">
54-
55-
Once a service group has been saved, this list of services within it is static.
56-
If a newly added service matches the KQL query, it will not be automatically added to the service group.
57-
Similarly, if a service stops matching the KQL query, it will not be removed from the group.
58-
59-
To update the list of services within a group,
60-
edit the service group, click **Refresh** next to the KQL query, and click **Save group**.
61-
62-
</DocCallOut>
50+
1. Specify a [Kibana Query Language (KQL)](((kibana-ref))/kuery-query.html) query to filter services
51+
by one or more of the following dimensions: `agent.name`, `service.name`, `service.language.name`,
52+
`service.environment`, `labels.<xyz>`. Services that match the query within the last 24 hours will
53+
be assigned to the group.
6354

6455
### Examples
6556

0 commit comments

Comments
 (0)