-
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.
Merge branch 'master' into uptime_edit-alerts-ahead
- Loading branch information
Showing
555 changed files
with
11,729 additions
and
3,837 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 |
---|---|---|
@@ -1 +1 @@ | ||
10.19.0 | ||
10.21.0 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
10.19.0 | ||
10.21.0 |
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
39 changes: 39 additions & 0 deletions
39
...evelopment/plugins/data/public/kibana-plugin-plugins-data-public.ui_settings.md
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,39 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [UI\_SETTINGS](./kibana-plugin-plugins-data-public.ui_settings.md) | ||
|
||
## UI\_SETTINGS variable | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
UI_SETTINGS: { | ||
META_FIELDS: string; | ||
DOC_HIGHLIGHT: string; | ||
QUERY_STRING_OPTIONS: string; | ||
QUERY_ALLOW_LEADING_WILDCARDS: string; | ||
SEARCH_QUERY_LANGUAGE: string; | ||
SORT_OPTIONS: string; | ||
COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: string; | ||
COURIER_SET_REQUEST_PREFERENCE: string; | ||
COURIER_CUSTOM_REQUEST_PREFERENCE: string; | ||
COURIER_MAX_CONCURRENT_SHARD_REQUESTS: string; | ||
COURIER_BATCH_SEARCHES: string; | ||
SEARCH_INCLUDE_FROZEN: string; | ||
HISTOGRAM_BAR_TARGET: string; | ||
HISTOGRAM_MAX_BARS: string; | ||
HISTORY_LIMIT: string; | ||
SHORT_DOTS_ENABLE: string; | ||
FORMAT_DEFAULT_TYPE_MAP: string; | ||
FORMAT_NUMBER_DEFAULT_PATTERN: string; | ||
FORMAT_PERCENT_DEFAULT_PATTERN: string; | ||
FORMAT_BYTES_DEFAULT_PATTERN: string; | ||
FORMAT_CURRENCY_DEFAULT_PATTERN: string; | ||
FORMAT_NUMBER_DEFAULT_LOCALE: string; | ||
TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: string; | ||
TIMEPICKER_QUICK_RANGES: string; | ||
INDEXPATTERN_PLACEHOLDER: string; | ||
FILTERS_PINNED_BY_DEFAULT: string; | ||
FILTERS_EDITOR_SUGGEST_VALUES: string; | ||
} | ||
``` |
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
39 changes: 39 additions & 0 deletions
39
...evelopment/plugins/data/server/kibana-plugin-plugins-data-server.ui_settings.md
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,39 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) > [UI\_SETTINGS](./kibana-plugin-plugins-data-server.ui_settings.md) | ||
|
||
## UI\_SETTINGS variable | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
UI_SETTINGS: { | ||
META_FIELDS: string; | ||
DOC_HIGHLIGHT: string; | ||
QUERY_STRING_OPTIONS: string; | ||
QUERY_ALLOW_LEADING_WILDCARDS: string; | ||
SEARCH_QUERY_LANGUAGE: string; | ||
SORT_OPTIONS: string; | ||
COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: string; | ||
COURIER_SET_REQUEST_PREFERENCE: string; | ||
COURIER_CUSTOM_REQUEST_PREFERENCE: string; | ||
COURIER_MAX_CONCURRENT_SHARD_REQUESTS: string; | ||
COURIER_BATCH_SEARCHES: string; | ||
SEARCH_INCLUDE_FROZEN: string; | ||
HISTOGRAM_BAR_TARGET: string; | ||
HISTOGRAM_MAX_BARS: string; | ||
HISTORY_LIMIT: string; | ||
SHORT_DOTS_ENABLE: string; | ||
FORMAT_DEFAULT_TYPE_MAP: string; | ||
FORMAT_NUMBER_DEFAULT_PATTERN: string; | ||
FORMAT_PERCENT_DEFAULT_PATTERN: string; | ||
FORMAT_BYTES_DEFAULT_PATTERN: string; | ||
FORMAT_CURRENCY_DEFAULT_PATTERN: string; | ||
FORMAT_NUMBER_DEFAULT_LOCALE: string; | ||
TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: string; | ||
TIMEPICKER_QUICK_RANGES: string; | ||
INDEXPATTERN_PLACEHOLDER: string; | ||
FILTERS_PINNED_BY_DEFAULT: string; | ||
FILTERS_EDITOR_SUGGEST_VALUES: string; | ||
} | ||
``` |
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
15 changes: 9 additions & 6 deletions
15
docs/uptime/alerting.asciidoc → docs/uptime-guide/alerting.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 |
---|---|---|
@@ -1,30 +1,33 @@ | ||
[role="xpack"] | ||
[[uptime-alerting]] | ||
|
||
== Uptime alerting | ||
=== Uptime alerting | ||
|
||
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>>. | ||
and enables central management of all alerts from {kibana-ref}/management.html[Kibana Management]. | ||
|
||
[role="screenshot"] | ||
image::images/create-alert.png[Create alert] | ||
|
||
[float] | ||
=== Monitor status alerts | ||
==== 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] | ||
image::images/monitor-status-alert.png[Create monitor status alert flyout] | ||
|
||
[float] | ||
=== TLS alerts | ||
==== 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] | ||
image::images/tls-alert.png[Create TLS alert flyout] |
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,70 @@ | ||
[role="xpack"] | ||
[[uptime-app]] | ||
== Uptime app | ||
|
||
The Uptime app in {kib} enables you to monitor the status of network endpoints via HTTP/S, TCP, and ICMP. | ||
You can explore endpoint status over time, drill down into specific monitors, | ||
and view a high-level snapshot of your environment at any point in time. | ||
|
||
[role="screenshot"] | ||
image::images/uptime-overview.png[Uptime app overview] | ||
|
||
[role="xpack"] | ||
[[uptime-app-overview]] | ||
=== Overview | ||
|
||
The Uptime overview helps you quickly identify and diagnose outages and | ||
other connectivity issues within your network or environment. You can use the date range | ||
selection that is global to the Uptime app, to highlight | ||
an absolute date range, or a relative one, similar to other areas of {kib}. | ||
|
||
[float] | ||
=== Filter bar | ||
|
||
The Filter bar enables you to quickly view specific groups of monitors, or even | ||
an individual monitor if you have defined many. | ||
|
||
This control allows you to use automated filter options, as well as input custom filter | ||
text to select specific monitors by field, URL, ID, and other attributes. | ||
|
||
[role="screenshot"] | ||
image::images/filter-bar.png[Filter bar] | ||
|
||
[float] | ||
=== Snapshot panel | ||
|
||
The Snapshot panel displays the overall | ||
status of the environment you're monitoring or a subset of those monitors. | ||
You can see the total number of detected monitors within the selected | ||
Uptime date range, along with the number of monitors | ||
in an `up` or `down` state, which is based on the last check reported by Heartbeat | ||
for each monitor. | ||
|
||
Next to the counts, there is a histogram displaying the change over time throughout the | ||
selected date range. | ||
|
||
[role="screenshot"] | ||
image::images/snapshot-view.png[Snapshot view] | ||
|
||
[float] | ||
=== Monitor list | ||
|
||
Information about individual monitors is displayed in the monitor list and provides a quick | ||
way to navigate to a more in-depth visualization for interesting hosts or endpoints. | ||
|
||
The information displayed includes the recent status of a host or endpoint, when the monitor was last checked, its | ||
ID and URL, and its IP address. There is also sparkline showing its check status over time. | ||
|
||
[role="screenshot"] | ||
image::images/monitor-list.png[Monitor list] | ||
|
||
[float] | ||
=== Observability integrations | ||
|
||
The Monitor list also contains a menu of available integrations. When Uptime detects Kubernetes or | ||
Docker related host information, it provides links to open the Metrics app or Logs app pre-filtered | ||
for this host. Additionally, to help you quickly determine if these solutions contain data relevant to you, | ||
this feature contains links to filter the other views on the host's IP address. | ||
|
||
[role="screenshot"] | ||
image::images/observability_integrations.png[Observability integrations] |
14 changes: 7 additions & 7 deletions
14
docs/uptime/certificates.asciidoc → docs/uptime-guide/certificates.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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[role="xpack"] | ||
[[uptime-certificates]] | ||
|
||
== 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 | ||
The certificates page enables 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. | ||
to find values in most of the TLS-related fields in your Uptime indices. Additionally, using the `Alerts` | ||
dropdown at the top of the page you can create a TLS alert. | ||
|
||
[role="screenshot"] | ||
image::images/certificates-page.png[Certificates] |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
Oops, something went wrong.