Skip to content

Commit 954416c

Browse files
committed
Merge remote-tracking branch 'upstream/master' into kbn-75797-so-legacy-import-indexpattern-selection
2 parents 26befa3 + 534f4e8 commit 954416c

File tree

1,036 files changed

+27565
-12671
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,036 files changed

+27565
-12671
lines changed

.browserslistrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ last 2 Chrome versions
44
last 2 Safari versions
55
> 0.25%
66
not ie 11
7+
not op_mini all
8+
not samsung 4
79

810
[dev]
911
last 1 chrome versions

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@
171171
/x-pack/test/functional/apps/maps/ @elastic/kibana-gis
172172
/x-pack/test/functional/es_archives/maps/ @elastic/kibana-gis
173173
/x-pack/test/visual_regression/tests/maps/index.js @elastic/kibana-gis
174-
#CC# /src/legacy/core_plugins/region_map @elastic/kibana-gis
175-
#CC# /src/legacy/core_plugins/tile_map @elastic/kibana-gis
176174
#CC# /src/plugins/maps_legacy/ @elastic/kibana-gis
177175
#CC# /x-pack/plugins/file_upload @elastic/kibana-gis
178176
#CC# /x-pack/plugins/maps_legacy_licensing @elastic/kibana-gis
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
---
2-
name: Bug report for Security Solution
3-
about: Help us identify bugs in Elastic Security, SIEM, and Endpoint so we can fix them!
4-
title: '[Security Solution]'
5-
labels: 'Team: SecuritySolution'
6-
---
7-
8-
**Describe the bug:**
9-
10-
**Kibana/Elasticsearch Stack version:**
11-
12-
**Server OS version:**
13-
14-
**Browser and Browser OS versions:**
15-
16-
**Elastic Endpoint version:**
17-
18-
**Original install method (e.g. download page, yum, from source, etc.):**
19-
20-
**Functional Area (e.g. Endpoint management, timelines, resolver, etc.):**
21-
22-
**Steps to reproduce:**
23-
24-
1.
25-
2.
26-
3.
27-
28-
**Current behavior:**
29-
30-
**Expected behavior:**
31-
32-
**Screenshots (if relevant):**
33-
34-
**Errors in browser console (if relevant):**
35-
36-
**Provide logs and/or server output (if relevant):**
37-
38-
**Any additional context (logs, chat logs, magical formulas, etc.):**
1+
---
2+
name: Bug report for Security Solution
3+
about: Help us identify bugs in Elastic Security, SIEM, and Endpoint so we can fix them!
4+
title: '[Security Solution]'
5+
labels: 'bug, Team: SecuritySolution'
6+
---
7+
8+
**Describe the bug:**
9+
10+
**Kibana/Elasticsearch Stack version:**
11+
12+
**Server OS version:**
13+
14+
**Browser and Browser OS versions:**
15+
16+
**Elastic Endpoint version:**
17+
18+
**Original install method (e.g. download page, yum, from source, etc.):**
19+
20+
**Functional Area (e.g. Endpoint management, timelines, resolver, etc.):**
21+
22+
**Steps to reproduce:**
23+
24+
1.
25+
2.
26+
3.
27+
28+
**Current behavior:**
29+
30+
**Expected behavior:**
31+
32+
**Screenshots (if relevant):**
33+
34+
**Errors in browser console (if relevant):**
35+
36+
**Provide logs and/or server output (if relevant):**
37+
38+
**Any additional context (logs, chat logs, magical formulas, etc.):**

.github/ISSUE_TEMPLATE/v8_breaking_change.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ assignees: ''
77

88
---
99

10+
<!--
11+
****************************************
12+
******* LABEL CHANGES NECESSARY ********
13+
****************************************
14+
15+
Please add a "NeededFor:${TeamName}" label to denote the team that is
16+
requesting the breaking change is surfaced in the Upgrade Assistant.
17+
18+
-->
19+
1020
## Change description
1121

1222
**Which release will ship the breaking change?**

