Skip to content

Commit b04189e

Browse files
committed
Merge branch 'alerting/created_at-and-updated_at' into alerting/client-types
* alerting/created_at-and-updated_at: updatedAt should equal createdAt on creation Move index patterns: src/legacy/core_plugins/data 👉 src/plugins/data (#53794) moved Task Manager server code under "server" directory (#53777) Rename `/api/security/oidc` to `/api/security/oidc/callback`. (#53886) Updating transitive dependencies to use handlebars@4.5.3 (#53899) [Reporting/Tests] consolidate functional test configs (#52671) [Reporting] Correct the docvalue_fields params in the search query Download CSV from Dashboard Panel (#52833) [Test/Newsfeed] Re-enable test and add news item to be filtered (#53905) cleanup server-log action (#53326) [Uptime] Delete uptime eslint rule skip (#50912) [skip-ci] Expression Lifecycle Docs (#51494) [Endpoint] add react router to endpoint app (#53808) [SIEM][Detection Engine] Silence 409 errors on signal creation (#53859) [Maps] get max_result_window and max_inner_result_window from index settings (#53500) [ML] New Platform server shim: update analytics routes to use new platform router (#53521) fixes typo on engine detection page (#53877) [Maps] push mapbox value extraction from VectorStyle and into DynamicStyleProperty (#53806) Fix suggested value for time_zone in range query (#53841) Clean up generic hooks, use react-use instead (#53822)
2 parents c4817e5 + cf24b03 commit b04189e

267 files changed

Lines changed: 9402 additions & 6265 deletions

File tree

Some content is hidden

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

.eslintrc.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,6 @@ module.exports = {
189189
'react-hooks/exhaustive-deps': 'off',
190190
},
191191
},
192-
{
193-
files: ['x-pack/legacy/plugins/uptime/**/*.{js,ts,tsx}'],
194-
rules: {
195-
'react-hooks/exhaustive-deps': 'off',
196-
'react-hooks/rules-of-hooks': 'off',
197-
},
198-
},
199192

200193
/**
201194
* Files that require Apache 2.0 headers, settings

docs/canvas/canvas-expression-lifecycle.asciidoc

Lines changed: 261 additions & 0 deletions
Large diffs are not rendered by default.
615 KB
Loading
1.1 MB
Loading
42.6 KB
Loading
35.7 KB
Loading

docs/maps/maps-aggregations.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ To enable top hits:
4747
. Set *Entity* to the field that identifies entities in your documents.
4848
This field will be used in the terms aggregation to group your documents into entity buckets.
4949
. Set *Documents per entity* to configure the maximum number of documents accumulated per entity.
50+
This setting is limited to the `index.max_inner_result_window` index setting, which defaults to 100.
5051

5152
[role="screenshot"]
5253
image::maps/images/top_hits.png[]

docs/maps/vector-layer.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See map.regionmap.* in <<settings>> for details.
1515
*Documents*:: Vector data from a Kibana index pattern.
1616
The index must contain at least one field mapped as {ref}/geo-point.html[geo_point] or {ref}/geo-shape.html[geo_shape].
1717

18-
NOTE: Document results are limited to the first 10000 matching documents.
18+
NOTE: Document results are limited to the `index.max_result_window` index setting, which defaults to 10000.
1919
Use <<maps-aggregations, aggregations>> to plot large data sets.
2020

2121
*Grid aggregation*:: Geospatial data grouped in grids with metrics for each gridded cell.

docs/user/canvas.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ include::{kib-repo-dir}/canvas/canvas-present-workpad.asciidoc[]
3737

3838
include::{kib-repo-dir}/canvas/canvas-share-workpad.asciidoc[]
3939

40+
include::{kib-repo-dir}/canvas/canvas-expression-lifecycle.asciidoc[]
41+
4042
include::{kib-repo-dir}/canvas/canvas-function-reference.asciidoc[]
4143

42-
include::{kib-repo-dir}/canvas/canvas-tinymath-functions.asciidoc[]
44+
include::{kib-repo-dir}/canvas/canvas-tinymath-functions.asciidoc[]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"react-resize-detector": "^4.2.0",
235235
"react-router-dom": "^5.1.2",
236236
"react-sizeme": "^2.3.6",
237-
"react-use": "^13.10.2",
237+
"react-use": "^13.13.0",
238238
"reactcss": "1.2.3",
239239
"redux": "4.0.0",
240240
"redux-actions": "2.2.1",

0 commit comments

Comments
 (0)