Skip to content

Commit 3e9ac76

Browse files
committed
Merge remote-tracking branch 'upstream/master' into ilm-ui/single-repo-state
2 parents d79794f + d02169e commit 3e9ac76

File tree

171 files changed

+4059
-1204
lines changed

Some content is hidden

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

171 files changed

+4059
-1204
lines changed

api_docs/core.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@
14311431
"description": [],
14321432
"source": {
14331433
"path": "src/core/public/doc_links/doc_links_service.ts",
1434-
"lineNumber": 282
1434+
"lineNumber": 283
14351435
}
14361436
},
14371437
{
@@ -1442,7 +1442,7 @@
14421442
"description": [],
14431443
"source": {
14441444
"path": "src/core/public/doc_links/doc_links_service.ts",
1445-
"lineNumber": 283
1445+
"lineNumber": 284
14461446
}
14471447
},
14481448
{
@@ -1453,7 +1453,7 @@
14531453
"description": [],
14541454
"source": {
14551455
"path": "src/core/public/doc_links/doc_links_service.ts",
1456-
"lineNumber": 284
1456+
"lineNumber": 285
14571457
},
14581458
"signature": [
14591459
"{ readonly dashboard: { readonly guide: string; readonly drilldowns: string; readonly drilldownsTriggerPicker: string; readonly urlDrilldownTemplateSyntax: string; readonly urlDrilldownVariables: string; }; readonly discover: Record<string, string>; readonly filebeat: { readonly base: string; readonly installation: string; readonly configuration: string; readonly elasticsearchOutput: string; readonly elasticsearchModule: string; readonly startup: string; readonly exportedFields: string; }; readonly auditbeat: { readonly base: string; }; readonly metricbeat: { readonly base: string; readonly configure: string; readonly httpEndpoint: string; readonly install: string; readonly start: string; }; readonly enterpriseSearch: { readonly base: string; readonly appSearchBase: string; readonly workplaceSearchBase: string; }; readonly heartbeat: { readonly base: string; }; readonly logstash: { readonly base: string; }; readonly functionbeat: { readonly base: string; }; readonly winlogbeat: { readonly base: string; }; readonly aggs: { readonly composite: string; readonly composite_missing_bucket: string; readonly date_histogram: string; readonly date_range: string; readonly date_format_pattern: string; readonly filter: string; readonly filters: string; readonly geohash_grid: string; readonly histogram: string; readonly ip_range: string; readonly range: string; readonly significant_terms: string; readonly terms: string; readonly avg: string; readonly avg_bucket: string; readonly max_bucket: string; readonly min_bucket: string; readonly sum_bucket: string; readonly cardinality: string; readonly count: string; readonly cumulative_sum: string; readonly derivative: string; readonly geo_bounds: string; readonly geo_centroid: string; readonly max: string; readonly median: string; readonly min: string; readonly moving_avg: string; readonly percentile_ranks: string; readonly serial_diff: string; readonly std_dev: string; readonly sum: string; readonly top_hits: string; }; readonly runtimeFields: string; readonly scriptedFields: { readonly scriptFields: string; readonly scriptAggs: string; readonly painless: string; readonly painlessApi: string; readonly painlessLangSpec: string; readonly painlessSyntax: string; readonly painlessWalkthrough: string; readonly luceneExpressions: string; }; readonly indexPatterns: { readonly loadingData: string; readonly introduction: string; }; readonly addData: string; readonly kibana: string; readonly elasticsearch: Record<string, string>; readonly siem: { readonly guide: string; readonly gettingStarted: string; }; readonly query: { readonly eql: string; readonly luceneQuerySyntax: string; readonly queryDsl: string; readonly kueryQuerySyntax: string; }; readonly date: { readonly dateMath: string; readonly dateMathIndexNames: string; }; readonly management: Record<string, string>; readonly ml: Record<string, string>; readonly transforms: Record<string, string>; readonly visualize: Record<string, string>; readonly apis: Readonly<{ createIndex: string; createSnapshotLifecyclePolicy: string; createRoleMapping: string; createRoleMappingTemplates: string; createApiKey: string; createPipeline: string; createTransformRequest: string; cronExpressions: string; executeWatchActionModes: string; indexExists: string; openIndex: string; putComponentTemplate: string; painlessExecute: string; painlessExecuteAPIContexts: string; putComponentTemplateMetadata: string; putSnapshotLifecyclePolicy: string; putWatch: string; updateTransform: string; }>; readonly observability: Record<string, string>; readonly alerting: Record<string, string>; readonly maps: Record<string, string>; readonly monitoring: Record<string, string>; readonly security: Readonly<{ apiKeyServiceSettings: string; clusterPrivileges: string; elasticsearchSettings: string; elasticsearchEnableSecurity: string; indicesPrivileges: string; kibanaTLS: string; kibanaPrivileges: string; mappingRoles: string; mappingRolesFieldRules: string; runAsPrivilege: string; }>; readonly watcher: Record<string, string>; readonly ccs: Record<string, string>; readonly plugins: Record<string, string>; readonly snapshotRestore: Record<string, string>; }"
@@ -1462,7 +1462,7 @@
14621462
],
14631463
"source": {
14641464
"path": "src/core/public/doc_links/doc_links_service.ts",
1465-
"lineNumber": 281
1465+
"lineNumber": 282
14661466
},
14671467
"initialIsOpen": false
14681468
},