docs/developer/plugin-list.asciidoc

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ NOTE:
3838
|The Charts plugin is a way to create easier integration of shared colors, themes, types and other utilities across all Kibana charts and visualizations.
3939
4040
41-
|{kib-repo}blob/{branch}/src/plugins/console[console]
42-
|WARNING: Missing README.
41+
|{kib-repo}blob/{branch}/src/plugins/console/README.md[console]
42+
|Console provides the user with tools for storing and executing requests against Elasticsearch.
4343
4444
4545
|<<kibana-dashboard-plugin>>
@@ -134,8 +134,8 @@ in Kibana, e.g. visualizations. It has the form of a flyout panel.
134134
|WARNING: Missing README.
135135
136136
137-
|{kib-repo}blob/{branch}/src/plugins/maps_legacy[mapsLegacy]
138-
|WARNING: Missing README.
137+
|{kib-repo}blob/{branch}/src/plugins/maps_legacy/README.md[mapsLegacy]
138+
|Internal objects used by the Coordinate, Region, and Vega visualizations.
139139
140140
141141
|{kib-repo}blob/{branch}/src/plugins/navigation/README.md[navigation]
@@ -147,8 +147,8 @@ It also provides a stateful version of it on the start contract.
147147
|WARNING: Missing README.
148148
149149
150-
|{kib-repo}blob/{branch}/src/plugins/region_map[regionMap]
151-
|WARNING: Missing README.
150+
|{kib-repo}blob/{branch}/src/plugins/region_map/README.md[regionMap]
151+
|Create choropleth maps. Display the results of a term-aggregation as e.g. countries, zip-codes, states.
152152
153153
154154
|{kib-repo}blob/{branch}/src/plugins/saved_objects[savedObjects]
@@ -180,8 +180,8 @@ so they can properly protect the data within their clusters.
180180
|This plugin adds the Advanced Settings section for the Usage and Security Data collection (aka Telemetry).
181181
182182
183-
|{kib-repo}blob/{branch}/src/plugins/tile_map[tileMap]
184-
|WARNING: Missing README.
183+
|{kib-repo}blob/{branch}/src/plugins/tile_map/README.md[tileMap]
184+
|Create a coordinate map. Display the results of a geohash_tile aggregation as bubbles, rectangles, or heatmap color blobs.
185185
186186
187187
|{kib-repo}blob/{branch}/src/plugins/timelion/README.md[timelion]
@@ -307,8 +307,8 @@ Failure to have auth enabled in Kibana will make for a broken UI. UI-based error
307307
|WARNING: Missing README.
308308
309309
310-
|{kib-repo}blob/{branch}/x-pack/plugins/console_extensions[consoleExtensions]
311-
|WARNING: Missing README.
310+
|{kib-repo}blob/{branch}/x-pack/plugins/console_extensions/README.md[consoleExtensions]
311+
|This plugin provides autocomplete definitions of licensed APIs to the OSS Console plugin.
312312
313313
314314
|{kib-repo}blob/{branch}/x-pack/plugins/cross_cluster_replication/README.md[crossClusterReplication]
@@ -323,8 +323,8 @@ Failure to have auth enabled in Kibana will make for a broken UI. UI-based error
323323
|The deprecated dashboard only mode.
324324
325325
326-
|{kib-repo}blob/{branch}/x-pack/plugins/data_enhanced[dataEnhanced]
327-
|WARNING: Missing README.
326+
|{kib-repo}blob/{branch}/x-pack/plugins/data_enhanced/README.md[dataEnhanced]
327+
|The data_enhanced plugin is the x-pack counterpart to the OSS data plugin.
328328
329329
330330
|{kib-repo}blob/{branch}/x-pack/plugins/discover_enhanced/README.md[discoverEnhanced]
@@ -355,8 +355,8 @@ and actions.
355355
|WARNING: Missing README.
356356
357357
358-
|{kib-repo}blob/{branch}/x-pack/plugins/file_upload[fileUpload]
359-
|WARNING: Missing README.
358+
|{kib-repo}blob/{branch}/x-pack/plugins/file_upload/README.md[fileUpload]
359+
|Backend and core front-end react-components for GeoJson file upload. Only supports the Maps plugin.
360360
361361
362362
|{kib-repo}blob/{branch}/x-pack/plugins/global_search/README.md[globalSearch]
@@ -376,8 +376,9 @@ or dashboards from the Kibana instance, from both server and client-side plugins
376376
|This is the main source folder of the Graph plugin. It contains all of the Kibana server and client source code. x-pack/test/functional/apps/graph contains additional functional tests.
377377
378378
379-
|{kib-repo}blob/{branch}/x-pack/plugins/grokdebugger[grokdebugger]
380-
|WARNING: Missing README.
379+
|{kib-repo}blob/{branch}/x-pack/plugins/grokdebugger/README.md[grokdebugger]
380+
|This plugin helps users define Grok patterns,
381+
which are particularly useful for ingesting logs.
381382
382383
383384
|{kib-repo}blob/{branch}/x-pack/plugins/index_lifecycle_management/README.md[indexLifecycleManagement]
@@ -406,8 +407,8 @@ the infrastructure monitoring use-case within Kibana.
406407
|Run all tests from the x-pack root directory
407408
408409
409-
|{kib-repo}blob/{branch}/x-pack/plugins/license_management[licenseManagement]
410-
|WARNING: Missing README.
410+
|{kib-repo}blob/{branch}/x-pack/plugins/license_management/README.md[licenseManagement]
411+
|This plugin enables users to activate a trial license, downgrade to Basic, and upload a new license.
411412
412413
413414
|{kib-repo}blob/{branch}/x-pack/plugins/licensing/README.md[licensing]
@@ -444,12 +445,12 @@ Elastic.
444445
|This plugin provides shared components and services for use across observability solutions, as well as the observability landing page UI.
445446
446447
447-
|{kib-repo}blob/{branch}/x-pack/plugins/painless_lab[painlessLab]
448-
|WARNING: Missing README.
448+
|{kib-repo}blob/{branch}/x-pack/plugins/painless_lab/README.md[painlessLab]
449+
|This plugin helps users learn how to use the Painless scripting language.
449450
450451
451-
|{kib-repo}blob/{branch}/x-pack/plugins/remote_clusters[remoteClusters]
452-
|WARNING: Missing README.
452+
|{kib-repo}blob/{branch}/x-pack/plugins/remote_clusters/README.md[remoteClusters]
453+
|This plugin helps users manage their remote clusters, which enable cross-cluster search and cross-cluster replication.
453454
454455
455456
|{kib-repo}blob/{branch}/x-pack/plugins/reporting/README.md[reporting]
@@ -460,8 +461,11 @@ Elastic.
460461
|Welcome to the Kibana rollup plugin! This plugin provides Kibana support for Elasticsearch's rollup feature. Please refer to the Elasticsearch documentation to understand rollup indices and how to create rollup jobs.
461462
462463
463-
|{kib-repo}blob/{branch}/x-pack/plugins/searchprofiler[searchprofiler]
464-
|WARNING: Missing README.
464+
|{kib-repo}blob/{branch}/x-pack/plugins/searchprofiler/README.md[searchprofiler]
465+
|The search profiler consumes the Profile API
466+
by sending a search API with profile: true enabled in the request body. The response contains
467+
detailed information on how Elasticsearch executed the search request. People use this information
468+
to understand why a search request might be slow.
465469
466470
467471
|{kib-repo}blob/{branch}/x-pack/plugins/security/README.md[security]
@@ -488,8 +492,8 @@ the alertTypes by the Stack in the alerting plugin, register associated HTTP
488492
routes, etc.
489493
490494
491-
|{kib-repo}blob/{branch}/x-pack/plugins/task_manager[taskManager]
492-
|WARNING: Missing README.
495+
|{kib-repo}blob/{branch}/x-pack/plugins/task_manager/README.md[taskManager]
496+
|The task manager is a generic system for running background tasks.
493497
494498
495499
|{kib-repo}blob/{branch}/x-pack/plugins/telemetry_collection_xpack/README.md[telemetryCollectionXpack]
@@ -513,8 +517,9 @@ As a developer you can reuse and extend built-in alerts and actions UI functiona
513517
|Registers commercially licensed generic actions like per panel time range and contains some code that supports drilldown work.
514518
515519
516-
|{kib-repo}blob/{branch}/x-pack/plugins/upgrade_assistant[upgradeAssistant]
517-
|WARNING: Missing README.
520+
|{kib-repo}blob/{branch}/x-pack/plugins/upgrade_assistant/README.md[upgradeAssistant]
521+
|Upgrade Assistant helps users prepare their Stack for being upgraded to the next major. Its primary
522+
purposes are to:
518523
519524
520525
|{kib-repo}blob/{branch}/x-pack/plugins/uptime/README.md[uptime]

