Skip to content

Commit 109b763

Browse files
Merge branch 'master' into ccr_readme
2 parents 50c631e + f5b1fae commit 109b763

File tree

682 files changed

+14498
-5050
lines changed

Some content is hidden

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

682 files changed

+14498
-5050
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: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
#CC# /src/legacy/core_plugins/vis_type_vislib/ @elastic/kibana-app
4040
#CC# /src/legacy/server/url_shortening/ @elastic/kibana-app
4141
#CC# /src/legacy/ui/public/state_management @elastic/kibana-app
42+
#CC# /src/plugins/advanced_settings/ @elastic/kibana-app
43+
#CC# /src/plugins/charts/ @elastic/kibana-app
4244
#CC# /src/plugins/index_pattern_management/public @elastic/kibana-app
45+
#CC# /src/plugins/vis_default_editor @elastic/kibana-app
4346

4447
# App Architecture
4548
/examples/bfetch_explorer/ @elastic/kibana-app-arch
@@ -70,23 +73,10 @@
7073
/x-pack/plugins/data_enhanced/ @elastic/kibana-app-arch
7174
/x-pack/plugins/embeddable_enhanced/ @elastic/kibana-app-arch
7275
/x-pack/plugins/ui_actions_enhanced/ @elastic/kibana-app-arch
73-
#CC# /src/legacy/core_plugins/kibana/public/management/ @elastic/kibana-app-arch
74-
#CC# /src/legacy/core_plugins/kibana/server/routes/api/management/ @elastic/kibana-app-arch
75-
#CC# /src/legacy/core_plugins/embeddable_api/ @elastic/kibana-app-arch
76-
#CC# /src/legacy/core_plugins/interpreter/ @elastic/kibana-app-arch
77-
#CC# /src/legacy/core_plugins/kibana_react/ @elastic/kibana-app-arch
78-
#CC# /src/legacy/core_plugins/status_page/public @elastic/kibana-app-arch
79-
#CC# /src/legacy/server/index_patterns/ @elastic/kibana-app-arch
80-
#CC# /src/legacy/ui/public/field_editor @elastic/kibana-app-arch
81-
#CC# /src/legacy/ui/public/management @elastic/kibana-app-arch
82-
#CC# /src/plugins/advanced_settings/ @elastic/kibana-app-arch
8376
#CC# /src/plugins/bfetch/ @elastic/kibana-app-arch
84-
#CC# /src/plugins/charts/ @elastic/kibana-app-arch
8577
#CC# /src/plugins/index_pattern_management/public/service @elastic/kibana-app-arch
8678
#CC# /src/plugins/inspector/ @elastic/kibana-app-arch
87-
#CC# /src/plugins/saved_objects/ @elastic/kibana-app-arch
8879
#CC# /src/plugins/share/ @elastic/kibana-app-arch
89-
#CC# /src/plugins/vis_default_editor @elastic/kibana-app-arch
9080
#CC# /x-pack/plugins/advanced_ui_actions/ @elastic/kibana-app-arch
9181
#CC# /x-pack/plugins/drilldowns/ @elastic/kibana-app-arch
9282
#CC# /packages/kbn-interpreter/ @elastic/kibana-app-arch
@@ -171,8 +161,6 @@
171161
/x-pack/test/functional/apps/maps/ @elastic/kibana-gis
172162
/x-pack/test/functional/es_archives/maps/ @elastic/kibana-gis
173163
/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
176164
#CC# /src/plugins/maps_legacy/ @elastic/kibana-gis
177165
#CC# /x-pack/plugins/file_upload @elastic/kibana-gis
178166
#CC# /x-pack/plugins/maps_legacy_licensing @elastic/kibana-gis
@@ -245,6 +233,7 @@
245233
#CC# /src/legacy/ui/public/documentation_links @elastic/kibana-platform
246234
#CC# /src/legacy/ui/public/autoload @elastic/kibana-platform
247235
#CC# /src/plugins/legacy_export/ @elastic/kibana-platform
236+
#CC# /src/plugins/saved_objects/ @elastic/kibana-platform
248237
#CC# /src/plugins/status_page/ @elastic/kibana-platform
249238
#CC# /src/plugins/testbed/server/ @elastic/kibana-platform
250239
#CC# /x-pack/legacy/plugins/xpack_main/server/ @elastic/kibana-platform

