-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Uptime 7.7 docs #62228
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.7 docs #62228
Changes from 11 commits
d1863ea
fa635c9
2f97b14
bb07a42
2b6444d
979f72e
94195f9
f1cbaa0
04f723a
b1a4d47
269098e
d66bd3d
9ce7239
57790c0
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 |
|---|---|---|
|
|
@@ -12,4 +12,3 @@ include::install.asciidoc[] | |
|
|
||
| include::deployment-arch.asciidoc[] | ||
|
|
||
| include::security.asciidoc[] | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| [role="xpack"] | ||
| [[uptime-settings]] | ||
|
|
||
| == Settings | ||
|
|
||
| [role="screenshot"] | ||
| image::uptime/images/settings.png[Filter bar] | ||
|
|
||
| The Uptime settings page lets you change which Heartbeat indices are displayed | ||
| by the uptime app. Users must have the 'all' permission to modify items on this page. | ||
| Uptime settings apply to the current space only. Use different settings in different | ||
| spaces to segment different uptime use cases and domains. | ||
|
|
||
| As an example, imagine your organization one team for internal IT services, and another | ||
andrewvc marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| for public services. Each team operates independently and is only responsible for their | ||
andrewvc marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| own services. In this scenario you might setup separate Heartbeat instances for each team, | ||
andrewvc marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| writing out to index patterns named `it-heartbeat-\*`, and `external-heartbeat-\*`. You would | ||
| create separate roles and users for each in Elasticsearch, each with access to their own spaces, | ||
| named `it` and `external` respectively. Within each space you would navigate to the settings page | ||
| and set the correct index pattern to match only the indices that space is allowed to access. | ||
|
||
|
|
||
| Note that the pattern set here only restricts what the Uptime app shows. Users may still be able | ||
| to manually query Elasticsearch for data outside this pattern! | ||
|
|
||
| See the <<uptime-security,Uptime Elasticsearch Security>> | ||
| and {heartbeat-ref}/securing-heartbeat.html[Heartbeat security] | ||
| docs for more information. | ||
Uh oh!
There was an error while loading. Please reload this page.