Skip to content

Commit 29dc5cb

Browse files
authored
Merge branch 'main' into eui/delete-css-file
2 parents 41a96f9 + fefa59f commit 29dc5cb

1,480 files changed

Lines changed: 40932 additions & 10188 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.

.buildkite/scripts/steps/artifacts/cloud.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jq '
4242
.resources.kibana[0].plan.kibana.docker_image = "'$KIBANA_TEST_IMAGE'" |
4343
.resources.kibana[0].plan.kibana.version = "'$FULL_VERSION'" |
4444
.resources.elasticsearch[0].plan.elasticsearch.version = "'$FULL_VERSION'" |
45-
.resources.enterprise_search[0].plan.enterprise_search.version = "'$FULL_VERSION'" |
4645
.resources.integrations_server[0].plan.integrations_server.version = "'$FULL_VERSION'"
4746
' .buildkite/scripts/steps/cloud/deploy.json > "$DEPLOYMENT_SPEC"
4847

.buildkite/scripts/steps/cloud/build_and_deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ if [ -z "${CLOUD_DEPLOYMENT_ID}" ] || [ "${CLOUD_DEPLOYMENT_ID}" = 'null' ]; the
6868
.name = "'$CLOUD_DEPLOYMENT_NAME'" |
6969
.resources.kibana[0].plan.kibana.version = "'$VERSION'" |
7070
.resources.elasticsearch[0].plan.elasticsearch.version = "'$VERSION'" |
71-
.resources.enterprise_search[0].plan.enterprise_search.version = "'$VERSION'" |
7271
.resources.integrations_server[0].plan.integrations_server.version = "'$VERSION'"
7372
' .buildkite/scripts/steps/cloud/deploy.json > /tmp/deploy.json
7473

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,7 @@ x-pack/test/observability_ai_assistant_functional @elastic/obs-ai-assistant
12391239
/x-pack/test/functional/apps/canvas/ @elastic/kibana-presentation
12401240
/x-pack/test_serverless/functional/test_suites/search/dashboards/ @elastic/kibana-presentation
12411241
/test/plugin_functional/test_suites/panel_actions @elastic/kibana-presentation
1242+
/x-pack/test/functional/es_archives/canvas/logstash_lens @elastic/kibana-presentation
12421243
#CC# /src/plugins/kibana_react/public/code_editor/ @elastic/kibana-presentation
12431244

12441245
# Machine Learning

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: 2024-09-26
11+
date: 2024-09-30
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: 2024-09-26
11+
date: 2024-09-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/ai_assistant_management_selection.mdx

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

api_docs/alerting.devdocs.json

