Skip to content

Commit 72d58f6

Browse files
Merge branch 'master' into deangularize-context-3
2 parents bd9caf1 + 89e2af8 commit 72d58f6

File tree

279 files changed

+1953
-2684
lines changed

Some content is hidden

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

279 files changed

+1953
-2684
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
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
44-
#CC# /src/plugins/index_pattern_management/public @elastic/kibana-app
45-
#CC# /src/plugins/vis_default_editor @elastic/kibana-app
4642

4743
# App Architecture
4844
/examples/bfetch_explorer/ @elastic/kibana-app-arch
@@ -74,7 +70,7 @@
7470
/x-pack/plugins/embeddable_enhanced/ @elastic/kibana-app-arch
7571
/x-pack/plugins/ui_actions_enhanced/ @elastic/kibana-app-arch
7672
#CC# /src/plugins/bfetch/ @elastic/kibana-app-arch
77-
#CC# /src/plugins/index_pattern_management/public/service @elastic/kibana-app-arch
73+
#CC# /src/plugins/index_pattern_management/ @elastic/kibana-app-arch
7874
#CC# /src/plugins/inspector/ @elastic/kibana-app-arch
7975
#CC# /src/plugins/share/ @elastic/kibana-app-arch
8076
#CC# /x-pack/plugins/advanced_ui_actions/ @elastic/kibana-app-arch

docs/api/saved-objects/rotate_encryption_key.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Bulk key rotation can consume a considerable amount of resources and hence only
2525
`type`::
2626
(Optional, string) Limits encryption key rotation only to the saved objects with the specified type. By default, {kib} tries to rotate the encryption key for all saved object types that may contain encrypted attributes.
2727

28-
`batchSize`::
28+
`batch_size`::
2929
(Optional, number) Specifies a maximum number of saved objects that {kib} can process in a single batch. Bulk key rotation is an iterative process since {kib} may not be able to fetch and process all required saved objects in one go and splits processing into consequent batches. By default, the batch size is 10000, which is also a maximum allowed value.
3030

3131
[[saved-objects-api-rotate-encryption-key-response-body]]
@@ -91,7 +91,7 @@ In this example, key rotation is performed for all saved objects with the `alert
9191

9292
[source,sh]
9393
--------------------------------------------------
94-
$ curl -X POST /api/encrypted_saved_objects/_rotate_key?type=alert&batchSize=5000
94+
$ curl -X POST /api/encrypted_saved_objects/_rotate_key?type=alert&batch_size=5000
9595
--------------------------------------------------
9696
// KIBANA
9797

docs/developer/plugin-list.asciidoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ NOTE:
2222
|Description
2323
2424
25-
|{kib-repo}blob/{branch}/src/plugins/advanced_settings[advancedSettings]
26-
|WARNING: Missing README.
25+
|{kib-repo}blob/{branch}/src/plugins/advanced_settings/README.md[advancedSettings]
26+
|This plugin contains the advanced settings management section
27+
allowing users to configure their advanced settings, also known
28+
as uiSettings within the code.
2729
2830
2931
|{kib-repo}blob/{branch}/src/plugins/apm_oss[apmOss]
@@ -130,8 +132,10 @@ in Kibana, e.g. visualizations. It has the form of a flyout panel.
130132
|WARNING: Missing README.
131133
132134
133-
|{kib-repo}blob/{branch}/src/plugins/management[management]
134-
|WARNING: Missing README.
135+
|{kib-repo}blob/{branch}/src/plugins/management/README.md[management]
136+
|This plugins contains the "Stack Management" page framework. It offers navigation and an API
137+
to link individual managment section into it. This plugin does not contain any individual
138+
management section itself.
135139
136140
137141
|{kib-repo}blob/{branch}/src/plugins/maps_legacy/README.md[mapsLegacy]
-233 KB
Binary file not shown.
-81.7 KB
Binary file not shown.
-71.7 KB
Binary file not shown.
-73.4 KB
Binary file not shown.
Binary file not shown.
-96.9 KB
Binary file not shown.
-85 KB
Binary file not shown.

0 commit comments

Comments
 (0)