Skip to content

Commit

Permalink
Merge branch 'master' into pjhampton/endpoint-telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jun 30, 2021
2 parents 99ceeef + 345b938 commit c4316b0
Show file tree
Hide file tree
Showing 1,215 changed files with 98,514 additions and 26,160 deletions.
4 changes: 2 additions & 2 deletions api_docs/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,9 +969,9 @@
"section": "def-server.ActionResult",
"text": "ActionResult"
},
"<Record<string, unknown>>>; execute: ({ actionId, params, source, }: Pick<",
"<Record<string, unknown>>>; execute: ({ actionId, params, source, relatedSavedObjects, }: Pick<",
"ExecuteOptions",
"<unknown>, \"source\" | \"params\" | \"actionId\">) => Promise<",
"<unknown>, \"source\" | \"params\" | \"actionId\" | \"taskInfo\" | \"relatedSavedObjects\">) => Promise<",
{
"pluginId": "actions",
"scope": "common",
Expand Down
1 change: 0 additions & 1 deletion api_docs/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

import actionsObj from './actions.json';


Expand Down
1 change: 0 additions & 1 deletion api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---

import advancedSettingsObj from './advanced_settings.json';


Expand Down
116 changes: 59 additions & 57 deletions api_docs/alerting.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@
"text": "Alert"
},
"<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.JsonObject",
"text": "JsonObject"
}
"JsonObject"
],
"source": {
"path": "x-pack/plugins/alerting/public/alert_navigation_registry/types.ts",
Expand Down Expand Up @@ -64,7 +58,7 @@
],
"label": "registerNavigation",
"description": [
"\nRegister a customized view of the particular rule type. Stack Management provides a generic overview, but a developer can register a\ncustom navigation to provide the user an extra link to a more curated view. The alerting plugin doesn't actually do\nanything with this information, but it can be used by other plugins via the `getNavigation` functionality. Currently\nthe trigger_actions_ui plugin uses it to expose the link from the generic rule view in Stack Management.\n"
"\nRegister a customized view of the particular rule type. Stack Management provides a generic overview, but a developer can register a\ncustom navigation to provide the user an extra link to a more curated view. The alerting plugin doesn't actually do\nanything with this information, but it can be used by other plugins via the `getNavigation` functionality. Currently\nthe trigger_actions_ui plugin uses it to expose the link from the generic rule details view in Stack Management.\n"
],
"signature": [
"(applicationId: string, ruleType: string, handler: ",
Expand Down Expand Up @@ -133,13 +127,7 @@
"text": "Alert"
},
"<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.JsonObject",
"text": "JsonObject"
}
"JsonObject"
],
"source": {
"path": "x-pack/plugins/alerting/public/plugin.ts",
Expand All @@ -156,7 +144,7 @@
"tags": [],
"label": "registerDefaultNavigation",
"description": [
"\nRegister a customized view for all rule types. Stack Management provides a generic overview, but a developer can register a\ncustom navigation to provide the user an extra link to a more curated view. The alerting plugin doesn't actually do\nanything with this information, but it can be used by other plugins via the `getNavigation` functionality. Currently\nthe trigger_actions_ui plugin uses it to expose the link from the generic rule view in Stack Management.\n"
"\nRegister a customized view for all rule types with this application id. Stack Management provides a generic overview, but a developer can register a\ncustom navigation to provide the user an extra link to a more curated view. The alerting plugin doesn't actually do\nanything with this information, but it can be used by other plugins via the `getNavigation` functionality. Currently\nthe trigger_actions_ui plugin uses it to expose the link from the generic rule details view in Stack Management.\n"
],
"signature": [
"(applicationId: string, handler: ",
Expand Down Expand Up @@ -210,13 +198,7 @@
"text": "Alert"
},
"<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.JsonObject",
"text": "JsonObject"
}
"JsonObject"
],
"source": {
"path": "x-pack/plugins/alerting/public/plugin.ts",
Expand Down Expand Up @@ -396,7 +378,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
"lineNumber": 25
"lineNumber": 26
},
"deprecated": false,
"children": [
Expand All @@ -412,7 +394,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
"lineNumber": 26
"lineNumber": 27
},
"deprecated": false
},
Expand All @@ -425,7 +407,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
"lineNumber": 27
"lineNumber": 28
},
"deprecated": false
}
Expand Down Expand Up @@ -786,7 +768,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 221
"lineNumber": 222
},
"deprecated": false,
"children": [
Expand All @@ -808,7 +790,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 222
"lineNumber": 223
},
"deprecated": false
},
Expand All @@ -830,7 +812,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 223
"lineNumber": 224
},
"deprecated": false
}
Expand Down Expand Up @@ -1153,6 +1135,19 @@
"lineNumber": 148
},
"deprecated": false
},
{
"parentPluginId": "alerting",
"id": "def-server.AlertType.isExportable",
"type": "boolean",
"tags": [],
"label": "isExportable",
"description": [],
"source": {
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 149
},
"deprecated": false
}
],
"initialIsOpen": false
Expand Down Expand Up @@ -1255,7 +1250,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 85
"lineNumber": 87
},
"deprecated": false,
"children": [
Expand All @@ -1279,7 +1274,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 86
"lineNumber": 88
},
"deprecated": false,
"children": [
Expand All @@ -1302,7 +1297,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 94
"lineNumber": 96
},
"deprecated": false,
"isRequired": true
Expand All @@ -1322,7 +1317,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 105
"lineNumber": 107
},
"deprecated": false,
"children": [
Expand All @@ -1340,7 +1335,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 106
"lineNumber": 108
},
"deprecated": false,
"returnComment": [],
Expand Down Expand Up @@ -1374,7 +1369,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 107
"lineNumber": 109
},
"deprecated": false,
"children": [
Expand All @@ -1397,7 +1392,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 107
"lineNumber": 109
},
"deprecated": false,
"isRequired": true
Expand Down Expand Up @@ -1427,7 +1422,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 108
"lineNumber": 110
},
"deprecated": false,
"children": [
Expand All @@ -1450,7 +1445,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 109
"lineNumber": 111
},
"deprecated": false,
"isRequired": true
Expand Down Expand Up @@ -1478,7 +1473,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 111
"lineNumber": 113
},
"deprecated": false,
"returnComment": [],
Expand Down Expand Up @@ -1518,7 +1513,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
"lineNumber": 30
"lineNumber": 31
},
"deprecated": false,
"initialIsOpen": false
Expand Down Expand Up @@ -1711,7 +1706,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 181
"lineNumber": 182
},
"deprecated": false,
"initialIsOpen": false
Expand Down Expand Up @@ -2073,7 +2068,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
"lineNumber": 25
"lineNumber": 26
},
"deprecated": false,
"children": [
Expand All @@ -2089,7 +2084,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
"lineNumber": 26
"lineNumber": 27
},
"deprecated": false
},
Expand All @@ -2102,7 +2097,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
"lineNumber": 27
"lineNumber": 28
},
"deprecated": false
}
Expand Down Expand Up @@ -3199,7 +3194,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/alerting/common/alert_navigation.ts",
"lineNumber": 13
"lineNumber": 12
},
"deprecated": false,
"children": [
Expand All @@ -3211,17 +3206,11 @@
"label": "state",
"description": [],
"signature": [
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.JsonObject",
"text": "JsonObject"
}
"JsonObject"
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_navigation.ts",
"lineNumber": 14
"lineNumber": 13
},
"deprecated": false
}
Expand Down Expand Up @@ -3383,6 +3372,19 @@
"lineNumber": 22
},
"deprecated": false
},
{
"parentPluginId": "alerting",
"id": "def-common.AlertType.isExportable",
"type": "boolean",
"tags": [],
"label": "isExportable",
"description": [],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
"lineNumber": 23
},
"deprecated": false
}
],
"initialIsOpen": false
Expand All @@ -3396,7 +3398,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/alerting/common/alert_navigation.ts",
"lineNumber": 10
"lineNumber": 9
},
"deprecated": false,
"children": [
Expand All @@ -3409,7 +3411,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/alerting/common/alert_navigation.ts",
"lineNumber": 11
"lineNumber": 10
},
"deprecated": false
}
Expand Down Expand Up @@ -3516,7 +3518,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
"lineNumber": 30
"lineNumber": 31
},
"deprecated": false,
"initialIsOpen": false
Expand Down Expand Up @@ -3670,7 +3672,7 @@
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_navigation.ts",
"lineNumber": 16
"lineNumber": 15
},
"deprecated": false,
"initialIsOpen": false
Expand Down

0 comments on commit c4316b0

Please sign in to comment.