-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Add placeholders for Observability docs (#1216)
* Add placeholders for observability docs * Restructure headings
- Loading branch information
EamonnTP
authored
Jun 29, 2020
1 parent
dce2aaa
commit 92786f5
Showing
3 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
:doctype: book | ||
|
||
= Observability Guide | ||
|
||
include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[] | ||
|
||
include::{docs-root}/shared/attributes.asciidoc[] | ||
|
||
include::observability-introduction.asciidoc[] | ||
|
||
include::observability-ui.asciidoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[[observability-introduction]] | ||
[role="xpack"] | ||
== What is Elastic Observability? | ||
|
||
//TODO: Add content | ||
|
||
|
||
[[observability-get-started]] | ||
== Get started with the {stack} | ||
|
||
To get started... | ||
|
||
=== Hosted Elasticsearch Service | ||
|
||
=== Install the {stack} yourself | ||
|
||
=== Run the {stack} on Docker | ||
|
||
=== Run the {stack} on Kubernetes | ||
|
||
[float] | ||
==== Step 1: Install {es} | ||
|
||
[float] | ||
==== Step 2: Install {kib} | ||
|
||
[[observability-add-data]] | ||
== Add observability data | ||
|
||
=== Instrument applications | ||
|
||
=== Ingest logs | ||
|
||
=== Ingest metrics | ||
|
||
=== Ingest uptime data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[[observability-ui]] | ||
[role="xpack"] | ||
|
||
== Monitor observable environments | ||
|
||
Displayed on the Observability *Overview* page are a wide variety of chart | ||
visualizations that provide you with analytical information on what is | ||
happening within your environments. | ||
|
||
The dashboard is comprised of four components to help you make your environments | ||
observable; APM, logs, metrics, and uptime. | ||
|
||
=== Services, transactions, and error rates | ||
|
||
=== Log rates | ||
|
||
=== System metrics | ||
|
||
=== Systems availability | ||
|
||
=== Alerts | ||
|