.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]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeStart](./kibana-plugin-core-public.chromestart.md) &gt; [getBreadcrumbsAppendExtension$](./kibana-plugin-core-public.chromestart.getbreadcrumbsappendextension_.md)
4+
5+
## ChromeStart.getBreadcrumbsAppendExtension$() method
6+
7+
Get an observable of the current extension appended to breadcrumbs
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
getBreadcrumbsAppendExtension$(): Observable<ChromeBreadcrumbsAppendExtension | undefined>;
13+
```
14+
<b>Returns:</b>
15+
16+
`Observable<ChromeBreadcrumbsAppendExtension | undefined>`
17+

docs/development/core/public/kibana-plugin-core-public.chromestart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ core.chrome.setHelpExtension(elem => {
5555
| [getBadge$()](./kibana-plugin-core-public.chromestart.getbadge_.md) | Get an observable of the current badge |
5656
| [getBrand$()](./kibana-plugin-core-public.chromestart.getbrand_.md) | Get an observable of the current brand information. |
5757
| [getBreadcrumbs$()](./kibana-plugin-core-public.chromestart.getbreadcrumbs_.md) | Get an observable of the current list of breadcrumbs |
58+
| [getBreadcrumbsAppendExtension$()](./kibana-plugin-core-public.chromestart.getbreadcrumbsappendextension_.md) | Get an observable of the current extension appended to breadcrumbs |
5859
| [getCustomNavLink$()](./kibana-plugin-core-public.chromestart.getcustomnavlink_.md) | Get an observable of the current custom nav link |
5960
| [getHelpExtension$()](./kibana-plugin-core-public.chromestart.gethelpextension_.md) | Get an observable of the current custom help conttent |
6061
| [getIsNavDrawerLocked$()](./kibana-plugin-core-public.chromestart.getisnavdrawerlocked_.md) | Get an observable of the current locked state of the nav drawer. |
@@ -64,6 +65,7 @@ core.chrome.setHelpExtension(elem => {
6465
| [setBadge(badge)](./kibana-plugin-core-public.chromestart.setbadge.md) | Override the current badge |
6566
| [setBrand(brand)](./kibana-plugin-core-public.chromestart.setbrand.md) | Set the brand configuration. |
6667
| [setBreadcrumbs(newBreadcrumbs)](./kibana-plugin-core-public.chromestart.setbreadcrumbs.md) | Override the current set of breadcrumbs |
68+
| [setBreadcrumbsAppendExtension(breadcrumbsAppendExtension)](./kibana-plugin-core-public.chromestart.setbreadcrumbsappendextension.md) | Mount an element next to the last breadcrumb |
6769
| [setCustomNavLink(newCustomNavLink)](./kibana-plugin-core-public.chromestart.setcustomnavlink.md) | Override the current set of custom nav link |
6870
| [setHelpExtension(helpExtension)](./kibana-plugin-core-public.chromestart.sethelpextension.md) | Override the current set of custom help content |
6971
| [setHelpSupportUrl(url)](./kibana-plugin-core-public.chromestart.sethelpsupporturl.md) | Override the default support URL shown in the help menu |
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeStart](./kibana-plugin-core-public.chromestart.md) &gt; [setBreadcrumbsAppendExtension](./kibana-plugin-core-public.chromestart.setbreadcrumbsappendextension.md)
4+
5+
## ChromeStart.setBreadcrumbsAppendExtension() method
6+
7+
Mount an element next to the last breadcrumb
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
setBreadcrumbsAppendExtension(breadcrumbsAppendExtension?: ChromeBreadcrumbsAppendExtension): void;
13+
```
14+
15+
## Parameters
16+
17+
| Parameter | Type | Description |
18+
| --- | --- | --- |
19+
| breadcrumbsAppendExtension | <code>ChromeBreadcrumbsAppendExtension</code> | |
20+
21+
<b>Returns:</b>
22+
23+
`void`
24+

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
```

0 commit comments

Comments
 (0)