Skip to content

Commit 0ace6e4

Browse files
committed
Merge remote-tracking branch 'upstream/master' into nls/sb6
2 parents e8ca720 + 33f6025 commit 0ace6e4

File tree

599 files changed

+94969
-7873
lines changed

Some content is hidden

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

599 files changed

+94969
-7873
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.22.0
1+
10.22.1

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.22.0
1+
10.22.1

docs/api/dashboard/import-dashboard.asciidoc

+1-1
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/development/core/public/kibana-plugin-core-public.environmentmode.dev.md

-11
This file was deleted.

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

-21
This file was deleted.

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

-11
This file was deleted.

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

-11
This file was deleted.

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

-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
5555
| [CoreSetup](./kibana-plugin-core-public.coresetup.md) | Core services exposed to the <code>Plugin</code> setup lifecycle |
5656
| [CoreStart](./kibana-plugin-core-public.corestart.md) | Core services exposed to the <code>Plugin</code> start lifecycle |
5757
| [DocLinksStart](./kibana-plugin-core-public.doclinksstart.md) | |
58-
| [EnvironmentMode](./kibana-plugin-core-public.environmentmode.md) | |
5958
| [ErrorToastOptions](./kibana-plugin-core-public.errortoastoptions.md) | Options available for [IToasts](./kibana-plugin-core-public.itoasts.md) error APIs. |
6059
| [FatalErrorInfo](./kibana-plugin-core-public.fatalerrorinfo.md) | Represents the <code>message</code> and <code>stack</code> of a fatal Error |
6160
| [FatalErrorsSetup](./kibana-plugin-core-public.fatalerrorssetup.md) | FatalErrors stop the Kibana Public Core and displays a fatal error screen with details about the Kibana build and the error. |
@@ -85,7 +84,6 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
8584
| [OverlayBannersStart](./kibana-plugin-core-public.overlaybannersstart.md) | |
8685
| [OverlayRef](./kibana-plugin-core-public.overlayref.md) | Returned by [OverlayStart](./kibana-plugin-core-public.overlaystart.md) methods for closing a mounted overlay. |
8786
| [OverlayStart](./kibana-plugin-core-public.overlaystart.md) | |
88-
| [PackageInfo](./kibana-plugin-core-public.packageinfo.md) | |
8987
| [Plugin](./kibana-plugin-core-public.plugin.md) | The interface that should be returned by a <code>PluginInitializer</code>. |
9088
| [PluginInitializerContext](./kibana-plugin-core-public.plugininitializercontext.md) | The available core services passed to a <code>PluginInitializer</code> |
9189
| [SavedObject](./kibana-plugin-core-public.savedobject.md) | |

docs/development/core/public/kibana-plugin-core-public.packageinfo.branch.md

-11
This file was deleted.

docs/development/core/public/kibana-plugin-core-public.packageinfo.buildnum.md

-11
This file was deleted.

docs/development/core/public/kibana-plugin-core-public.packageinfo.buildsha.md

-11
This file was deleted.

docs/development/core/public/kibana-plugin-core-public.packageinfo.dist.md

-11
This file was deleted.

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

-23
This file was deleted.

docs/development/core/public/kibana-plugin-core-public.packageinfo.version.md

-11
This file was deleted.

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

-18
This file was deleted.

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

-36
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.configdeprecationfactory.rename.md

-36
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.configdeprecationfactory.renamefromroot.md

-39
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.configdeprecationfactory.unused.md

-35
This file was deleted.

docs/development/core/server/kibana-plugin-core-server.configdeprecationfactory.unusedfromroot.md

-37
This file was deleted.

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

-13
This file was deleted.

0 commit comments

Comments
 (0)