Lines changed: 112 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -3639,20 +3639,6 @@
36393639
"deprecated": false,
36403640
"trackAdoption": false
36413641
},
3642-
{
3643-
"parentPluginId": "alerting",
3644-
"id": "def-server.RuleExecutorOptions.maintenanceWindowIds",
3645-
"type": "Array",
3646-
"tags": [],
3647-
"label": "maintenanceWindowIds",
3648-
"description": [],
3649-
"signature": [
3650-
"string[] | undefined"
3651-
],
3652-
"path": "x-pack/plugins/alerting/server/types.ts",
3653-
"deprecated": false,
3654-
"trackAdoption": false
3655-
},
36563642
{
36573643
"parentPluginId": "alerting",
36583644
"id": "def-server.RuleExecutorOptions.getTimeRange",
@@ -3712,59 +3698,16 @@
37123698
"children": [
37133699
{
37143700
"parentPluginId": "alerting",
3715-
"id": "def-server.RuleExecutorServices.savedObjectsClient",
3716-
"type": "Object",
3701+
"id": "def-server.RuleExecutorServices.alertsClient",
3702+
"type": "CompoundType",
37173703
"tags": [],
3718-
"label": "savedObjectsClient",
3719-
"description": [],
3720-
"signature": [
3721-
{
3722-
"pluginId": "@kbn/core-saved-objects-api-server",
3723-
"scope": "server",
3724-
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
3725-
"section": "def-server.SavedObjectsClientContract",
3726-
"text": "SavedObjectsClientContract"
3727-
}
3704+
"label": "alertsClient",
3705+
"description": [
3706+
"\nOnly available when framework alerts are enabled and rule\ntype has registered alert context with the framework with shouldWrite set to true"
37283707
],
3729-
"path": "x-pack/plugins/alerting/server/types.ts",
3730-
"deprecated": false,
3731-
"trackAdoption": false
3732-
},
3733-
{
3734-
"parentPluginId": "alerting",
3735-
"id": "def-server.RuleExecutorServices.uiSettingsClient",
3736-
"type": "Object",
3737-
"tags": [],
3738-
"label": "uiSettingsClient",
3739-
"description": [],
37403708
"signature": [
3741-
{
3742-
"pluginId": "@kbn/core-ui-settings-server",
3743-
"scope": "server",
3744-
"docId": "kibKbnCoreUiSettingsServerPluginApi",
3745-
"section": "def-server.IUiSettingsClient",
3746-
"text": "IUiSettingsClient"
3747-
}
3748-
],
3749-
"path": "x-pack/plugins/alerting/server/types.ts",
3750-
"deprecated": false,
3751-
"trackAdoption": false
3752-
},
3753-
{
3754-
"parentPluginId": "alerting",
3755-
"id": "def-server.RuleExecutorServices.scopedClusterClient",
3756-
"type": "Object",
3757-
"tags": [],
3758-
"label": "scopedClusterClient",
3759-
"description": [],
3760-
"signature": [
3761-
{
3762-
"pluginId": "@kbn/core-elasticsearch-server",
3763-
"scope": "server",
3764-
"docId": "kibKbnCoreElasticsearchServerPluginApi",
3765-
"section": "def-server.IScopedClusterClient",
3766-
"text": "IScopedClusterClient"
3767-
}
3709+
"PublicAlertsClient",
3710+
"<AlertData, State, Context, ActionGroupIds> | null"
37683711
],
37693712
"path": "x-pack/plugins/alerting/server/types.ts",
37703713
"deprecated": false,
@@ -3818,30 +3761,37 @@
38183761
},
38193762
{
38203763
"parentPluginId": "alerting",
3821-
"id": "def-server.RuleExecutorServices.alertsClient",
3822-
"type": "CompoundType",
3764+
"id": "def-server.RuleExecutorServices.getDataViews",
3765+
"type": "Function",
38233766
"tags": [],
3824-
"label": "alertsClient",
3825-
"description": [
3826-
"\nOnly available when framework alerts are enabled and rule\ntype has registered alert context with the framework with shouldWrite set to true"
3827-
],
3767+
"label": "getDataViews",
3768+
"description": [],
38283769
"signature": [
3829-
"PublicAlertsClient",
3830-
"<AlertData, State, Context, ActionGroupIds> | null"
3770+
"() => Promise<",
3771+
{
3772+
"pluginId": "dataViews",
3773+
"scope": "common",
3774+
"docId": "kibDataViewsPluginApi",
3775+
"section": "def-common.DataViewsContract",
3776+
"text": "DataViewsContract"
3777+
},
3778+
">"
38313779
],
38323780
"path": "x-pack/plugins/alerting/server/types.ts",
38333781
"deprecated": false,
3834-
"trackAdoption": false
3782+
"trackAdoption": false,
3783+
"children": [],
3784+
"returnComment": []
38353785
},
38363786
{
38373787
"parentPluginId": "alerting",
3838-
"id": "def-server.RuleExecutorServices.shouldWriteAlerts",
3788+
"id": "def-server.RuleExecutorServices.getMaintenanceWindowIds",
38393789
"type": "Function",
38403790
"tags": [],
3841-
"label": "shouldWriteAlerts",
3791+
"label": "getMaintenanceWindowIds",
38423792
"description": [],
38433793
"signature": [
3844-
"() => boolean"
3794+
"() => Promise<string[]>"
38453795
],
38463796
"path": "x-pack/plugins/alerting/server/types.ts",
38473797
"deprecated": false,
@@ -3851,13 +3801,21 @@
38513801
},
38523802
{
38533803
"parentPluginId": "alerting",
3854-
"id": "def-server.RuleExecutorServices.shouldStopExecution",
3804+
"id": "def-server.RuleExecutorServices.getSearchSourceClient",
38553805
"type": "Function",
38563806
"tags": [],
3857-
"label": "shouldStopExecution",
3807+
"label": "getSearchSourceClient",
38583808
"description": [],
38593809
"signature": [
3860-
"() => boolean"
3810+
"() => Promise<",
3811+
{
3812+
"pluginId": "data",
3813+
"scope": "common",
3814+
"docId": "kibDataSearchPluginApi",
3815+
"section": "def-common.ISearchStartSearchSource",
3816+
"text": "ISearchStartSearchSource"
3817+
},
3818+
">"
38613819
],
38623820
"path": "x-pack/plugins/alerting/server/types.ts",
38633821
"deprecated": false,
@@ -3880,6 +3838,61 @@
38803838
"deprecated": false,
38813839
"trackAdoption": false
38823840
},
3841+
{
3842+
"parentPluginId": "alerting",
3843+
"id": "def-server.RuleExecutorServices.ruleResultService",
3844+
"type": "Object",
3845+
"tags": [],
3846+
"label": "ruleResultService",
3847+
"description": [],
3848+
"signature": [
3849+
"PublicLastRunSetters",
3850+
" | undefined"
3851+
],
3852+
"path": "x-pack/plugins/alerting/server/types.ts",
3853+
"deprecated": false,
3854+
"trackAdoption": false
3855+
},
3856+
{
3857+
"parentPluginId": "alerting",
3858+
"id": "def-server.RuleExecutorServices.savedObjectsClient",
3859+
"type": "Object",
3860+
"tags": [],
3861+
"label": "savedObjectsClient",
3862+
"description": [],
3863+
"signature": [
3864+
{
3865+
"pluginId": "@kbn/core-saved-objects-api-server",
3866+
"scope": "server",
3867+
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
3868+
"section": "def-server.SavedObjectsClientContract",
3869+
"text": "SavedObjectsClientContract"
3870+
}
3871+
],
3872+
"path": "x-pack/plugins/alerting/server/types.ts",
3873+
"deprecated": false,
3874+
"trackAdoption": false
3875+
},
3876+
{
3877+
"parentPluginId": "alerting",
3878+
"id": "def-server.RuleExecutorServices.scopedClusterClient",
3879+
"type": "Object",
3880+
"tags": [],
3881+
"label": "scopedClusterClient",
3882+
"description": [],
3883+
"signature": [
3884+
{
3885+
"pluginId": "@kbn/core-elasticsearch-server",
3886+
"scope": "server",
3887+
"docId": "kibKbnCoreElasticsearchServerPluginApi",
3888+
"section": "def-server.IScopedClusterClient",
3889+
"text": "IScopedClusterClient"
3890+
}
3891+
],
3892+
"path": "x-pack/plugins/alerting/server/types.ts",
3893+
"deprecated": false,
3894+
"trackAdoption": false
3895+
},
38833896
{
38843897
"parentPluginId": "alerting",
38853898
"id": "def-server.RuleExecutorServices.share",
@@ -3902,36 +3915,29 @@
39023915
},
39033916
{
39043917
"parentPluginId": "alerting",
3905-
"id": "def-server.RuleExecutorServices.ruleResultService",
3906-
"type": "Object",
3918+
"id": "def-server.RuleExecutorServices.shouldStopExecution",
3919+
"type": "Function",
39073920
"tags": [],
3908-
"label": "ruleResultService",
3921+
"label": "shouldStopExecution",
39093922
"description": [],
39103923
"signature": [
3911-
"PublicLastRunSetters",
3912-
" | undefined"
3924+
"() => boolean"
39133925
],
39143926
"path": "x-pack/plugins/alerting/server/types.ts",
39153927
"deprecated": false,
3916-
"trackAdoption": false
3928+
"trackAdoption": false,
3929+
"children": [],
3930+
"returnComment": []
39173931
},
39183932
{
39193933
"parentPluginId": "alerting",
3920-
"id": "def-server.RuleExecutorServices.getDataViews",
3934+
"id": "def-server.RuleExecutorServices.shouldWriteAlerts",
39213935
"type": "Function",
39223936
"tags": [],
3923-
"label": "getDataViews",
3937+
"label": "shouldWriteAlerts",
39243938
"description": [],
39253939
"signature": [
3926-
"() => Promise<",
3927-
{
3928-
"pluginId": "dataViews",
3929-
"scope": "common",
3930-
"docId": "kibDataViewsPluginApi",
3931-
"section": "def-common.DataViewsContract",
3932-
"text": "DataViewsContract"
3933-
},
3934-
">"
3940+
"() => boolean"
39353941
],
39363942
"path": "x-pack/plugins/alerting/server/types.ts",
39373943
"deprecated": false,
@@ -3941,27 +3947,23 @@
39413947
},
39423948
{
39433949
"parentPluginId": "alerting",
3944-
"id": "def-server.RuleExecutorServices.getSearchSourceClient",
3945-
"type": "Function",
3950+
"id": "def-server.RuleExecutorServices.uiSettingsClient",
3951+
"type": "Object",
39463952
"tags": [],
3947-
"label": "getSearchSourceClient",
3953+
"label": "uiSettingsClient",
39483954
"description": [],
39493955
"signature": [
3950-
"() => Promise<",
39513956
{
3952-
"pluginId": "data",
3953-
"scope": "common",
3954-
"docId": "kibDataSearchPluginApi",
3955-
"section": "def-common.ISearchStartSearchSource",
3956-
"text": "ISearchStartSearchSource"
3957-
},
3958-
">"
3957+
"pluginId": "@kbn/core-ui-settings-server",
3958+
"scope": "server",
3959+
"docId": "kibKbnCoreUiSettingsServerPluginApi",
3960+
"section": "def-server.IUiSettingsClient",
3961+
"text": "IUiSettingsClient"
3962+
}
39593963
],
39603964
"path": "x-pack/plugins/alerting/server/types.ts",
39613965
"deprecated": false,
3962-
"trackAdoption": false,
3963-
"children": [],
3964-
"returnComment": []
3966+
"trackAdoption": false
39653967
}
39663968
],
39673969
"initialIsOpen": false

api_docs/alerting.mdx

Lines changed: 1 addition & 1 deletion
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: 2024-09-26
11+
date: 2024-09-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

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: 2024-09-26
11+
date: 2024-09-30
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';

0 commit comments

Comments
 (0)