-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ResponseOps] provide config to turn off email action footer #154919
Conversation
2e9612e
to
eb8d22c
Compare
c14caf5
to
c1a10fd
Compare
Pinging @elastic/response-ops (Team:ResponseOps) |
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! One comment about docker allowlist
@@ -130,6 +130,9 @@ A list of allowed email domains which can be used with the email connector. When | |||
|
|||
WARNING: This feature is available in {kib} 7.17.4 and 8.3.0 onwards but is not supported in {kib} 8.0, 8.1 or 8.2. As such, this setting should be removed before upgrading from 7.17 to 8.0, 8.1 or 8.2. It is possible to configure the settings in 7.17.4 and then upgrade to 8.3.0 directly. | |||
|
|||
`xpack.actions.enableFooterInEmail` {ess-icon}:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also add this to the docker allowlist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup - opened https://github.com/elastic/cloud/issues/113918 to track
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docker allowlist is here src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker
:)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah crap - I thought it was all the in cloud repo 🤦🏻!
Just merged this and saw this comment, so will open another PR to add it there ... thx!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merged that fix here: #155076
) ## Summary In PR #154919, we forgot to add the config to the docker allow-list in the appropriate file. We add it in this PR.
resolves #135402
Release note
Adds a new Kibana configuration setting
xpack.actions.enableFooterInEmail
to allow the footer added to emails sent from Kibana alerting rules to NOT be added. The footer is still added by default, or if the setting valuetrue
is used.When set to
false
, the footer will not be added to the email.Summary
Footers were added to emails sent as alerting actions in #84371. In this PR, we provide a config option to turn it off -
xpack.actions.enableFooterInEmail
- defaulttrue
.This should be cloud-enabled by making the appropriate changes in that repo.
Drive-by fix: I noticed in the original PR, I had made a comment about using
---
before the footer instead of--
- it renders better. Decided to make that fix here as well. Comparison:before:
after:
Checklist
Delete any items that are not applicable to this PR.