-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into enhancement/optimize-filter-creation
- Loading branch information
Showing
374 changed files
with
19,331 additions
and
14,827 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
...opment/plugins/data/public/kibana-plugin-plugins-data-public.expandshorthand.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
.../data/public/kibana-plugin-plugins-data-public.fieldmappingspec._deserialize.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ns/data/public/kibana-plugin-plugins-data-public.fieldmappingspec._serialize.md
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
...pment/plugins/data/public/kibana-plugin-plugins-data-public.fieldmappingspec.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
.../plugins/data/public/kibana-plugin-plugins-data-public.fieldmappingspec.type.md
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...elopment/plugins/data/public/kibana-plugin-plugins-data-public.mappingobject.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
...expressions/public/kibana-plugin-plugins-expressions-public.executor.extract.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [Executor](./kibana-plugin-plugins-expressions-public.executor.md) > [extract](./kibana-plugin-plugins-expressions-public.executor.extract.md) | ||
|
||
## Executor.extract() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
extract(ast: ExpressionAstExpression): { | ||
state: ExpressionAstExpression; | ||
references: SavedObjectReference[]; | ||
}; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| ast | <code>ExpressionAstExpression</code> | | | ||
|
||
<b>Returns:</b> | ||
|
||
`{ | ||
state: ExpressionAstExpression; | ||
references: SavedObjectReference[]; | ||
}` | ||
|
23 changes: 23 additions & 0 deletions
23
.../expressions/public/kibana-plugin-plugins-expressions-public.executor.inject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [Executor](./kibana-plugin-plugins-expressions-public.executor.md) > [inject](./kibana-plugin-plugins-expressions-public.executor.inject.md) | ||
|
||
## Executor.inject() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
inject(ast: ExpressionAstExpression, references: SavedObjectReference[]): ExpressionAstExpression; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| ast | <code>ExpressionAstExpression</code> | | | ||
| references | <code>SavedObjectReference[]</code> | | | ||
|
||
<b>Returns:</b> | ||
|
||
`ExpressionAstExpression` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...pressions/public/kibana-plugin-plugins-expressions-public.executor.telemetry.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [Executor](./kibana-plugin-plugins-expressions-public.executor.md) > [telemetry](./kibana-plugin-plugins-expressions-public.executor.telemetry.md) | ||
|
||
## Executor.telemetry() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
telemetry(ast: ExpressionAstExpression, telemetryData: Record<string, any>): Record<string, any>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| ast | <code>ExpressionAstExpression</code> | | | ||
| telemetryData | <code>Record<string, any></code> | | | ||
|
||
<b>Returns:</b> | ||
|
||
`Record<string, any>` | ||
|
11 changes: 0 additions & 11 deletions
11
...ublic/kibana-plugin-plugins-expressions-public.expressionastexpression.chain.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
...lic/kibana-plugin-plugins-expressions-public.expressionastfunction.arguments.md
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
.../public/kibana-plugin-plugins-expressions-public.expressionastfunction.debug.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...blic/kibana-plugin-plugins-expressions-public.expressionastfunction.function.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ions-public.expressionastfunction.type.md → ...ons-public.expressionfunction.disabled.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExpressionAstFunction](./kibana-plugin-plugins-expressions-public.expressionastfunction.md) > [type](./kibana-plugin-plugins-expressions-public.expressionastfunction.type.md) | ||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExpressionFunction](./kibana-plugin-plugins-expressions-public.expressionfunction.md) > [disabled](./kibana-plugin-plugins-expressions-public.expressionfunction.disabled.md) | ||
|
||
## ExpressionAstFunction.type property | ||
## ExpressionFunction.disabled property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
type: 'function'; | ||
disabled: boolean; | ||
``` |
14 changes: 14 additions & 0 deletions
14
...s/public/kibana-plugin-plugins-expressions-public.expressionfunction.extract.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [ExpressionFunction](./kibana-plugin-plugins-expressions-public.expressionfunction.md) > [extract](./kibana-plugin-plugins-expressions-public.expressionfunction.extract.md) | ||
|
||
## ExpressionFunction.extract property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
extract: (state: ExpressionAstFunction['arguments']) => { | ||
state: ExpressionAstFunction['arguments']; | ||
references: SavedObjectReference[]; | ||
}; | ||
``` |
Oops, something went wrong.