Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APM] Document which fields are supported to create APM Service Groups #4198

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -41,19 +41,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
Loading