-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APM] Show all alerts in service views & service inventory for consi…
…stency with entity inventory (#202025) ## Summary Closes #201565 This update ensures that the service inventory and service views display all alerts grouped by `service.name`, regardless of index pattern. This provides consistent alert visibility across services. >[!NOTE] >The presence of two services with alerts in the "before" state, rather than one, is not due to any changes made in this PR, but rather because the alerts stopped being active while doing the screenshots. Screen|Before|After -|-|- Entity inventory|![Screenshot 2024-11-27 at 17 04 01](https://github.com/user-attachments/assets/5ec7aa5a-0872-43bb-b4ae-1dcc68ce8e34)|![Screenshot 2024-11-27 at 17 13 58](https://github.com/user-attachments/assets/382ce562-d81b-4cc9-8869-8cf88597b231) Service inventory|![Screenshot 2024-11-27 at 17 04 54](https://github.com/user-attachments/assets/6a4ff0b0-839f-4004-b240-13e8ccd804a3)|![Screenshot 2024-11-27 at 17 14 14](https://github.com/user-attachments/assets/62a28c6b-be3e-4ff2-bb95-29bc747db83e) Service detail overview|![Screenshot 2024-11-27 at 17 04 34](https://github.com/user-attachments/assets/53129b4b-cdc6-4bb1-849a-401b82c57327)|![Screenshot 2024-11-27 at 17 05 27](https://github.com/user-attachments/assets/17ee297f-7b6a-46f1-bf98-b38593fa2abe) Service detail alerts|![Screenshot 2024-11-27 at 17 04 45](https://github.com/user-attachments/assets/ae4ff74e-7d14-48cf-b1f0-76cc3f9e9e1c)|![Screenshot 2024-11-27 at 17 05 49](https://github.com/user-attachments/assets/507d7d6c-0ac8-455b-8aa6-c0ce8f1c756c)
- Loading branch information
Showing
8 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
x-pack/plugins/observability_solution/apm/common/alerting/config/apm_alerting_feature_ids.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License | ||
* 2.0; you may not use this file except in compliance with the Elastic License | ||
* 2.0. | ||
*/ | ||
|
||
import { AlertConsumers, type ValidFeatureId } from '@kbn/rule-data-utils'; | ||
|
||
export const apmAlertingFeatureIds: ValidFeatureId[] = [ | ||
AlertConsumers.LOGS, | ||
AlertConsumers.APM, | ||
AlertConsumers.SLO, | ||
AlertConsumers.OBSERVABILITY, | ||
AlertConsumers.INFRASTRUCTURE, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters