[8.19] [Response Ops][Reporting] Updating health API to return whether notification email service is available (#219785)#220555
Merged
ymao1 merged 1 commit intoelastic:8.19from May 8, 2025
Conversation
…ication email service is available (elastic#219785) ## Summary Updates the internal reporting health API from elastic#216857 to return whether the notification email service is available. We'll be using this notification email service to send the scheduled report notifications so this lets us know if that service is available. ``` GET kbn:/internal/reporting/_health Response { "has_permanent_encryption_key": true, "is_sufficiently_secure": true, "are_notifications_enabled": true } ``` ## To Verify 1. Run kibana and ES with a preconfigured email connector in the `kibana.yml` and the notification configured to use the connector ``` notifications.connectors.default.email: gmail xpack.actions.preconfigured: gmail: name: 'email: my gmail' actionTypeId: '.email' config: <config> secrets: <secrets> ``` 2. Access the health API, `are_notifications_enabled` should be `true` 3. Remove the config and restart Kibana 4. Access the health API, `are_notifications_enabled` should be `false` Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> (cherry picked from commit 25a873c)
Contributor
💚 Build Succeeded
Metrics [docs]
|
doakalexi
approved these changes
May 8, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto8.19:Questions ?
Please refer to the Backport tool documentation