Skip to content

Commit 655700d

Browse files
Merge branch 'master' into lens/format-selection
2 parents 40f5a2f + 2b9dc43 commit 655700d

File tree

574 files changed

+5695
-9132
lines changed

Some content is hidden

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

574 files changed

+5695
-9132
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,7 @@
195195
/x-pack/test/detection_engine_api_integration @elastic/siem
196196
/x-pack/test/api_integration/apis/siem @elastic/siem
197197
/x-pack/plugins/case @elastic/siem
198+
199+
# Security Intelligence And Analytics
200+
/x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/prepackaged_rules @elastic/security-intelligence-analytics
201+
/x-pack/plugins/siem/server/lib/detection_engine/rules/prepackaged_rules @elastic/security-intelligence-analytics

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export interface SavedObjectsServiceSetup
1616

1717
When plugins access the Saved Objects client, a new client is created using the factory provided to `setClientFactory` and wrapped by all wrappers registered through `addClientWrapper`<!-- -->.
1818

19+
All the setup APIs will throw if called after the service has started, and therefor cannot be used from legacy plugin code. Legacy plugins should use the legacy savedObject service until migrated.
20+
1921
## Example 1
2022

2123

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-server](./kibana-plugin-server.md) &gt; [SavedObjectsTypeMappingDefinition](./kibana-plugin-server.savedobjectstypemappingdefinition.md) &gt; [dynamic](./kibana-plugin-server.savedobjectstypemappingdefinition.dynamic.md)
4+
5+
## SavedObjectsTypeMappingDefinition.dynamic property
6+
7+
The dynamic property of the mapping. either `false` or 'strict'. Defaults to strict
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
dynamic?: false | 'strict';
13+
```

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ const typeDefinition: SavedObjectsTypeMappingDefinition = {
4141

4242
| Property | Type | Description |
4343
| --- | --- | --- |
44-
| [properties](./kibana-plugin-server.savedobjectstypemappingdefinition.properties.md) | <code>SavedObjectsMappingProperties</code> | |
44+
| [dynamic](./kibana-plugin-server.savedobjectstypemappingdefinition.dynamic.md) | <code>false &#124; 'strict'</code> | The dynamic property of the mapping. either <code>false</code> or 'strict'. Defaults to strict |
45+
| [properties](./kibana-plugin-server.savedobjectstypemappingdefinition.properties.md) | <code>SavedObjectsMappingProperties</code> | The underlying properties of the type mapping |
4546

docs/development/core/server/kibana-plugin-server.savedobjectstypemappingdefinition.properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## SavedObjectsTypeMappingDefinition.properties property
66

7+
The underlying properties of the type mapping
8+
79
<b>Signature:</b>
810

911
```typescript
389 KB
Loading
50.3 KB
Loading
427 KB
Loading

docs/redirects.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This page was deleted. See <<xpack-graph>> and <<xpack-ml>>.
4343
[role="exclude",id="xpack-dashboard-only-mode"]
4444
== Dashboard-only mode
4545

46-
Using the `kibana_dashboard_only_user` role is deprecated.
46+
Using the `kibana_dashboard_only_user` role is deprecated.
4747
Use <<kibana-feature-privileges,feature privileges>> instead.
4848

4949
[role="exclude",id="pdf-layout-modes"]
@@ -56,4 +56,7 @@ This page has moved. Please see <<reporting-getting-started>>.
5656

5757
This page has moved. Please see <<reporting-getting-started>>.
5858

59+
[role="exclude",id="tilemap"]
60+
== Coordinate map
5961

62+
This page has moved. Please see <<coordinate-map>>.

docs/setup/settings.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,14 @@ requests. Supported on Elastic Cloud Enterprise.
221221
Set to false to disable connections to Elastic Maps Service.
222222
When `includeElasticMapsService` is turned off, only the vector layers configured by `map.regionmap`
223223
and the tile layer configured by `map.tilemap.url` will be available in the <<maps, Maps application>>,
224-
<<tilemap, Coordinate map visualizations>>, and <<regionmap, Region map visualizations>>.
224+
<<tilemap, Coordinate map visualizations>>, and <<visualize-maps, Region map visualizations>>.
225225

226226
`map.proxyElasticMapsServiceInMaps:`:: *Default: false*
227227
Set to true to proxy all <<maps, Maps application>> Elastic Maps Service requests through the Kibana server.
228-
This setting does not impact <<tilemap, Coordinate map visualizations>> and <<regionmap, Region map visualizations>>.
228+
This setting does not impact <<tilemap, Coordinate map visualizations>> and <<visualize-maps, Region map visualizations>>.
229229

230230
[[regionmap-settings]] `map.regionmap:`:: Specifies additional vector layers for
231-
use in <<regionmap, Region Map>> visualizations. Supported on {ece}. Each layer
231+
use in <<visualize-maps, Region Map>> visualizations. Supported on {ece}. Each layer
232232
object points to an external vector file that contains a geojson
233233
FeatureCollection. The file must use the
234234
https://en.wikipedia.org/wiki/World_Geodetic_System[WGS84 coordinate reference system (ESPG:4326)]
@@ -254,7 +254,7 @@ The following example shows a valid regionmap configuration.
254254
[[regionmap-ES-map]]`map.includeElasticMapsService:`:: Turns on or off
255255
whether layers from the Elastic Maps Service should be included in the vector
256256
layer option list. Supported on Elastic Cloud Enterprise. By turning this off,
257-
only the layers that are configured here will be included. The default is `true`.
257+
only the layers that are configured here will be included. The default is `true`.
258258
This also affects whether tile-service from the Elastic Maps Service will be available.
259259

260260
[[regionmap-attribution]]`map.regionmap.layers[].attribution:`:: Optional.

0 commit comments

Comments
 (0)