-
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 migrate_tp_custom_visualizations_to_np
- Loading branch information
Showing
536 changed files
with
8,623 additions
and
3,870 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
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,34 @@ | ||
[role="xpack"] | ||
[[alert-details]] | ||
=== Alert details | ||
|
||
beta[] | ||
|
||
The *Alert details* page tells you about the state of the alert and provides granular control over the actions it is taking. | ||
|
||
[role="screenshot"] | ||
image::images/alerts-details-instances-active.png[Alert details page with three alert instances] | ||
|
||
In this example, alerts detect when a site serves more than a threshold number of bytes in a 24 hour period. Three sites are above the threshold. These are called alert instances - occurrences of the condition being detected - and the instance name, status, time of detection, and duration of the condition are shown in this view. | ||
|
||
Upon detection, each instance can trigger one or more actions. If the condition persists, the same actions will trigger either on the next scheduled alert check, or (if defined) after the re-notify period on the alert has passed. To prevent re-notification, you can suppress future actions by clicking on the eye icon to mute an individual alert instance. Muting means that the alert checks continue to run on a schedule, but that instance will not trigger any action. | ||
|
||
[role="screenshot"] | ||
image::images/alerts-details-instance-muting.png[Muting an alert instance] | ||
|
||
Alert instances will come and go from the list depending on whether they meet the alert conditions or not - unless they are muted. If a muted instance no longer meets the alert conditions, it will appear as inactive in the list. This prevents an instance from triggering actions if it reappears in the future. | ||
|
||
[role="screenshot"] | ||
image::images/alerts-details-instances-inactive.png[Alert details page with three inactive alert instances] | ||
|
||
If you want to suppress actions on all current and future instances, you can mute the entire alert. Alert checks continue to run and the instance list will update as instances activate or deactivate, but no actions will be triggered. | ||
|
||
[role="screenshot"] | ||
image::images/alerts-details-muting.png[Use the mute toggle to suppress all action on current and future instances] | ||
|
||
You can also disable an alert altogether. When disabled, the alert stops running checks altogether and will clear any instances it is tracking. You may want to disable alerts that are not currently needed to reduce the load on {kib} and {es}. | ||
|
||
[role="screenshot"] | ||
image::images/alerts-details-disabling.png[Use the disable toggle to turn off alert checks and clear instances tracked] | ||
|
||
* For further information on alerting concepts and examples, see <<alerting-getting-started>>. |
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,59 @@ | ||
[role="xpack"] | ||
[[alert-management]] | ||
=== Managing Alerts | ||
|
||
beta[] | ||
|
||
The *Alerts* tab provides a cross-app view of alerting. Different {kib} apps like <<xpack-infra, Metrics>>, <<xpack-apm, APM>>, <<xpack-uptime, Uptime>>, and <<xpack-siem, SIEM>> can offer their own alerts, and the *Alerts* tab provides a central place to: | ||
|
||
* <<create-edit-alerts, Create and edit>> alerts | ||
* <<controlling-alerts, Control alerts>> including enabling/disabling, muting/unmuting, and deleting | ||
* Drill-down to <<alert-details, alert details>> | ||
|
||
[role="screenshot"] | ||
image:management/alerting/images/alerts-and-actions-ui.png[Example alert listing in the Alerts and Actions UI] | ||
|
||
For more information on alerting concepts and the types of alerts and actions available, see <<alerting-getting-started>>. | ||
|
||
[float] | ||
==== Finding alerts | ||
|
||
The *Alerts* tab lists all alerts in the current space, including summary information about their execution frequency, tags, and type. | ||
|
||
The *search bar* can be used to quickly find alerts by name or tag. | ||
|
||
[role="screenshot"] | ||
image::images/alerts-filter-by-search.png[Filtering the alerts list using the search bar] | ||
|
||
The *type* dropdown lets you filter to a subset of alert types. | ||
|
||
[role="screenshot"] | ||
image::images/alerts-filter-by-type.png[Filtering the alerts list by types of alert] | ||
|
||
The *Action type* dropdown lets you filter by the type of action used in the alert. | ||
|
||
[role="screenshot"] | ||
image::images/alerts-filter-by-action-type.png[Filtering the alert list by type of action] | ||
|
||
[float] | ||
[[create-edit-alerts]] | ||
==== Creating and editing alerts | ||
|
||
Many alerts must be created within the context of a {kib} app like <<xpack-infra, Metrics>>, <<xpack-apm, APM>>, or <<xpack-uptime, Uptime>>, but others are generic. Generic alert types can be created in the *Alerts* management UI by clicking the *Create* button. This will launch a flyout that guides you through selecting an alert type and configuring it's properties. Refer to <<alert-types>> for details on what types of alerts are available and how to configure them. | ||
|
||
After an alert is created, you can re-open the flyout and change an alerts properties by clicking the *Edit* button shown on each row of the alert listing. | ||
|
||
|
||
[float] | ||
[[controlling-alerts]] | ||
==== Controlling alerts | ||
|
||
The alert listing allows you to quickly mute/unmute, disable/enable, and delete individual alerts by clicking the action button at the right of each row. | ||
|
||
[role="screenshot"] | ||
image:management/alerting/images/individual-mute-disable.png[The actions button allows an individual alert to be muted, disabled, or deleted] | ||
|
||
These operations can also be performed in bulk by multi-selecting alerts and clicking the *Manage alerts* button: | ||
|
||
[role="screenshot"] | ||
image:management/alerting/images/bulk-mute-disable.png[The Manage alerts button lets you mute/unmute, enable/disable, and delete in bulk] |
25 changes: 25 additions & 0 deletions
25
docs/management/alerting/alerts-and-actions-intro.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,25 @@ | ||
[role="xpack"] | ||
[[managing-alerts-and-actions]] | ||
== Alerts and Actions | ||
|
||
beta[] | ||
|
||
The *Alerts and Actions* UI lets you <<alert-management, see and control all the alerts>> in a space, and provides tools to <<connector-management, create and manage connectors>> so that alerts can trigger actions like notification, indexing, and ticketing. | ||
|
||
To manage alerting and connectors, go to *Management > {kib} > Alerts and Actions*. | ||
|
||
[role="screenshot"] | ||
image:management/alerting/images/alerts-and-actions-ui.png[Example alert listing in the Alerts and Actions UI] | ||
|
||
[NOTE] | ||
============================================================================ | ||
Similar to dashboards, alerts and connectors reside in a <<xpack-spaces, space>>. | ||
The *Alerts and Actions* UI only shows alerts and connectors for the current space. | ||
============================================================================ | ||
|
||
[NOTE] | ||
============================================================================ | ||
{es} also offers alerting capabilities through Watcher, which | ||
can be managed through the <<watcher-ui, Watcher UI>>. See | ||
<<alerting-concepts-differences>> for more information. | ||
============================================================================ |
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,47 @@ | ||
[role="xpack"] | ||
[[connector-management]] | ||
=== Managing Connectors | ||
|
||
beta[] | ||
|
||
Alerts use *Connectors* to route actions to different destinations like log files, ticketing systems, and messaging tools. While each {kib} app can offer their own types of alerts, they typically share connectors. The *Connectors* tab offers a central place to view and manage all the connectors in the current space. | ||
|
||
For more information on connectors and the types of actions available see <<action-types>>. | ||
|
||
[role="screenshot"] | ||
image::images/connector-listing.png[Example connector listing in the Alerts and Actions UI] | ||
|
||
|
||
[float] | ||
==== Connector list | ||
|
||
The *Connectors* tab lists all connectors in the current space. The *search bar* can be used to find specific connectors by name and/or type. | ||
|
||
[role="screenshot"] | ||
image::images/connector-filter-by-search.png[Filtering the connector list using the search bar] | ||
|
||
|
||
The *type* dropdown also lets you filter to a subset of action types. | ||
|
||
[role="screenshot"] | ||
image::images/connector-filter-by-type.png[Filtering the connector list by types of actions] | ||
|
||
The *Actions* column indicates the number of actions that reference the connector. This count helps you confirm a connector is unused before you delete it, and tells you how many actions will be affected when a connector is modified. | ||
|
||
[role="screenshot"] | ||
image::images/connector-action-count.png[Filtering the connector list by types of actions] | ||
|
||
You can delete individual connectors using the trash icon on the right of each row. Connectors can also be deleted in bulk by multi-selecting them and clicking the *Delete* button to the left of the search box. | ||
|
||
[role="screenshot"] | ||
image::images/connector-delete.png[Deleting connectors individually or in bulk] | ||
|
||
[NOTE] | ||
============================================================================ | ||
You can delete a connector even if there are still actions referencing it. | ||
When this happens the action will fail to execute, and appear as errors in the {kib} logs. | ||
============================================================================ | ||
|
||
==== Creating a new connector | ||
|
||
New connectors can be created by clicking the *Create connector* button, which will guide you to select the type of connector and configure it's properties. Refer to <<action-types>> for the types of connectors available and how to configure them. Once you create a connector it will be made available to you anytime you set up an action in the current space. |
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 added
BIN
+48.3 KB
docs/management/alerting/images/alerts-details-instances-inactive.png
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.
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.