-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Uptime] 7.8 docs #66118
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
[Uptime] 7.8 docs #66118
Changes from all commits
4193330
54a2058
08b7b92
b07b278
f22f935
c2e0b25
2ecbbfd
24ff319
d46a503
141c28e
0495751
4a63705
f0a0de9
16a903e
05af11e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| [role="xpack"] | ||
| [[uptime-alerting]] | ||
|
|
||
| == Uptime alerting | ||
|
|
||
|
Comment on lines
+4
to
+5
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we add an alerting overview here? Something like: The Uptime app integrates with Kibana's {kibana-ref}/alerting-getting-started.html[alerting and actions] feature. It provides a set of built-in actions and Uptime specific threshold alerts for you to use
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated in 0495751. |
||
| The Uptime app integrates with Kibana's {kibana-ref}/alerting-getting-started.html[alerting and actions] | ||
| feature. It provides a set of built-in actions and Uptime specific threshold alerts for you to use | ||
| and enables central management of all alerts from <<management, Kibana Management>>. | ||
|
|
||
| [float] | ||
| === Monitor status alerts | ||
|
|
||
| To receive alerts when a monitor goes down, use the alerting menu at the top of the | ||
| overview page. Use a query in the alert flyout to determine which monitors to check | ||
| with your alert. If you already have a query in the overview page search bar it will | ||
| be carried over into this box. | ||
|
|
||
| [role="screenshot"] | ||
| image::uptime/images/monitor-status-alert-flyout.png[Create monitor status alert flyout] | ||
|
|
||
| [float] | ||
| === TLS alerts | ||
|
|
||
| Uptime also provides the ability to create an alert that will notify you when one or | ||
| more of your monitors have a TLS certificate that will expire within some threshold, | ||
| or when its age exceeds a limit. The values for these thresholds are configurable on | ||
| the <<uptime-settings, Settings page>>. | ||
|
|
||
| [role="screenshot"] | ||
| image::uptime/images/tls-alert-flyout.png[Create TLS alert flyout] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| [role="xpack"] | ||
| [[uptime-certificates]] | ||
|
|
||
| == Certificates | ||
|
|
||
| [role="screenshot"] | ||
| image::uptime/images/certificates-page.png[Certificates] | ||
|
|
||
| The certificates page allows you to visualize TLS certificate data in your indices. In addition to the | ||
| common name, associated monitors, issuer information, and SHA fingerprints, Uptime also assigns a status | ||
| derived from the threshold values in the <<uptime-settings, Settings page>>. | ||
|
|
||
| Several of the columns on this page are sortable. You can use the search bar at the top of the view | ||
| to find values in most of the TLS-related fields in your Uptime indices. Additionally, you can | ||
| create a TLS alert using the `Alerts` dropdown at the top of the page. |
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.
When I view the documentation preview for this page, I'm presented with two images without any context: http://kibana_66118.docs-preview.app.elstc.co/guide/en/kibana/7.8/uptime-alerting.html
I think we should move the paragraphs (context) above each of the screenshots.
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.
Changed this in f0a0de9.