-
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 telemetry/move-collectors
- Loading branch information
Showing
3,147 changed files
with
110,629 additions
and
101,629 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
17 changes: 0 additions & 17 deletions
17
...nt/plugins/data/public/kibana-plugin-plugins-data-public.indexpattern.routes.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
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 |
---|---|---|
|
@@ -24,31 +24,50 @@ Password:: password for 'login' type authentication. | |
|
||
[source,text] | ||
-- | ||
id: 'my-email' | ||
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> | ||
secrets: | ||
user: testuser <2.1> | ||
password: passwordkeystorevalue <2.2> | ||
my-email: | ||
name: preconfigured-email-action-type | ||
actionTypeId: .email | ||
config: | ||
from: [email protected] | ||
host: validhostname | ||
port: 8080 | ||
secure: false | ||
secrets: | ||
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 | ||
|
Oops, something went wrong.