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

[RAC][Observability] stop indexing severity value in uptime #120873

Merged

Conversation

mgiota
Copy link
Contributor

@mgiota mgiota commented Dec 9, 2021

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.

@mgiota mgiota requested a review from a team as a code owner December 9, 2021 08:37
@botelastic botelastic bot added the Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability label Dec 9, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

@mgiota mgiota self-assigned this Dec 9, 2021
@mgiota mgiota added Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" v8.0.0 v8.1.0 Theme: rac label obsolete auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes labels Dec 9, 2021
@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Test Failures

  • [job] [logs] Default CI Group #12 / task_manager scheduling and running tasks should return a task run error result when running a task now fails

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @mgiota

Copy link
Contributor

@dominiqueclarke dominiqueclarke left a 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.

@mgiota
Copy link
Contributor Author

mgiota commented Dec 9, 2021

@dominiqueclarke Exactly thanks a lot, this confirms my thoughts!

@mgiota mgiota merged commit f14540f into elastic:main Dec 9, 2021
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 9, 2021
@kibanamachine
Copy link
Contributor

💚 Backport successful

Status Branch Result
8.0

This backport PR will be merged automatically after passing CI.

kibanamachine added a commit that referenced this pull request Dec 9, 2021
TinLe pushed a commit to TinLe/kibana that referenced this pull request Dec 22, 2021
@mgiota mgiota deleted the 120868_stop_indexing_severity_in_uptime branch January 4, 2022 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes Team: Actionable Observability - DEPRECATED For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge" Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability Theme: rac label obsolete v8.0.0 v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RAC][Observability] Stop indexing severity in Uptime
5 participants