forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
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 event-log/so-namespace
* master: (132 commits) document code splitting for client code (elastic#62593) Escape single quotes surrounded by double quotes (elastic#63229) [Endpoint] Update cli mapping to match endpoint package (elastic#63372) update in-app links to metricbeat configuration docs (elastic#63295) investigation notes field (documentation / metadata) (elastic#63386) [Maps] fix bug where toggling Scaling type does not re-fetch data (elastic#63326) [Alerting] set correct parameter for unauthented email action (elastic#63086) [Telemetry] force staging urls in tests (elastic#63356) Migrate legacy maps service to NP & update refs (elastic#60942) Fix task manager query to return tasks to retry (elastic#63360) [Endpoint] Policy list support for URL pagination state (elastic#63291) [Canvas] Migrate saved object mappings and migrations to Kibana Platform (elastic#58891) [DOCS] Add ILM tutorial (elastic#59502) [Maps] Add SOURCE_TYPES enumeration (elastic#62975) [Maps] update geospatial filters to use geo_shape query for geo_point fields (elastic#62966) Move away from npStart for embeddables in canvas (elastic#62680) Use MapInput type from Maps plugin (elastic#61539) Update to pagination for workpad and templates (elastic#62050) [SIEM] Fix AlertsTable id (elastic#63368) Consistent terminology around cypress test data (elastic#63279) ...
- Loading branch information
Showing
1,768 changed files
with
38,589 additions
and
32,170 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,97 @@ | ||
[role="xpack"] | ||
[[apm-alerts]] | ||
=== Create an alert | ||
|
||
beta::[] | ||
|
||
The APM app is integrated with Kibana's {kibana-ref}/alerting-getting-started.html[alerting and actions] feature. | ||
It provides a set of built-in **actions** and APM specific threshold **alerts** for you to use, | ||
and allows all alerts to be centrally managed from <<management,Kibana Management>>. | ||
|
||
[role="screenshot"] | ||
image::apm/images/apm-alert.png[Create an alert in the APM app] | ||
|
||
There are two different types of threshold alerts: transaction duration, and error rate. | ||
Below, we'll create one of each. | ||
|
||
[float] | ||
[[apm-create-transaction-alert]] | ||
=== Create a transaction duration alert | ||
|
||
This guide creates an alert for the `opbeans-java` service based on the following criteria: | ||
|
||
* Transaction type: `transaction.type:request` | ||
* Average request is above `1500ms` for the last 5 minutes | ||
* Check every 10 minutes, and repeat the alert every 30 minutes | ||
* Send the alert via Slack | ||
|
||
From the APM app, navigate to the `opbeans-java` service and select | ||
**Alerts** > **Create threshold alert** > **Transaction duration**. | ||
|
||
The name of your alert will automatically be set as `Transaction duration | opbeans-java`, | ||
and the alert will be tagged with `apm` and `service.name:opbeans-java`. | ||
Feel free to edit either of these defaults. | ||
|
||
Based on the alert criteria, define the following alert details: | ||
|
||
* **Check every** - `10 minutes` | ||
* **Notify every** - `30 minutes` | ||
* **TYPE** - `request` | ||
* **WHEN** - `avg` | ||
* **IS ABOVE** - `1500ms` | ||
* **FOR THE LAST** - `5 minutes` | ||
|
||
Select an action type. | ||
Multiple action types can be selected, but in this example we want to post to a slack channel. | ||
Select **Slack** > **Create a connector**. | ||
Enter a name for the connector, | ||
and paste the webhook URL. | ||
See Slack's webhook documentation if you need to create one. | ||
|
||
Select **Save**. The alert has been created and is now active! | ||
|
||
[float] | ||
[[apm-create-error-alert]] | ||
=== Create an error rate alert | ||
|
||
This guide creates an alert for the `opbeans-python` service based on the following criteria: | ||
|
||
* Error rate is above 25 for the last minute | ||
* Check every 1 minute, and repeat the alert every 10 minutes | ||
* Send the alert via email to the `opbeans-python` team | ||
|
||
From the APM app, navigate to the `opbeans-python` service and select | ||
**Alerts** > **Create threshold alert** > **Error rate**. | ||
|
||
The name of your alert will automatically be set as `Error rate | opbeans-python`, | ||
and the alert will be tagged with `apm` and `service.name:opbeans-python`. | ||
Feel free to edit either of these defaults. | ||
|
||
Based on the alert criteria, define the following alert details: | ||
|
||
* **Check every** - `1 minute` | ||
* **Notify every** - `10 minutes` | ||
* **IS ABOVE** - `25 errors` | ||
* **FOR THE LAST** - `1 minute` | ||
|
||
Select the **Email** action type and click **Create a connector**. | ||
Fill out the required details: sender, host, port, etc., and click **save**. | ||
|
||
Select **Save**. The alert has been created and is now active! | ||
|
||
[float] | ||
[[apm-alert-manage]] | ||
=== Manage alerts and actions | ||
|
||
From the APM app, select **Alerts** > **View active alerts** to be taken to the Kibana alerts and actions management page. | ||
From this page, you can create, edit, disable, mute, and delete alerts, and create, edit, and disable connectors. | ||
|
||
[float] | ||
[[apm-alert-more-info]] | ||
=== More information | ||
|
||
See {kibana-ref}/alerting-getting-started.html[alerting and actions] for more information. | ||
|
||
NOTE: If you are using an **on-premise** Elastic Stack deployment with security, | ||
TLS must be configured for communication between Elasticsearch and Kibana. | ||
More information is in the alerting {kibana-ref}/alerting-getting-started.html#alerting-setup-prerequisites[prerequisites]. |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[role="xpack"] | ||
[[painlesslab]] | ||
== Painless Lab | ||
|
||
beta::[] | ||
|
||
The Painless Lab is an interactive code editor that lets you test and | ||
debug {ref}/modules-scripting-painless.html[Painless scripts] in real-time. | ||
You can use the Painless scripting | ||
language to create <<scripted-fields, {kib} scripted fields>>, | ||
process {ref}/docs-reindex.html[reindexed data], define complex | ||
<<watcher-create-advanced-watch, Watcher conditions>>, | ||
and work with data in other contexts. | ||
|
||
To get started, go to *Dev Tools > Painless Lab*. | ||
|
||
image::dev-tools/painlesslab/images/painless-lab.png[Painless Lab] |
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
13 changes: 13 additions & 0 deletions
13
docs/development/core/public/kibana-plugin-core-public.savedobject.namespaces.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-core-public](./kibana-plugin-core-public.md) > [SavedObject](./kibana-plugin-core-public.savedobject.md) > [namespaces](./kibana-plugin-core-public.savedobject.namespaces.md) | ||
|
||
## SavedObject.namespaces property | ||
|
||
Namespace(s) that this saved object exists in. This attribute is only used for multi-namespace saved object types. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
namespaces?: string[]; | ||
``` |
Oops, something went wrong.