Skip to content

Commit

Permalink
Merge branch 'main' into 117686-replace-alert-workflow-status-in-aler…
Browse files Browse the repository at this point in the history
…ts-view
  • Loading branch information
kibanamachine authored Nov 23, 2021
2 parents 1682878 + 7bd903b commit 5b55600
Show file tree
Hide file tree
Showing 278 changed files with 5,860 additions and 4,394 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
/src/plugins/embeddable/ @elastic/kibana-app-services
/src/plugins/expressions/ @elastic/kibana-app-services
/src/plugins/field_formats/ @elastic/kibana-app-services
/src/plugins/index_pattern_editor/ @elastic/kibana-app-services
/src/plugins/data_view_editor/ @elastic/kibana-app-services
/src/plugins/inspector/ @elastic/kibana-app-services
/src/plugins/kibana_react/ @elastic/kibana-app-services
/src/plugins/kibana_react/public/code_editor @elastic/kibana-presentation
Expand Down
2 changes: 1 addition & 1 deletion .i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"monaco": "packages/kbn-monaco/src",
"esQuery": "packages/kbn-es-query/src",
"presentationUtil": "src/plugins/presentation_util",
"indexPatternEditor": "src/plugins/index_pattern_editor",
"indexPatternEditor": "src/plugins/data_view_editor",
"indexPatternFieldEditor": "src/plugins/data_view_field_editor",
"indexPatternManagement": "src/plugins/data_view_management",
"interactiveSetup": "src/plugins/interactive_setup",
Expand Down
44 changes: 43 additions & 1 deletion api_docs/alerting.json
Original file line number Diff line number Diff line change
Expand Up @@ -3552,7 +3552,13 @@
"label": "executionDuration",
"description": [],
"signature": [
"{ average: number; values: number[]; }"
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ExecutionDuration",
"text": "ExecutionDuration"
}
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false
Expand Down Expand Up @@ -3764,6 +3770,42 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.ExecutionDuration",
"type": "Interface",
"tags": [],
"label": "ExecutionDuration",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "alerting",
"id": "def-common.ExecutionDuration.average",
"type": "number",
"tags": [],
"label": "average",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false
},
{
"parentPluginId": "alerting",
"id": "def-common.ExecutionDuration.valuesWithTimestamp",
"type": "Object",
"tags": [],
"label": "valuesWithTimestamp",
"description": [],
"signature": [
"{ [x: string]: number; }"
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.IntervalSchedule",
Expand Down
2 changes: 1 addition & 1 deletion api_docs/alerting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 260 | 0 | 252 | 18 |
| 263 | 0 | 255 | 18 |

## Client

Expand Down
2 changes: 1 addition & 1 deletion api_docs/apm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4510,7 +4510,7 @@
"section": "def-common.PackagePolicy",
"text": "PackagePolicy"
},
" | undefined; }, ",
" | undefined; has_apm_integrations: boolean; }, ",
"APMRouteCreateOptions",
">; } & { \"POST /internal/apm/fleet/cloud_apm_package_policy\": ",
{
Expand Down
Loading

0 comments on commit 5b55600

Please sign in to comment.