docs/development/core/server/kibana-plugin-core-server.kibanarequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ export declare class KibanaRequest<Params = unknown, Query = unknown, Body = unk
3030
| [isSystemRequest](./kibana-plugin-core-server.kibanarequest.issystemrequest.md) | | <code>boolean</code> | Whether or not the request is a "system request" rather than an application-level request. Can be set on the client using the <code>HttpFetchOptions#asSystemRequest</code> option. |
3131
| [params](./kibana-plugin-core-server.kibanarequest.params.md) | | <code>Params</code> | |
3232
| [query](./kibana-plugin-core-server.kibanarequest.query.md) | | <code>Query</code> | |
33-
| [rewrittenUrl](./kibana-plugin-core-server.kibanarequest.rewrittenurl.md) | | <code>Url</code> | URL rewritten in onPreRouting request interceptor. |
33+
| [rewrittenUrl](./kibana-plugin-core-server.kibanarequest.rewrittenurl.md) | | <code>URL</code> | URL rewritten in onPreRouting request interceptor. |
3434
| [route](./kibana-plugin-core-server.kibanarequest.route.md) | | <code>RecursiveReadonly&lt;KibanaRequestRoute&lt;Method&gt;&gt;</code> | matched route details |
3535
| [socket](./kibana-plugin-core-server.kibanarequest.socket.md) | | <code>IKibanaSocket</code> | [IKibanaSocket](./kibana-plugin-core-server.ikibanasocket.md) |
36-
| [url](./kibana-plugin-core-server.kibanarequest.url.md) | | <code>Url</code> | a WHATWG URL standard object. |
36+
| [url](./kibana-plugin-core-server.kibanarequest.url.md) | | <code>URL</code> | a WHATWG URL standard object. |
3737
| [uuid](./kibana-plugin-core-server.kibanarequest.uuid.md) | | <code>string</code> | A UUID to identify this request. |
3838

