-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs for 7.7 features: - Alerting - Duration anomalies - Settings Point security docs to heartbeat.
- Loading branch information
Showing
16 changed files
with
63 additions
and
85 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
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 |
---|---|---|
|
@@ -12,4 +12,3 @@ include::install.asciidoc[] | |
|
||
include::deployment-arch.asciidoc[] | ||
|
||
include::security.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
This file was deleted.
Oops, something went wrong.
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 not shown.
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.
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
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
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
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,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 has one team for internal IT services, and another | ||
for public services. Each team operates independently and is only responsible for its | ||
own services. In this scenario, you might set up separate Heartbeat instances for each team, | ||
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. |