Skip to content

Commit 6ea214c

Browse files
Merge branch 'master' into license-fetching
2 parents 2ca0fec + 613509d commit 6ea214c

File tree

1,441 files changed

+120335
-20510
lines changed

Some content is hidden

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

1,441 files changed

+120335
-20510
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: This Dockerfile is ONLY used to run certain tasks in CI. It is not used to run Kibana or as a distributable.
22
# If you're looking for the Kibana Docker image distributable, please see: src/dev/build/tasks/os_packages/docker_generator/templates/dockerfile.template.ts
33

4-
ARG NODE_VERSION=10.22.0
4+
ARG NODE_VERSION=10.22.1
55

66
FROM node:${NODE_VERSION} AS base
77

.ci/Jenkinsfile_baseline_capture

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ kibanaPipeline(timeoutMinutes: 120) {
1111
'CI_PARALLEL_PROCESS_NUMBER=1'
1212
]) {
1313
parallel([
14-
'oss-visualRegression': {
15-
workers.ci(name: 'oss-visualRegression', size: 's-highmem', ramDisk: true) {
16-
kibanaPipeline.functionalTestProcess('oss-visualRegression', './test/scripts/jenkins_visual_regression.sh')()
14+
'oss-baseline': {
15+
workers.ci(name: 'oss-baseline', size: 's-highmem', ramDisk: true, runErrorReporter: false) {
16+
kibanaPipeline.functionalTestProcess('oss-baseline', './test/scripts/jenkins_baseline.sh')()
1717
}
1818
},
19-
'xpack-visualRegression': {
20-
workers.ci(name: 'xpack-visualRegression', size: 's-highmem', ramDisk: true) {
21-
kibanaPipeline.functionalTestProcess('xpack-visualRegression', './test/scripts/jenkins_xpack_visual_regression.sh')()
19+
'xpack-baseline': {
20+
workers.ci(name: 'xpack-baseline', size: 's-highmem', ramDisk: true, runErrorReporter: false) {
21+
kibanaPipeline.functionalTestProcess('xpack-baseline', './test/scripts/jenkins_xpack_baseline.sh')()
2222
}
2323
},
2424
])

.github/CODEOWNERS

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
# APM
6060
/x-pack/plugins/apm/ @elastic/apm-ui
6161
/x-pack/test/functional/apps/apm/ @elastic/apm-ui
62-
/src/legacy/core_plugins/apm_oss/ @elastic/apm-ui
6362
/src/plugins/apm_oss/ @elastic/apm-ui
6463
/src/apm.js @watson @vigneshshanmugam
6564

@@ -83,9 +82,6 @@
8382
/src/plugins/home/public @elastic/kibana-core-ui
8483
/src/plugins/home/server/*.ts @elastic/kibana-core-ui
8584
/src/plugins/home/server/services/ @elastic/kibana-core-ui
86-
# Exclude tutorial resources folder for now because they are not owned by Kibana app and most will move out soon
87-
/src/legacy/core_plugins/kibana/public/home/*.ts @elastic/kibana-core-ui
88-
/src/legacy/core_plugins/kibana/public/home/np_ready/ @elastic/kibana-core-ui
8985
/x-pack/plugins/global_search_bar/ @elastic/kibana-core-ui
9086

9187
# Observability UIs
@@ -167,7 +163,6 @@
167163

168164
# Security
169165
/src/core/server/csp/ @elastic/kibana-security @elastic/kibana-platform
170-
/x-pack/legacy/plugins/security/ @elastic/kibana-security
171166
/x-pack/legacy/plugins/spaces/ @elastic/kibana-security
172167
/x-pack/plugins/spaces/ @elastic/kibana-security
173168
/x-pack/plugins/encrypted_saved_objects/ @elastic/kibana-security
@@ -286,8 +281,6 @@ x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @elastic/kib
286281
# Core design
287282
/src/plugins/dashboard/**/*.scss @elastic/kibana-core-ui-designers
288283
/x-pack/plugins/canvas/**/*.scss @elastic/kibana-core-ui-designers
289-
/src/legacy/core_plugins/kibana/public/home/**/*.scss @elastic/kibana-core-ui-designers
290-
/x-pack/legacy/plugins/security/**/*.scss @elastic/kibana-core-ui-designers
291284
/x-pack/legacy/plugins/spaces/**/*.scss @elastic/kibana-core-ui-designers
292285
/x-pack/plugins/spaces/**/*.scss @elastic/kibana-core-ui-designers
293286
/x-pack/plugins/security/**/*.scss @elastic/kibana-core-ui-designers
@@ -297,7 +290,7 @@ x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @elastic/kib
297290
/x-pack/plugins/infra/**/*.scss @elastic/observability-design
298291
/x-pack/plugins/ingest_manager/**/*.scss @elastic/observability-design
299292
/x-pack/plugins/observability/**/*.scss @elastic/observability-design
300-
/x-pack/plugins/monitoring/**/*.scss @elastic/observability-design
293+
/x-pack/plugins/monitoring/**/*.scss @elastic/observability-design
301294

302295
# Ent. Search design
303296
/x-pack/plugins/enterprise_search/**/*.scss @elastic/ent-search-design

.i18nrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"visTypeXy": "src/plugins/vis_type_xy",
5858
"visualizations": "src/plugins/visualizations",
5959
"visualize": "src/plugins/visualize",
60-
"apmOss": "src/plugins/apm_oss"
60+
"apmOss": "src/plugins/apm_oss",
61+
"usageCollection": "src/plugins/usage_collection"
6162
},
6263
"exclude": [
6364
"src/legacy/ui/ui_render/ui_render_mixin.js"

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.22.0
1+
10.22.1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.22.0
1+
10.22.1

docs/api/dashboard/import-dashboard.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ experimental[] Import dashboards and corresponding saved objects.
2323
[[dashboard-api-import-request-body]]
2424
==== Request body
2525

26-
Use the complete response body from the <<dashboard-api-export, Export dashboard API>> as the request body. Do not manually construct a payload to the endpoint.
26+
Use the complete response body from the <<dashboard-api-export, Export dashboard API>> as the request body. Do not manually construct a payload to the endpoint. The max payload size is determined by the `savedObjects.maxImportPayloadBytes` configuration key.
2727

2828
[[dashboard-api-import-response-body]]
2929
==== Response body

docs/apm/troubleshooting.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ GET /_template/apm-{version}
4949
*Using Logstash, Kafka, etc.*
5050
If you're not outputting data directly from APM Server to Elasticsearch (perhaps you're using Logstash or Kafka),
5151
then the index template will not be set up automatically. Instead, you'll need to
52-
{apm-server-ref}/configuration-template.html[load the template manually].
52+
{apm-server-ref}/apm-server-template.html[load the template manually].
5353

5454
*Using a custom index names*
5555
This problem can also occur if you've customized the index name that you write APM data to.

docs/developer/plugin-list.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,10 @@ in their infrastructure.
494494
|This plugins adopts some conventions in addition to or in place of conventions in Kibana (at the time of the plugin's creation):
495495
496496
497+
|{kib-repo}blob/{branch}/x-pack/plugins/xpack_legacy/README.md[xpackLegacy]
498+
|Contains HTTP endpoints and UiSettings that are slated for removal.
499+
500+
497501
|===
498502
499503
include::{kibana-root}/src/plugins/dashboard/README.asciidoc[leveloffset=+1]

docs/development/core/public/kibana-plugin-core-public.environmentmode.dev.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)