Skip to content

Commit e41004b

Browse files
Merge branch 'main' into index_management/overview_tab
2 parents a500fb0 + 5d69a3e commit e41004b

707 files changed

Lines changed: 27992 additions & 1628 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.

.github/workflows/create-deploy-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
"type": "section",
104104
"text": {
105105
"type": "mrkdwn",
106-
"text": "*Useful links:*\n\n • <https://docs.google.com/document/d/1c2LzojDh1wawjeMsKh4D_L2jpVJALhxukkmmL-TUbrs/edit#heading=h.50173f90utwr|Release process playbook>\n • <https://github.com/elastic/kibana/actions/runs/${{ github.run_id }}|GitHub Workflow run>\n • <https://buildkite.com/elastic/kibana-tests/builds?branch=main|Quality Gate pipeline>\n • <https://argo-workflows.us-central1.gcp.qa.cld.elstc.co/workflows?label=hash%3D${{ env.COMMIT }}|Argo Workflow>\n • <https://platform-logging.kb.us-central1.gcp.foundit.no/app/dashboards#/view/f710d7d0-00b9-11ee-93d2-8df4bca5a4c9?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-1d,to:now))|GPCTL Logs dashboard>"
106+
"text": "*Useful links:*\n\n • <https://docs.google.com/document/d/1c2LzojDh1wawjeMsKh4D_L2jpVJALhxukkmmL-TUbrs/edit#heading=h.50173f90utwr|Release process playbook>\n • <https://github.com/elastic/kibana/actions/runs/${{ github.run_id }}|GitHub Workflow run>\n • <https://buildkite.com/elastic/kibana-tests/builds?branch=main|Quality Gate pipeline>\n • <https://argo-workflows.us-central1.gcp.qa.cld.elstc.co/workflows?label=hash%3D${{ env.COMMIT }}|Argo Workflow>\n • <https://platform-logging.kb.us-central1.gcp.foundit.no/app/dashboards#/view/f710d7d0-00b9-11ee-93d2-8df4bca5a4c9?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-1d,to:now))&service-name=kibana&_a=(controlGroupInput:(chainingSystem:HIERARCHICAL,controlStyle:oneLine,ignoreParentSettings:(ignoreFilters:!f,ignoreQuery:!f,ignoreTimerange:!f,ignoreValidations:!f),panels:('18201b8e-3aae-4459-947d-21e007b6a3a5':(explicitInput:(dataViewId:'logs-*',enhancements:(),fieldName:commit-hash,id:'18201b8e-3aae-4459-947d-21e007b6a3a5',selectedOptions:!('${{ env.COMMIT }}'),title:commit-hash),grow:!t,order:1,type:optionsListControl,width:medium),'41060e65-ce4c-414e-b8cf-492ccb19245f':(explicitInput:(dataViewId:'logs-*',enhancements:(),fieldName:service-name,id:'41060e65-ce4c-414e-b8cf-492ccb19245f',selectedOptions:!(kibana),title:service-name),grow:!t,order:0,type:optionsListControl,width:medium),ed96828e-efe9-43ad-be3f-0e04218f79af:(explicitInput:(dataViewId:'logs-*',enhancements:(),fieldName:to-env,id:ed96828e-efe9-43ad-be3f-0e04218f79af,selectedOptions:!(qa),title:to-env),grow:!t,order:2,type:optionsListControl,width:medium))))|GPCTL Logs dashboard>"
107107
}
108108
},
109109
{

api_docs/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
88
title: "actions"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the actions plugin
11-
date: 2023-09-06
11+
date: 2023-09-07
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
88
title: "advancedSettings"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the advancedSettings plugin
11-
date: 2023-09-06
11+
date: 2023-09-07
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/aiops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
88
title: "aiops"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiops plugin
11-
date: 2023-09-06
11+
date: 2023-09-07
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.devdocs.json

Lines changed: 50 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3348,10 +3348,6 @@
33483348
"plugin": "stackAlerts",
33493349
"path": "x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type.ts"
33503350
},
3351-
{
3352-
"plugin": "stackAlerts",
3353-
"path": "x-pack/plugins/stack_alerts/server/rule_types/index_threshold/rule_type.ts"
3354-
},
33553351
{
33563352
"plugin": "stackAlerts",
33573353
"path": "x-pack/plugins/stack_alerts/server/rule_types/geo_containment/lib/get_entities_and_generate_alerts.ts"
@@ -4354,7 +4350,7 @@
43544350
"label": "AlertingRulesConfig",
43554351
"description": [],
43564352
"signature": [
4357-
"Pick<Readonly<{} & { minimumScheduleInterval: Readonly<{} & { value: string; enforce: boolean; }>; run: Readonly<{ timeout?: string | undefined; ruleTypeOverrides?: Readonly<{ timeout?: string | undefined; } & { id: string; }>[] | undefined; } & { actions: Readonly<{ connectorTypeOverrides?: Readonly<{ max?: number | undefined; } & { id: string; }>[] | undefined; } & { max: number; }>; alerts: Readonly<{} & { max: number; }>; }>; }>, \"minimumScheduleInterval\"> & { isUsingSecurity: boolean; }"
4353+
"Pick<Readonly<{} & { minimumScheduleInterval: Readonly<{} & { value: string; enforce: boolean; }>; maxScheduledPerMinute: number; run: Readonly<{ timeout?: string | undefined; ruleTypeOverrides?: Readonly<{ timeout?: string | undefined; } & { id: string; }>[] | undefined; } & { actions: Readonly<{ connectorTypeOverrides?: Readonly<{ max?: number | undefined; } & { id: string; }>[] | undefined; } & { max: number; }>; alerts: Readonly<{} & { max: number; }>; }>; }>, \"minimumScheduleInterval\" | \"maxScheduledPerMinute\"> & { isUsingSecurity: boolean; }"
43584354
],
43594355
"path": "x-pack/plugins/alerting/server/config.ts",
43604356
"deprecated": false,
@@ -4891,7 +4887,7 @@
48914887
},
48924888
" | undefined; getTags: (params: Readonly<{ search?: string | undefined; perPage?: number | undefined; } & { page: number; }>) => Promise<",
48934889
"GetTagsResult",
4894-
">; getAlertFromRaw: (params: ",
4890+
">; getScheduleFrequency: () => Promise<Readonly<{} & { totalScheduledPerMinute: number; remainingSchedulesPerMinute: number; }>>; getAlertFromRaw: (params: ",
48954891
"GetAlertFromRawParams",
48964892
") => ",
48974893
{
@@ -5107,6 +5103,54 @@
51075103
"returnComment": [],
51085104
"initialIsOpen": false
51095105
},
5106+
{
5107+
"parentPluginId": "alerting",
5108+
"id": "def-common.convertDurationToFrequency",
5109+
"type": "Function",
5110+
"tags": [],
5111+
"label": "convertDurationToFrequency",
5112+
"description": [],
5113+
"signature": [
5114+
"(duration: string, denomination: number) => number"
5115+
],
5116+
"path": "x-pack/plugins/alerting/common/parse_duration.ts",
5117+
"deprecated": false,
5118+
"trackAdoption": false,
5119+
"children": [
5120+
{
5121+
"parentPluginId": "alerting",
5122+
"id": "def-common.convertDurationToFrequency.$1",
5123+
"type": "string",
5124+
"tags": [],
5125+
"label": "duration",
5126+
"description": [],
5127+
"signature": [
5128+
"string"
5129+
],
5130+
"path": "x-pack/plugins/alerting/common/parse_duration.ts",
5131+
"deprecated": false,
5132+
"trackAdoption": false,
5133+
"isRequired": true
5134+
},
5135+
{
5136+
"parentPluginId": "alerting",
5137+
"id": "def-common.convertDurationToFrequency.$2",
5138+
"type": "number",
5139+
"tags": [],
5140+
"label": "denomination",
5141+
"description": [],
5142+
"signature": [
5143+
"number"
5144+
],
5145+
"path": "x-pack/plugins/alerting/common/parse_duration.ts",
5146+
"deprecated": false,
5147+
"trackAdoption": false,
5148+
"isRequired": true
5149+
}
5150+
],
5151+
"returnComment": [],
5152+
"initialIsOpen": false
5153+
},
51105154
{
51115155
"parentPluginId": "alerting",
51125156
"id": "def-common.formatDefaultAggregationResult",

api_docs/alerting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
88
title: "alerting"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the alerting plugin
11-
date: 2023-09-06
11+
date: 2023-09-07
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o
2121

2222
| Public API count | Any count | Items lacking comments | Missing exports |
2323
|-------------------|-----------|------------------------|-----------------|
24-
| 790 | 1 | 759 | 49 |
24+
| 793 | 1 | 762 | 49 |
2525

2626
## Client
2727

api_docs/apm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
88
title: "apm"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apm plugin
11-
date: 2023-09-06
11+
date: 2023-09-07
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';

api_docs/apm_data_access.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess
88
title: "apmDataAccess"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apmDataAccess plugin
11-
date: 2023-09-06
11+
date: 2023-09-07
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
1313
---
1414
import apmDataAccessObj from './apm_data_access.devdocs.json';

api_docs/asset_manager.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetManager
88
title: "assetManager"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the assetManager plugin
11-
date: 2023-09-06
11+
date: 2023-09-07
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetManager']
1313
---
1414
import assetManagerObj from './asset_manager.devdocs.json';

api_docs/banners.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners
88
title: "banners"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the banners plugin
11-
date: 2023-09-06
11+
date: 2023-09-07
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
1313
---
1414
import bannersObj from './banners.devdocs.json';

0 commit comments

Comments
 (0)