Skip to content

Commit

Permalink
Document the Synthetics UI (#2593)
Browse files Browse the repository at this point in the history
* split uptime and synthetics

* update getting started flows

* clean up scripting section

* update filenames

* update references to private locations

* clean up

* add details to the analyze monitor data page

* Add Synthetics settings page (#1)

* add info on alerting settings

* add info on private locations settings

* add info on global parameters, data retention, and api keys

* address feedback from @paulb-elastic

* address additional feedback

* use consistent language

* add note about 'run test manually' only being available for public locations

* remove journeys from uptime analyze section

* add one more redirect

(cherry picked from commit 56cfb75)
  • Loading branch information
colleenmcginnis authored and mergify[bot] committed Mar 21, 2023
1 parent a6967be commit b91a349
Show file tree
Hide file tree
Showing 68 changed files with 838 additions and 521 deletions.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/apmTrace.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/arrowLeft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/arrowRight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/beaker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/inspect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/minus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/pencil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/popout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/sortDown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/observability/images/icons/sortUp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/observability/images/synthetics-get-started-ui.png
Diff not rendered.
Binary file modified docs/en/observability/images/uptime-set-up-ui.asciidoc.png
33 changes: 22 additions & 11 deletions docs/en/observability/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ include::{docs-root}/shared/attributes.asciidoc[]
:kibana-repo-dir: {kibana-root}/docs

:synthetics_version: v1.0.0-beta.40
:project-monitors: project monitors
:project-monitors-cap: Project monitors
:synthetics-app: Synthetics app
:private-location: Private Location

// What is Observability?
include::observability-introduction.asciidoc[leveloffset=+1]
Expand Down Expand Up @@ -100,14 +104,27 @@ include::inspect-metric-anomalies.asciidoc[leveloffset=+2]

include::configure-metrics-sources.asciidoc[leveloffset=+2]

// Uptime & Synthetic monitoring
include::monitor-uptime-synthetics.asciidoc[leveloffset=+1]
// Uptime
include::uptime-intro.asciidoc[leveloffset=+1]

include::uptime-get-started-heartbeat.asciidoc[leveloffset=+2]

include::uptime-analyze.asciidoc[leveloffset=+2]
include::uptime-view-monitor-status.asciidoc[leveloffset=+3]
include::uptime-analyze-monitors.asciidoc[leveloffset=+3]
include::uptime-inspect-duration-anomalies.asciidoc[leveloffset=+3]

include::configure-uptime-settings.asciidoc[leveloffset=+2]

include::troubleshoot-uptime-mapping-issues.asciidoc[leveloffset=+2]

// Synthetics
include::synthetics-intro.asciidoc[leveloffset=+1]

:playwright-url: https://playwright.dev/
:playwright-api-docs: https://playwright.dev/docs/api/class-playwright

include::synthetics-get-started.asciidoc[leveloffset=+2]
include::synthetics-get-started-heartbeat.asciidoc[leveloffset=+3]
include::synthetics-get-started-project.asciidoc[leveloffset=+3]
include::synthetics-get-started-ui.asciidoc[leveloffset=+3]

Expand All @@ -121,24 +138,18 @@ include::synthetics-lightweight.asciidoc[leveloffset=+2]

include::synthetics-manage-monitors.asciidoc[leveloffset=+2]

include::uptime-analyze.asciidoc[leveloffset=+2]
include::view-monitor-status.asciidoc[leveloffset=+3]
include::synthetics-visualize.asciidoc[leveloffset=+3]
include::analyze-monitors.asciidoc[leveloffset=+3]
include::inspect-uptime-duration-anomalies.asciidoc[leveloffset=+3]
include::synthetics-analyze.asciidoc[leveloffset=+2]

include::synthetics-private-location.asciidoc[leveloffset=+2]

include::synthetics-command-reference.asciidoc[leveloffset=+2]

include::synthetics-configuration.asciidoc[leveloffset=+2]

include::configure-uptime-settings.asciidoc[leveloffset=+2]
include::synthetics-settings.asciidoc[leveloffset=+2]

include::synthetics-manage-retention.asciidoc[leveloffset=+2]

include::troubleshoot-uptime-mapping-issues.asciidoc[leveloffset=+2]

include::synthetics-migrate-integration.asciidoc[leveloffset=+2]

// User experience
Expand Down
14 changes: 12 additions & 2 deletions docs/en/observability/redirects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ Refer to <<synthetics-get-started>>.
[role="exclude" id="uptime-set-up-choose-heartbeat"]
=== Use lightweight monitors with {heartbeat}

Refer to <<synthetics-get-started-heartbeat>>.
Refer to <<uptime-get-started>>.

[role="exclude" id="synthetics-get-started-heartbeat"]
=== Create monitors with {heartbeat}

Refer to <<uptime-get-started>>.

[role="exclude" id="uptime-set-up-choose-agent"]
=== Use lightweight monitors with the {uptime-app}
Expand All @@ -59,4 +64,9 @@ Refer to <<synthetics-get-started-project>>.

[[synthetic-monitor-choose-project]]

Refer to <<synthetics-get-started-project>>.
Refer to <<synthetics-get-started-project>>.

[role="exclude" id="synthetics-visualize"]
=== Visualize journeys

Refer to <<synthetics-analyze-journeys>>.
Loading

0 comments on commit b91a349

Please sign in to comment.