Skip to content

Commit 6da57c1

Browse files
Merge branch 'master' into one-schema-to-rule
2 parents 05237b3 + f544d8d commit 6da57c1

File tree

745 files changed

+24006
-14571
lines changed

Some content is hidden

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

745 files changed

+24006
-14571
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979

8080
# Uptime
8181
/x-pack/plugins/uptime @elastic/uptime
82+
/x-pack/plugins/observability/public/components/shared/exploratory_view @elastic/uptime
8283
/x-pack/test/functional_with_es_ssl/apps/uptime @elastic/uptime
8384
/x-pack/test/functional/apps/uptime @elastic/uptime
8485
/x-pack/test/api_integration/apis/uptime @elastic/uptime

NOTICE.txt

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -261,33 +261,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
261261
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
262262
THE SOFTWARE.
263263

264-
---
265-
This product bundles childnode-remove which is available under a
266-
"MIT" license.
267-
268-
The MIT License (MIT)
269-
270-
Copyright (c) 2016-present, jszhou
271-
https://github.com/jserz/js_piece
272-
273-
Permission is hereby granted, free of charge, to any person obtaining a copy
274-
of this software and associated documentation files (the "Software"), to deal
275-
in the Software without restriction, including without limitation the rights
276-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
277-
copies of the Software, and to permit persons to whom the Software is
278-
furnished to do so, subject to the following conditions:
279-
280-
The above copyright notice and this permission notice shall be included in
281-
all copies or substantial portions of the Software.
282-
283-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
284-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
285-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
286-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
287-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
288-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
289-
THE SOFTWARE.
290-
291264
---
292265
This product bundles code based on probot-metadata@1.0.0 which is
293266
available under a "MIT" license.

docs/developer/advanced/upgrading-nodejs.asciidoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ Theses files must be updated when upgrading Node.js:
1414
- {kib-repo}blob/{branch}/.node-version[`.node-version`]
1515
- {kib-repo}blob/{branch}/.nvmrc[`.nvmrc`]
1616
- {kib-repo}blob/{branch}/package.json[`package.json`] - The version is specified in the `engines.node` field.
17+
- {kib-repo}blob/{branch}/WORKSPACE.bazel[`WORKSPACE.bazel`] - The version is specified in the `node_version` property.
18+
Besides this property, the list of files under `node_repositories` must be updated along with their respective SHA256 hashes.
19+
These can be found on the https://nodejs.org[nodejs.org] website.
20+
Example for Node.js v14.16.1: https://nodejs.org/dist/v14.16.1/SHASUMS256.txt.asc
1721

