-
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
[RAC][Observability] stop indexing severity value in uptime #120873
[RAC][Observability] stop indexing severity value in uptime #120873
Conversation
Pinging @elastic/uptime (Team:uptime) |
💛 Build succeeded, but was flaky
Test Failures
Metrics [docs]
To update your PR or re-run it, just comment with: cc @mgiota |
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.
Regarding the reason message: Severity is used in the construction of the duration_anomaly
reason message. However, this reason message is constructed on the server, so it is not necessary to index it at this time. If the reason message construction is ever moved to public, severity
would need to be indexed.
Severity is not used in the reason message of tls or monitor status checks.
@dominiqueclarke Exactly thanks a lot, this confirms my thoughts! |
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Co-authored-by: mgiota <[email protected]>
Fixes #120868
Notes for the reviewer
Could you verify that the severity
indexed value
is not used in the construction of the reason message? I didn't find any usage of it in the reason, but I would like a confirmation.