-
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 searchSource/serialize
- Loading branch information
Showing
2,652 changed files
with
97,195 additions
and
92,819 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
fields?: { | ||
[subfield: string]: { | ||
type: string; | ||
ignore_above?: number; | ||
}; | ||
}; | ||
``` |
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: 11 additions & 0 deletions
11
...ment/core/server/kibana-plugin-core-server.savedobjectsmigrationlogger.error.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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-core-server](./kibana-plugin-core-server.md) > [SavedObjectsMigrationLogger](./kibana-plugin-core-server.savedobjectsmigrationlogger.md) > [error](./kibana-plugin-core-server.savedobjectsmigrationlogger.error.md) | ||
|
||
## SavedObjectsMigrationLogger.error property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
error: (msg: string, meta: LogMeta) => void; | ||
``` |
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
15 changes: 15 additions & 0 deletions
15
...ins/data/server/kibana-plugin-plugins-data-server.iindexpattern.gettimefield.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,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) > [IIndexPattern](./kibana-plugin-plugins-data-server.iindexpattern.md) > [getTimeField](./kibana-plugin-plugins-data-server.iindexpattern.gettimefield.md) | ||
|
||
## IIndexPattern.getTimeField() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
getTimeField?(): IFieldType | undefined; | ||
``` | ||
<b>Returns:</b> | ||
`IFieldType | undefined` | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,27 +28,46 @@ Password:: password for 'login' type authentication. | |
name: preconfigured-email-action-type | ||
actionTypeId: .email | ||
config: | ||
from: [email protected] <1.1> | ||
host: validhostname <1.2> | ||
port: 8080 <1.3> | ||
secure: false <1.4> | ||
from: [email protected] | ||
host: validhostname | ||
port: 8080 | ||
secure: false | ||
secrets: | ||
user: testuser <2.1> | ||
password: passwordkeystorevalue <2.2> | ||
user: testuser | ||
password: passwordkeystorevalue | ||
-- | ||
|
||
`config` defines the action type specific to the configuration and contains the following properties: | ||
|
||
<1.1> `from:` is an email address and correspond to *Sender*. | ||
<1.2> `host:` is a string and correspond to *Host*. | ||
<1.3> `port:` is a number and correspond to *Port*. | ||
<1.4> `secure:` is a boolean and correspond to *Secure*. | ||
[cols="2*<"] | ||
|=== | ||
|
||
`secrets` defines action type sensitive configuration: | ||
| `from` | ||
| An email address that corresponds to *Sender*. | ||
|
||
<2.1> `user:` is a string and correspond to *User*. | ||
<2.2> `password:` is a string and correspond to *Password*. Should be stored in the <<creating-keystore, {kib} keystore>>. | ||
| `host` | ||
| A string that corresponds to *Host*. | ||
|
||
| `port` | ||
| A number that corresponds to *Port*. | ||
|
||
| `secure` | ||
| A boolean that corresponds to *Secure*. | ||
|
||
|=== | ||
|
||
`secrets` defines sensitive information for the action type: | ||
|
||
[cols="2*<"] | ||
|=== | ||
|
||
| `user` | ||
| A string that corresponds to *User*. | ||
|
||
| `password` | ||
| A string that corresponds to *Password*. Should be stored in the <<creating-keystore, {kib} keystore>>. | ||
|
||
|=== | ||
|
||
[[email-action-configuration]] | ||
==== Action configuration | ||
|
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
Oops, something went wrong.