18-
See PR {kib-repo}pull/86593[#86593] for an example of how the Node.js version has been upgraded previously.
22+
See PR {kib-repo}pull/96382[#96382] for an example of how the Node.js version has been upgraded previously.
1923

20-
In the 6.8 branch, the `.ci/Dockerfile` file does not exist, so when upgrading Node.js in that branch, just skip that file.
24+
In the 6.8 branch, neither the `.ci/Dockerfile` file nor the `WORKSPACE.bazel` file exists, so when upgrading Node.js in that branch, just skip those files.
2125

2226
=== Backporting
2327

docs/developer/plugin-list.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,10 @@ Elastic.
485485
|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.
486486
487487
488+
|{kib-repo}blob/{branch}/x-pack/plugins/rule_registry/README.md[ruleRegistry]
489+
|The rule registry plugin aims to make it easy for rule type producers to have their rules produce the data that they need to build rich experiences on top of a unified experience, without the risk of mapping conflicts.
490+
491+
488492
|{kib-repo}blob/{branch}/x-pack/plugins/runtime_fields/README.md[runtimeFields]
489493
|Welcome to the home of the runtime field editor and everything related to runtime fields!
490494
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) &gt; [AutoRefreshDoneFn](./kibana-plugin-plugins-data-public.autorefreshdonefn.md)
4+
5+
## AutoRefreshDoneFn type
6+
7+
<b>Signature:</b>
8+
9+
```typescript
10+
export declare type AutoRefreshDoneFn = () => void;
11+
```

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpatternselectprops.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ export declare type IndexPatternSelectProps = Required<Omit<EuiComboBoxProps<any
1212
indexPatternId: string;
1313
fieldTypes?: string[];
1414
onNoIndexPatterns?: () => void;
15-
maxIndexPatterns?: number;
1615
};
1716
```

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isearchoptions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export interface ISearchOptions
1919
| [isRestore](./kibana-plugin-plugins-data-public.isearchoptions.isrestore.md) | <code>boolean</code> | Whether the session is restored (i.e. search requests should re-use the stored search IDs, rather than starting from scratch) |
2020
| [isStored](./kibana-plugin-plugins-data-public.isearchoptions.isstored.md) | <code>boolean</code> | Whether the session is already saved (i.e. sent to background) |
2121
| [legacyHitsTotal](./kibana-plugin-plugins-data-public.isearchoptions.legacyhitstotal.md) | <code>boolean</code> | Request the legacy format for the total number of hits. If sending <code>rest_total_hits_as_int</code> to something other than <code>true</code>, this should be set to <code>false</code>. |
22+
| [requestResponder](./kibana-plugin-plugins-data-public.isearchoptions.requestresponder.md) | <code>RequestResponder</code> | |
2223
| [sessionId](./kibana-plugin-plugins-data-public.isearchoptions.sessionid.md) | <code>string</code> | A session ID, grouping multiple search requests into a single session. |
2324
| [strategy](./kibana-plugin-plugins-data-public.isearchoptions.strategy.md) | <code>string</code> | Use this option to force using a specific server side search strategy. Leave empty to use the default strategy. |
2425

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) &gt; [ISearchOptions](./kibana-plugin-plugins-data-public.isearchoptions.md) &gt; [requestResponder](./kibana-plugin-plugins-data-public.isearchoptions.requestresponder.md)
4+
5+
## ISearchOptions.requestResponder property
6+
7+
<b>Signature:</b>
8+
9+
```typescript
10+
requestResponder?: RequestResponder;
11+
```

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.kbn_field_types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export declare enum KBN_FIELD_TYPES
2727
| HISTOGRAM | <code>&quot;histogram&quot;</code> | |
2828
| IP | <code>&quot;ip&quot;</code> | |
2929
| IP\_RANGE | <code>&quot;ip_range&quot;</code> | |
30+
| MISSING | <code>&quot;missing&quot;</code> | |
3031
| MURMUR3 | <code>&quot;murmur3&quot;</code> | |
3132
| NESTED | <code>&quot;nested&quot;</code> | |
3233
| NUMBER | <code>&quot;number&quot;</code> | |

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
| [getSearchParamsFromRequest(searchRequest, dependencies)](./kibana-plugin-plugins-data-public.getsearchparamsfromrequest.md) | |
4848
| [getTime(indexPattern, timeRange, options)](./kibana-plugin-plugins-data-public.gettime.md) | |
4949
| [plugin(initializerContext)](./kibana-plugin-plugins-data-public.plugin.md) | |
50+
| [waitUntilNextSessionCompletes$(sessionService, { waitForIdle })](./kibana-plugin-plugins-data-public.waituntilnextsessioncompletes_.md) | Creates an observable that emits when next search session completes. This utility is helpful to use in the application to delay some tasks until next session completes. |
5051

5152
## Interfaces
5253

@@ -92,6 +93,7 @@
9293
| [SearchInterceptorDeps](./kibana-plugin-plugins-data-public.searchinterceptordeps.md) | |
9394
| [SearchSessionInfoProvider](./kibana-plugin-plugins-data-public.searchsessioninfoprovider.md) | Provide info about current search session to be stored in the Search Session saved object |
9495
| [SearchSourceFields](./kibana-plugin-plugins-data-public.searchsourcefields.md) | search source fields |
96+
| [WaitUntilNextSessionCompletesOptions](./kibana-plugin-plugins-data-public.waituntilnextsessioncompletesoptions.md) | Options for [waitUntilNextSessionCompletes$()](./kibana-plugin-plugins-data-public.waituntilnextsessioncompletes_.md) |
9597

9698
## Variables
9799

@@ -141,6 +143,7 @@
141143
| [AggParam](./kibana-plugin-plugins-data-public.aggparam.md) | |
142144
| [AggsStart](./kibana-plugin-plugins-data-public.aggsstart.md) | AggsStart represents the actual external contract as AggsCommonStart is only used internally. The difference is that AggsStart includes the typings for the registry with initialized agg types. |
143145
| [AutocompleteStart](./kibana-plugin-plugins-data-public.autocompletestart.md) | \* |
146+
| [AutoRefreshDoneFn](./kibana-plugin-plugins-data-public.autorefreshdonefn.md) | |
144147
| [CustomFilter](./kibana-plugin-plugins-data-public.customfilter.md) | |
145148
| [EsaggsExpressionFunctionDefinition](./kibana-plugin-plugins-data-public.esaggsexpressionfunctiondefinition.md) | |
146149
| [EsdslExpressionFunctionDefinition](./kibana-plugin-plugins-data-public.esdslexpressionfunctiondefinition.md) | |

0 commit comments

Comments
 (0)