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

Onboard Synthetics TLS rule type with FAAD #191127

Merged
merged 17 commits into from
Aug 27, 2024

Conversation

doakalexi
Copy link
Contributor

@doakalexi doakalexi commented Aug 22, 2024

Resolves: #169867

This is the second attempt PR 🙂 to onboard the Synthetics TLS rule type with FAAD.

To verify

  1. Create an oblt cluster with /create-ccs-cluster on slack. Choose dev-oblt.
  2. Add the configuration values from the oblt command to your kibana.yml. You may have to add:
elasticsearch.ignoreVersionMismatch: true

and start Kibana
4. Navigate to app/synthetics/settings/alerting and add a default connector.
5. Go to /app/synthetics/monitors/getting-started and create a HTTP Ping monitor with whatever url you want ( I used https://github.com/) and select a location.
6. Go back to app/synthetics and click the Alerts & Rules link. Click TLS certificate rule. Edit the older than param to something low, such as 1 day.
7. The TLS rule should create an active alert, verify that the action message is populated.
8. Repeat step 5 update the older than param to be higher than the age of the cert. You can check your cert here app/synthetics/certificates
9. The TLS rule should recover, and verify that the recovery action message is populated.
10. You can also check the AAD docs in dev tools using the following command:

GET .internal.alerts-observability.uptime.alerts*/_search

@doakalexi doakalexi changed the title Move tls rule to faad Onboard Synthetics TLS rule type with FAAD Aug 22, 2024
@doakalexi doakalexi requested review from a team, ymao1 and adcoelho August 22, 2024 18:57
@doakalexi doakalexi added release_note:skip Skip the PR/issue when compiling release notes Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v8.16.0 labels Aug 22, 2024
@doakalexi
Copy link
Contributor Author

/ci

@doakalexi doakalexi marked this pull request as ready for review August 22, 2024 20:25
@doakalexi doakalexi requested a review from a team as a code owner August 22, 2024 20:25
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

Copy link
Contributor

@shahzad31 shahzad31 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !!

@botelastic botelastic bot added ci:project-deploy-observability Create an Observability project Team:obs-ux-management Observability Management User Experience Team labels Aug 23, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

@kibana-ci
Copy link
Collaborator

kibana-ci commented Aug 26, 2024

💛 Build succeeded, but was flaky

  • Buildkite Build
  • Commit: 01aa5b8
  • Kibana Serverless Image: docker.elastic.co/kibana-ci/kibana-serverless:pr-191127-01aa5b879d74

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #87 / discover/context_awareness extension getDefaultAppState data view mode should merge and dedup configured default columns with default profile columns

Metrics [docs]

Unknown metric groups

References to deprecated APIs

id before after diff
synthetics 22 20 -2

History

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

Copy link
Contributor

@ymao1 ymao1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@doakalexi doakalexi merged commit 51e76d8 into elastic:main Aug 27, 2024
26 checks passed
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting ci:project-deploy-observability Create an Observability project release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-management Observability Management User Experience Team Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v8.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Progress remaining O11y rule types to FAAD
6 participants