docs/development/core/server/kibana-plugin-core-server.kibanarequest.rewrittenurl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ URL rewritten in onPreRouting request interceptor.
99
<b>Signature:</b>
1010

1111
```typescript
12-
readonly rewrittenUrl?: Url;
12+
readonly rewrittenUrl?: URL;
1313
```

docs/development/core/server/kibana-plugin-core-server.kibanarequest.url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ a WHATWG URL standard object.
99
<b>Signature:</b>
1010

1111
```typescript
12-
readonly url: Url;
12+
readonly url: URL;
1313
```

docs/development/plugins/embeddable/public/kibana-plugin-plugins-embeddable-public.embeddableinput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ export declare type EmbeddableInput = {
1919
timeRange?: TimeRange;
2020
query?: Query;
2121
filters?: Filter[];
22+
searchSessionId?: string;
2223
};
2324
```

docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.executor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ export declare class Executor<Context extends Record<string, unknown> = Record<s
3939
| [getType(name)](./kibana-plugin-plugins-expressions-public.executor.gettype.md) | | |
4040
| [getTypes()](./kibana-plugin-plugins-expressions-public.executor.gettypes.md) | | |
4141
| [inject(ast, references)](./kibana-plugin-plugins-expressions-public.executor.inject.md) | | |
42+
| [migrate(ast, version)](./kibana-plugin-plugins-expressions-public.executor.migrate.md) | | |
43+
| [migrateToLatest(ast, version)](./kibana-plugin-plugins-expressions-public.executor.migratetolatest.md) | | |
4244
| [registerFunction(functionDefinition)](./kibana-plugin-plugins-expressions-public.executor.registerfunction.md) | | |
4345
| [registerType(typeDefinition)](./kibana-plugin-plugins-expressions-public.executor.registertype.md) | | |
4446
| [run(ast, input, params)](./kibana-plugin-plugins-expressions-public.executor.run.md) | | Execute expression and return result. |

0 commit comments

Comments
 (0)