Skip to content

Commit 52bdb2f

Browse files
Merge branch 'master' into ad_hoc_enrichment_ui
2 parents ea1128d + 682d969 commit 52bdb2f

428 files changed

Lines changed: 78394 additions & 15596 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api_docs/actions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,9 +969,9 @@
969969
"section": "def-server.ActionResult",
970970
"text": "ActionResult"
971971
},
972-
"<Record<string, unknown>>>; execute: ({ actionId, params, source, }: Pick<",
972+
"<Record<string, unknown>>>; execute: ({ actionId, params, source, relatedSavedObjects, }: Pick<",
973973
"ExecuteOptions",
974-
"<unknown>, \"source\" | \"params\" | \"actionId\">) => Promise<",
974+
"<unknown>, \"source\" | \"params\" | \"actionId\" | \"taskInfo\" | \"relatedSavedObjects\">) => Promise<",
975975
{
976976
"pluginId": "actions",
977977
"scope": "common",

api_docs/actions.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ date: 2020-11-16
88
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
99
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.
1010
---
11-
1211
import actionsObj from './actions.json';
1312

1413

api_docs/advanced_settings.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ date: 2020-11-16
88
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
99
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.
1010
---
11-
1211
import advancedSettingsObj from './advanced_settings.json';
1312

1413

api_docs/alerting.json

Lines changed: 59 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@
2525
"text": "Alert"
2626
},
2727
"<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ",
28-
{
29-
"pluginId": "kibanaUtils",
30-
"scope": "common",
31-
"docId": "kibKibanaUtilsPluginApi",
32-
"section": "def-common.JsonObject",
33-
"text": "JsonObject"
34-
}
28+
"JsonObject"
3529
],
3630
"source": {
3731
"path": "x-pack/plugins/alerting/public/alert_navigation_registry/types.ts",
@@ -64,7 +58,7 @@
6458
],
6559
"label": "registerNavigation",
6660
"description": [
67-
"\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"
61+
"\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"
6862
],
6963
"signature": [
7064
"(applicationId: string, ruleType: string, handler: ",
@@ -133,13 +127,7 @@
133127
"text": "Alert"
134128
},
135129
"<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ",
136-
{
137-
"pluginId": "kibanaUtils",
138-
"scope": "common",
139-
"docId": "kibKibanaUtilsPluginApi",
140-
"section": "def-common.JsonObject",
141-
"text": "JsonObject"
142-
}
130+
"JsonObject"
143131
],
144132
"source": {
145133
"path": "x-pack/plugins/alerting/public/plugin.ts",
@@ -156,7 +144,7 @@
156144
"tags": [],
157145
"label": "registerDefaultNavigation",
158146
"description": [
159-
"\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"
147+
"\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"
160148
],
161149
"signature": [
162150
"(applicationId: string, handler: ",
@@ -210,13 +198,7 @@
210198
"text": "Alert"
211199
},
212200
"<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ",
213-
{
214-
"pluginId": "kibanaUtils",
215-
"scope": "common",
216-
"docId": "kibKibanaUtilsPluginApi",
217-
"section": "def-common.JsonObject",
218-
"text": "JsonObject"
219-
}
201+
"JsonObject"
220202
],
221203
"source": {
222204
"path": "x-pack/plugins/alerting/public/plugin.ts",
@@ -396,7 +378,7 @@
396378
],
397379
"source": {
398380
"path": "x-pack/plugins/alerting/common/alert_type.ts",
399-
"lineNumber": 25
381+
"lineNumber": 26
400382
},
401383
"deprecated": false,
402384
"children": [
@@ -412,7 +394,7 @@
412394
],
413395
"source": {
414396
"path": "x-pack/plugins/alerting/common/alert_type.ts",
415-
"lineNumber": 26
397+
"lineNumber": 27
416398
},
417399
"deprecated": false
418400
},
@@ -425,7 +407,7 @@
425407
"description": [],
426408
"source": {
427409
"path": "x-pack/plugins/alerting/common/alert_type.ts",
428-
"lineNumber": 27
410+
"lineNumber": 28
429411
},
430412
"deprecated": false
431413
}
@@ -786,7 +768,7 @@
786768
"description": [],
787769
"source": {
788770
"path": "x-pack/plugins/alerting/server/types.ts",
789-
"lineNumber": 221
771+
"lineNumber": 222
790772
},
791773
"deprecated": false,
792774
"children": [
@@ -808,7 +790,7 @@
808790
],
809791
"source": {
810792
"path": "x-pack/plugins/alerting/server/types.ts",
811-
"lineNumber": 222
793+
"lineNumber": 223
812794
},
813795
"deprecated": false
814796
},
@@ -830,7 +812,7 @@
830812
],
831813
"source": {
832814
"path": "x-pack/plugins/alerting/server/types.ts",
833-
"lineNumber": 223
815+
"lineNumber": 224
834816
},
835817
"deprecated": false
836818
}
@@ -1153,6 +1135,19 @@
11531135
"lineNumber": 148
11541136
},
11551137
"deprecated": false
1138+
},
1139+
{
1140+
"parentPluginId": "alerting",
1141+
"id": "def-server.AlertType.isExportable",
1142+
"type": "boolean",
1143+
"tags": [],
1144+
"label": "isExportable",
1145+
"description": [],
1146+
"source": {
1147+
"path": "x-pack/plugins/alerting/server/types.ts",
1148+
"lineNumber": 149
1149+
},
1150+
"deprecated": false
11561151
}
11571152
],
11581153
"initialIsOpen": false
@@ -1255,7 +1250,7 @@
12551250
"description": [],
12561251
"source": {
12571252
"path": "x-pack/plugins/alerting/server/plugin.ts",
1258-
"lineNumber": 85
1253+
"lineNumber": 87
12591254
},
12601255
"deprecated": false,
12611256
"children": [
@@ -1279,7 +1274,7 @@
12791274
],
12801275
"source": {
12811276
"path": "x-pack/plugins/alerting/server/plugin.ts",
1282-
"lineNumber": 86
1277+
"lineNumber": 88
12831278
},
12841279
"deprecated": false,
12851280
"children": [
@@ -1302,7 +1297,7 @@
13021297
],
13031298
"source": {
13041299
"path": "x-pack/plugins/alerting/server/plugin.ts",
1305-
"lineNumber": 94
1300+
"lineNumber": 96
13061301
},
13071302
"deprecated": false,
13081303
"isRequired": true
@@ -1322,7 +1317,7 @@
13221317
"description": [],
13231318
"source": {
13241319
"path": "x-pack/plugins/alerting/server/plugin.ts",
1325-
"lineNumber": 105
1320+
"lineNumber": 107
13261321
},
13271322
"deprecated": false,
13281323
"children": [
@@ -1340,7 +1335,7 @@
13401335
],
13411336
"source": {
13421337
"path": "x-pack/plugins/alerting/server/plugin.ts",
1343-
"lineNumber": 106
1338+
"lineNumber": 108
13441339
},
13451340
"deprecated": false,
13461341
"returnComment": [],
@@ -1374,7 +1369,7 @@
13741369
],
13751370
"source": {
13761371
"path": "x-pack/plugins/alerting/server/plugin.ts",
1377-
"lineNumber": 107
1372+
"lineNumber": 109
13781373
},
13791374
"deprecated": false,
13801375
"children": [
@@ -1397,7 +1392,7 @@
13971392
],
13981393
"source": {
13991394
"path": "x-pack/plugins/alerting/server/plugin.ts",
1400-
"lineNumber": 107
1395+
"lineNumber": 109
14011396
},
14021397
"deprecated": false,
14031398
"isRequired": true
@@ -1427,7 +1422,7 @@
14271422
],
14281423
"source": {
14291424
"path": "x-pack/plugins/alerting/server/plugin.ts",
1430-
"lineNumber": 108
1425+
"lineNumber": 110
14311426
},
14321427
"deprecated": false,
14331428
"children": [
@@ -1450,7 +1445,7 @@
14501445
],
14511446
"source": {
14521447
"path": "x-pack/plugins/alerting/server/plugin.ts",
1453-
"lineNumber": 109
1448+
"lineNumber": 111
14541449
},
14551450
"deprecated": false,
14561451
"isRequired": true
@@ -1478,7 +1473,7 @@
14781473
],
14791474
"source": {
14801475
"path": "x-pack/plugins/alerting/server/plugin.ts",
1481-
"lineNumber": 111
1476+
"lineNumber": 113
14821477
},
14831478
"deprecated": false,
14841479
"returnComment": [],
@@ -1518,7 +1513,7 @@
15181513
],
15191514
"source": {
15201515
"path": "x-pack/plugins/alerting/common/alert_type.ts",
1521-
"lineNumber": 30
1516+
"lineNumber": 31
15221517
},
15231518
"deprecated": false,
15241519
"initialIsOpen": false
@@ -1711,7 +1706,7 @@
17111706
],
17121707
"source": {
17131708
"path": "x-pack/plugins/alerting/server/types.ts",
1714-
"lineNumber": 181
1709+
"lineNumber": 182
17151710
},
17161711
"deprecated": false,
17171712
"initialIsOpen": false
@@ -2073,7 +2068,7 @@
20732068
],
20742069
"source": {
20752070
"path": "x-pack/plugins/alerting/common/alert_type.ts",
2076-
"lineNumber": 25
2071+
"lineNumber": 26
20772072
},
20782073
"deprecated": false,
20792074
"children": [
@@ -2089,7 +2084,7 @@
20892084
],
20902085
"source": {
20912086
"path": "x-pack/plugins/alerting/common/alert_type.ts",
2092-
"lineNumber": 26
2087+
"lineNumber": 27
20932088
},
20942089
"deprecated": false
20952090
},
@@ -2102,7 +2097,7 @@
21022097
"description": [],
21032098
"source": {
21042099
"path": "x-pack/plugins/alerting/common/alert_type.ts",
2105-
"lineNumber": 27
2100+
"lineNumber": 28
21062101
},
21072102
"deprecated": false
21082103
}
@@ -3199,7 +3194,7 @@
31993194
"description": [],
32003195
"source": {
32013196
"path": "x-pack/plugins/alerting/common/alert_navigation.ts",
3202-
"lineNumber": 13
3197+
"lineNumber": 12
32033198
},
32043199
"deprecated": false,
32053200
"children": [
@@ -3211,17 +3206,11 @@
32113206
"label": "state",
32123207
"description": [],
32133208
"signature": [
3214-
{
3215-
"pluginId": "kibanaUtils",
3216-
"scope": "common",
3217-
"docId": "kibKibanaUtilsPluginApi",
3218-
"section": "def-common.JsonObject",
3219-
"text": "JsonObject"
3220-
}
3209+
"JsonObject"
32213210
],
32223211
"source": {
32233212
"path": "x-pack/plugins/alerting/common/alert_navigation.ts",
3224-
"lineNumber": 14
3213+
"lineNumber": 13
32253214
},
32263215
"deprecated": false
32273216
}
@@ -3383,6 +3372,19 @@
33833372
"lineNumber": 22
33843373
},
33853374
"deprecated": false
3375+
},
3376+
{
3377+
"parentPluginId": "alerting",
3378+
"id": "def-common.AlertType.isExportable",
3379+
"type": "boolean",
3380+
"tags": [],
3381+
"label": "isExportable",
3382+
"description": [],
3383+
"source": {
3384+
"path": "x-pack/plugins/alerting/common/alert_type.ts",
3385+
"lineNumber": 23
3386+
},
3387+
"deprecated": false
33863388
}
33873389
],
33883390
"initialIsOpen": false
@@ -3396,7 +3398,7 @@
33963398
"description": [],
33973399
"source": {
33983400
"path": "x-pack/plugins/alerting/common/alert_navigation.ts",
3399-
"lineNumber": 10
3401+
"lineNumber": 9
34003402
},
34013403
"deprecated": false,
34023404
"children": [
@@ -3409,7 +3411,7 @@
34093411
"description": [],
34103412
"source": {
34113413
"path": "x-pack/plugins/alerting/common/alert_navigation.ts",
3412-
"lineNumber": 11
3414+
"lineNumber": 10
34133415
},
34143416
"deprecated": false
34153417
}
@@ -3516,7 +3518,7 @@
35163518
],
35173519
"source": {
35183520
"path": "x-pack/plugins/alerting/common/alert_type.ts",
3519-
"lineNumber": 30
3521+
"lineNumber": 31
35203522
},
35213523
"deprecated": false,
35223524
"initialIsOpen": false
@@ -3670,7 +3672,7 @@
36703672
],
36713673
"source": {
36723674
"path": "x-pack/plugins/alerting/common/alert_navigation.ts",
3673-
"lineNumber": 16
3675+
"lineNumber": 15
36743676
},
36753677
"deprecated": false,
36763678
"initialIsOpen": false

0 commit comments

Comments
 (0)