Skip to content

Commit

Permalink
remove note, add list of dimensions (#4198) (#4285)
Browse files Browse the repository at this point in the history
(cherry picked from commit a64780f)

Co-authored-by: Colleen McGinnis <[email protected]>
  • Loading branch information
mergify[bot] and colleenmcginnis authored Sep 20, 2024
1 parent efb2871 commit 8a1ca86
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions docs/en/observability/apm-ui/services.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.<xyz>`.
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:
Expand Down

0 comments on commit 8a1ca86

Please sign in to comment.