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' of github.com:elastic/kibana into es_ui_shared/…
…chore/put-all-xjson-together * 'master' of github.com:elastic/kibana: [EPM] Update UI copy to use `integration` (elastic#63077) [NP] Inline buildPointSeriesData and buildHierarchicalData dependencies (elastic#61575) [Maps] create NOT EXISTS filter for tooltip property with no value (elastic#62849) [Endpoint] Add link to Logs UI to the Host Details view (elastic#62852) [UI COPY] Fixes typo in max_shingle_size for search_as_you_type (elastic#63071) [APM] docs: add alerting examples for APM (elastic#62864) [EPM] Change PACKAGES_SAVED_OBJECT_TYPE id (elastic#62818) docs: fix rendering of bulleted list (elastic#62855) Exposed AddMessageVariables as separate component (elastic#63007) Add Data - Adding cloud reset password link to cloud instructions (elastic#62835) [ML] DF Analytics: update memory estimate after adding exclude fields (elastic#62850) [Table Vis] Fix visualization overflow (elastic#62630) [Endpoint][EPM] Endpoint depending on ingest manager to initialize (elastic#62871) [Remote clusters] Fix flaky jest tests (elastic#58768) [Discover] Hide time picker when an indexpattern without timefield is selected (elastic#62134) Move search source parsing and serializing to data (elastic#59919) [ML] Functional tests - stabilize typing in mml input (elastic#63091) [data.search.aggs]: Clean up TimeBuckets implementation (elastic#62123) [ML] Functional transform tests - stabilize source selection (elastic#63087) add embed flag to saved object url as well (elastic#62926) # Conflicts: # x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types/es_index.tsx
- Loading branch information
Showing
191 changed files
with
3,430 additions
and
2,306 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
15 changes: 15 additions & 0 deletions
15
...ent/plugins/data/public/kibana-plugin-plugins-data-public.createsearchsource.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,15 @@ | ||
<!-- 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) > [createSearchSource](./kibana-plugin-plugins-data-public.createsearchsource.md) | ||
|
||
## createSearchSource variable | ||
|
||
Deserializes a json string and a set of referenced objects to a `SearchSource` instance. Use this method to re-create the search source serialized using `searchSource.serialize`<!-- -->. | ||
|
||
This function is a factory function that returns the actual utility when calling it with the required service dependency (index patterns contract). A pre-wired version is also exposed in the start contract of the data plugin as part of the search service | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
createSearchSource: (indexPatterns: Pick<import("../../index_patterns/index_patterns").IndexPatternsService, "get" | "clearCache" | "getFieldsForTimePattern" | "getFieldsForWildcard" | "getIds" | "getTitles" | "getFields" | "getCache" | "getDefault" | "make">) => (searchSourceJson: string, references: SavedObjectReference[]) => Promise<SearchSource> | ||
``` |
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
27 changes: 27 additions & 0 deletions
27
...plugins/data/public/kibana-plugin-plugins-data-public.searchsource.serialize.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,27 @@ | ||
<!-- 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) > [SearchSource](./kibana-plugin-plugins-data-public.searchsource.md) > [serialize](./kibana-plugin-plugins-data-public.searchsource.serialize.md) | ||
|
||
## SearchSource.serialize() method | ||
|
||
Serializes the instance to a JSON string and a set of referenced objects. Use this method to get a representation of the search source which can be stored in a saved object. | ||
|
||
The references returned by this function can be mixed with other references in the same object, however make sure there are no name-collisions. The references will be named `kibanaSavedObjectMeta.searchSourceJSON.index` and `kibanaSavedObjectMeta.searchSourceJSON.filter[<number>].meta.index`<!-- -->. | ||
|
||
Using `createSearchSource`<!-- -->, the instance can be re-created. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
serialize(): { | ||
searchSourceJSON: string; | ||
references: SavedObjectReference[]; | ||
}; | ||
``` | ||
<b>Returns:</b> | ||
|
||
`{ | ||
searchSourceJSON: string; | ||
references: SavedObjectReference[]; | ||
}` | ||
|
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
File renamed without changes.
111 changes: 111 additions & 0 deletions
111
src/legacy/core_plugins/kibana/public/discover/np_ready/angular/helpers/point_series.ts
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,111 @@ | ||
/* | ||
* Licensed to Elasticsearch B.V. under one or more contributor | ||
* license agreements. See the NOTICE file distributed with | ||
* this work for additional information regarding copyright | ||
* ownership. Elasticsearch B.V. licenses this file to you under | ||
* the Apache License, Version 2.0 (the "License"); you may | ||
* not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, | ||
* software distributed under the License is distributed on an | ||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
* KIND, either express or implied. See the License for the | ||
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ | ||
|
||
import { uniq } from 'lodash'; | ||
import { Duration, Moment } from 'moment'; | ||
import { Unit } from '@elastic/datemath'; | ||
|
||
import { SerializedFieldFormat } from '../../../../../../../../plugins/expressions/common/types'; | ||
|
||
export interface Column { | ||
id: string; | ||
name: string; | ||
} | ||
|
||
export interface Row { | ||
[key: string]: number | 'NaN'; | ||
} | ||
|
||
export interface Table { | ||
columns: Column[]; | ||
rows: Row[]; | ||
} | ||
|
||
interface HistogramParams { | ||
date: true; | ||
interval: Duration; | ||
intervalESValue: number; | ||
intervalESUnit: Unit; | ||
format: string; | ||
bounds: { | ||
min: Moment; | ||
max: Moment; | ||
}; | ||
} | ||
export interface Dimension { | ||
accessor: 0 | 1; | ||
format: SerializedFieldFormat<{ pattern: string }>; | ||
} | ||
|
||
export interface Dimensions { | ||
x: Dimension & { params: HistogramParams }; | ||
y: Dimension; | ||
} | ||
|
||
interface Ordered { | ||
date: true; | ||
interval: Duration; | ||
intervalESUnit: string; | ||
intervalESValue: number; | ||
min: Moment; | ||
max: Moment; | ||
} | ||
export interface Chart { | ||
values: Array<{ | ||
x: number; | ||
y: number; | ||
}>; | ||
xAxisOrderedValues: number[]; | ||
xAxisFormat: Dimension['format']; | ||
xAxisLabel: Column['name']; | ||
yAxisLabel?: Column['name']; | ||
ordered: Ordered; | ||
} | ||
|
||
export const buildPointSeriesData = (table: Table, dimensions: Dimensions) => { | ||
const { x, y } = dimensions; | ||
const xAccessor = table.columns[x.accessor].id; | ||
const yAccessor = table.columns[y.accessor].id; | ||
const chart = {} as Chart; | ||
|
||
chart.xAxisOrderedValues = uniq(table.rows.map(r => r[xAccessor] as number)); | ||
chart.xAxisFormat = x.format; | ||
chart.xAxisLabel = table.columns[x.accessor].name; | ||
|
||
const { intervalESUnit, intervalESValue, interval, bounds } = x.params; | ||
chart.ordered = { | ||
date: true, | ||
interval, | ||
intervalESUnit, | ||
intervalESValue, | ||
min: bounds.min, | ||
max: bounds.max, | ||
}; | ||
|
||
chart.yAxisLabel = table.columns[y.accessor].name; | ||
|
||
chart.values = table.rows | ||
.filter(row => row && row[yAccessor] !== 'NaN') | ||
.map(row => ({ | ||
x: row[xAccessor] as number, | ||
y: row[yAccessor] as number, | ||
})); | ||
|
||
return chart; | ||
}; |
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.