api_docs/ml.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5498,17 +5498,11 @@
54985498
"type": "Function",
54995499
"children": [
55005500
{
5501-
"type": "CompoundType",
5501+
"type": "Any",
55025502
"label": "error",
5503-
"isRequired": false,
5503+
"isRequired": true,
55045504
"signature": [
5505-
{
5506-
"pluginId": "ml",
5507-
"scope": "common",
5508-
"docId": "kibMlPluginApi",
5509-
"section": "def-common.ErrorType",
5510-
"text": "ErrorType"
5511-
}
5505+
"any"
55125506
],
55135507
"description": [],
55145508
"source": {
@@ -5518,9 +5512,7 @@
55185512
}
55195513
],
55205514
"signature": [
5521-
"(error: ",
5522-
"ErrorType",
5523-
") => string"
5515+
"(error: any) => string"
55245516
],
55255517
"description": [],
55265518
"label": "extractErrorMessage",

api_docs/monitoring.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,34 @@
4646
"signature": [
4747
"() => void"
4848
]
49+
},
50+
{
51+
"tags": [],
52+
"id": "def-server.IBulkUploader.start",
53+
"type": "Function",
54+
"label": "start",
55+
"description": [],
56+
"source": {
57+
"path": "x-pack/plugins/monitoring/server/types.ts",
58+
"lineNumber": 95
59+
},
60+
"signature": [
61+
"() => void"
62+
]
63+
},
64+
{
65+
"tags": [],
66+
"id": "def-server.IBulkUploader.handleNotEnabled",
67+
"type": "Function",
68+
"label": "handleNotEnabled",
69+
"description": [],
70+
"source": {
71+
"path": "x-pack/plugins/monitoring/server/types.ts",
72+
"lineNumber": 96
73+
},
74+
"signature": [
75+
"() => void"
76+
]
4977
}
5078
],
5179
"source": {
@@ -106,7 +134,7 @@
106134
"description": [],
107135
"source": {
108136
"path": "x-pack/plugins/monitoring/server/types.ts",
109-
"lineNumber": 98
137+
"lineNumber": 100
110138
},
111139
"signature": [
112140
"() => any"
@@ -115,7 +143,7 @@
115143
],
116144
"source": {
117145
"path": "x-pack/plugins/monitoring/server/types.ts",
118-
"lineNumber": 97
146+
"lineNumber": 99
119147
},
120148
"lifecycle": "setup",
121149
"initialIsOpen": true

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.querystringinputprops.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ export interface QueryStringInputProps
3636
| [query](./kibana-plugin-plugins-data-public.querystringinputprops.query.md) | <code>Query</code> | |
3737
| [screenTitle](./kibana-plugin-plugins-data-public.querystringinputprops.screentitle.md) | <code>string</code> | |
3838
| [size](./kibana-plugin-plugins-data-public.querystringinputprops.size.md) | <code>SuggestionsListSize</code> | |
39+
| [submitOnBlur](./kibana-plugin-plugins-data-public.querystringinputprops.submitonblur.md) | <code>boolean</code> | |
3940

docs/migration/migrate_8_0.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,13 @@ All supported operating systems support using systemd service files. Any system
202202
*Impact:*
203203
Any installations using `.deb` or `.rpm` packages using SysV will need to migrate to systemd.
204204

205+
[float]
206+
=== Platform removed from root folder name for `.tar.gz` and `.zip` archives
207+
208+
*Details:*
209+
The output directory after extracting an archive no longer includes the target platform. For example, `kibana-8.0.0-linux-aarch64.tar.gz` will produce a folder named `kibana-8.0.0`.
210+
211+
*Impact:*
212+
Configuration management tools and automation will need to be updated to use the new directory.
205213

206214
// end::notable-breaking-changes[]

docs/setup/install/targz.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Linux archive for Kibana v{version} can be downloaded and installed as follo
3434
curl -O https://artifacts.elastic.co/downloads/kibana/kibana-{version}-linux-x86_64.tar.gz
3535
curl https://artifacts.elastic.co/downloads/kibana/kibana-{version}-linux-x86_64.tar.gz.sha512 | shasum -a 512 -c - <1>
3636
tar -xzf kibana-{version}-linux-x86_64.tar.gz
37-
cd kibana-{version}-linux-x86_64/ <2>
37+
cd kibana-{version}/ <2>
3838
--------------------------------------------
3939
<1> Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output
4040
`kibana-{version}-linux-x86_64.tar.gz: OK`.
@@ -82,7 +82,7 @@ The Darwin archive for Kibana v{version} can be downloaded and installed as foll
8282
curl -O https://artifacts.elastic.co/downloads/kibana/kibana-{version}-darwin-x86_64.tar.gz
8383
curl https://artifacts.elastic.co/downloads/kibana/kibana-{version}-darwin-x86_64.tar.gz.sha512 | shasum -a 512 -c - <1>
8484
tar -xzf kibana-{version}-darwin-x86_64.tar.gz
85-
cd kibana-{version}-darwin-x86_64/ <2>
85+
cd kibana-{version}/ <2>
8686
--------------------------------------------
8787
<1> Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output
8888
`kibana-{version}-darwin-x86_64.tar.gz: OK`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"@cypress/webpack-preprocessor": "^5.5.0",
348348
"@elastic/apm-rum": "^5.6.1",
349349
"@elastic/apm-rum-react": "^1.2.5",
350-
"@elastic/charts": "25.1.0",
350+
"@elastic/charts": "25.3.0",
351351
"@elastic/eslint-config-kibana": "link:packages/elastic-eslint-config-kibana",
352352
"@elastic/eslint-plugin-eui": "0.0.2",
353353
"@elastic/github-checks-reporter": "0.0.20b3",

packages/elastic-eslint-config-kibana/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
"bugs": {
1717
"url": "https://github.com/elastic/kibana/tree/master/packages/elastic-eslint-config-kibana"
1818
},
19-
"homepage": "https://github.com/elastic/kibana/tree/master/packages/elastic-eslint-config-kibana"
19+
"homepage": "https://github.com/elastic/kibana/tree/master/packages/elastic-eslint-config-kibana",
20+
"dependencies": {
21+
"@kbn/dev-utils": "link:../kbn-dev-utils"
22+
}
2023
}

packages/elastic-eslint-config-kibana/react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const semver = require('semver')
2-
const PKG = require('../../package.json')
1+
const semver = require('semver');
2+
const { kibanaPackageJson: PKG } = require('@kbn/dev-utils');
33

44
module.exports = {
55
plugins: [

packages/elastic-eslint-config-kibana/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// as this package was moved from typescript-eslint-parser to @typescript-eslint/parser
55

66
const semver = require('semver');
7-
const PKG = require('../../package.json');
7+
const { kibanaPackageJson: PKG } = require('@kbn/dev-utils');
88

99
const eslintConfigPrettierTypescriptEslintRules = require('eslint-config-prettier/@typescript-eslint').rules;
1010

0 commit comments

Comments
 (0)