Skip to content

Commit 6776534

Browse files
authored
Merge branch 'main' into 132309-grid-cell-popover
2 parents ff5832c + 41170fe commit 6776534

1,774 files changed

Lines changed: 28224 additions & 28585 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/docker_image.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@ buildkite-agent artifact upload "kibana-$BASE_VERSION-docker-image-aarch64.tar.g
7676
buildkite-agent artifact upload "dependencies-$GIT_ABBREV_COMMIT.csv"
7777
cd -
7878

79+
# This part is related with updating the configuration of kibana-controller,
80+
# so that new stack instances contain the latest and greatest image of kibana,
81+
# and the respective stack components of course.
7982
echo "--- Trigger image tag update"
8083
if [[ "$BUILDKITE_BRANCH" == "$KIBANA_BASE_BRANCH" ]]; then
81-
8284
cat << EOF | buildkite-agent pipeline upload
8385
steps:
84-
- trigger: k8s-gitops-update-image-tag
86+
- trigger: serverless-gitops-update-stack-image-tag
8587
async: true
8688
label: ":argo: Update image tag for Kibana"
8789
branches: main
8890
build:
8991
env:
90-
MODE: sed
91-
TARGET_FILE: kibana-controller.yaml
9292
IMAGE_TAG: "git-$GIT_ABBREV_COMMIT"
9393
SERVICE: kibana-controller
9494
NAMESPACE: kibana-ci

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ x-pack/packages/ml/local_storage @elastic/ml-ui
459459
x-pack/packages/ml/nested_property @elastic/ml-ui
460460
x-pack/plugins/ml @elastic/ml-ui
461461
x-pack/packages/ml/query_utils @elastic/ml-ui
462+
x-pack/packages/ml/random_sampler_utils @elastic/ml-ui
462463
x-pack/packages/ml/route_utils @elastic/ml-ui
463464
x-pack/packages/ml/string_hash @elastic/ml-ui
464465
x-pack/packages/ml/trained_models_utils @elastic/ml-ui
@@ -474,6 +475,7 @@ packages/kbn-object-versioning @elastic/appex-sharedux
474475
x-pack/packages/observability/alert_details @elastic/actionable-observability
475476
x-pack/test/cases_api_integration/common/plugins/observability @elastic/response-ops
476477
x-pack/plugins/observability @elastic/actionable-observability
478+
x-pack/plugins/observability_shared @elastic/actionable-observability
477479
x-pack/test/security_api_integration/plugins/oidc_provider @elastic/kibana-security
478480
test/common/plugins/otel_metrics @elastic/infra-monitoring-ui
479481
packages/kbn-optimizer @elastic/kibana-operations

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-04-05
11+
date: 2023-04-12
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-04-05
11+
date: 2023-04-12
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-04-05
11+
date: 2023-04-12
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.devdocs.json

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5301,7 +5301,14 @@
53015301
"label": "days",
53025302
"description": [],
53035303
"signature": [
5304-
"(2 | 7 | 6 | 5 | 4 | 3 | 1)[]"
5304+
{
5305+
"pluginId": "alerting",
5306+
"scope": "common",
5307+
"docId": "kibAlertingPluginApi",
5308+
"section": "def-common.IsoWeekday",
5309+
"text": "IsoWeekday"
5310+
},
5311+
"[]"
53055312
],
53065313
"path": "x-pack/plugins/alerting/common/rule.ts",
53075314
"deprecated": false,
@@ -6879,6 +6886,20 @@
68796886
"deprecated": false,
68806887
"trackAdoption": false
68816888
},
6889+
{
6890+
"parentPluginId": "alerting",
6891+
"id": "def-common.Rule.apiKeyCreatedByUser",
6892+
"type": "CompoundType",
6893+
"tags": [],
6894+
"label": "apiKeyCreatedByUser",
6895+
"description": [],
6896+
"signature": [
6897+
"boolean | null | undefined"
6898+
],
6899+
"path": "x-pack/plugins/alerting/common/rule.ts",
6900+
"deprecated": false,
6901+
"trackAdoption": false
6902+
},
68826903
{
68836904
"parentPluginId": "alerting",
68846905
"id": "def-common.Rule.throttle",
@@ -8818,6 +8839,21 @@
88188839
"trackAdoption": false,
88198840
"initialIsOpen": false
88208841
},
8842+
{
8843+
"parentPluginId": "alerting",
8844+
"id": "def-common.IsoWeekday",
8845+
"type": "Type",
8846+
"tags": [],
8847+
"label": "IsoWeekday",
8848+
"description": [],
8849+
"signature": [
8850+
"2 | 7 | 6 | 5 | 4 | 3 | 1"
8851+
],
8852+
"path": "x-pack/plugins/alerting/common/rule.ts",
8853+
"deprecated": false,
8854+
"trackAdoption": false,
8855+
"initialIsOpen": false
8856+
},
88218857
{
88228858
"parentPluginId": "alerting",
88238859
"id": "def-common.LastScheduledActions",
@@ -9051,6 +9087,35 @@
90519087
"trackAdoption": false,
90529088
"initialIsOpen": false
90539089
},
9090+
{
9091+
"parentPluginId": "alerting",
9092+
"id": "def-common.RuleActionAlertsFilterProperty",
9093+
"type": "Type",
9094+
"tags": [],
9095+
"label": "RuleActionAlertsFilterProperty",
9096+
"description": [],
9097+
"signature": [
9098+
{
9099+
"pluginId": "@kbn/core-saved-objects-common",
9100+
"scope": "common",
9101+
"docId": "kibKbnCoreSavedObjectsCommonPluginApi",
9102+
"section": "def-common.SavedObjectAttribute",
9103+
"text": "SavedObjectAttribute"
9104+
},
9105+
" | ",
9106+
{
9107+
"pluginId": "alerting",
9108+
"scope": "common",
9109+
"docId": "kibAlertingPluginApi",
9110+
"section": "def-common.AlertsFilterTimeframe",
9111+
"text": "AlertsFilterTimeframe"
9112+
}
9113+
],
9114+
"path": "x-pack/plugins/alerting/common/rule.ts",
9115+
"deprecated": false,
9116+
"trackAdoption": false,
9117+
"initialIsOpen": false
9118+
},
90549119
{
90559120
"parentPluginId": "alerting",
90569121
"id": "def-common.RuleActionParam",

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-04-05
11+
date: 2023-04-12
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-
| 564 | 1 | 543 | 41 |
24+
| 567 | 1 | 546 | 41 |
2525

2626
## Client
2727

api_docs/apm.devdocs.json

Lines changed: 36 additions & 5 deletions
Large diffs are not rendered by default.

api_docs/apm.mdx

Lines changed: 2 additions & 2 deletions
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-04-05
11+
date: 2023-04-12
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/apm-ui](https://github.com/orgs/elastic/teams/apm-ui) for ques
2121

2222
| Public API count | Any count | Items lacking comments | Missing exports |
2323
|-------------------|-----------|------------------------|-----------------|
24-
| 42 | 0 | 42 | 108 |
24+
| 43 | 0 | 43 | 109 |
2525

2626
## Client
2727

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-04-05
11+
date: 2023-04-12
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetManager']
1313
---
1414
import assetManagerObj from './asset_manager.devdocs.json';

0 commit comments

Comments
 (0)