mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Log error when encountering corrupt saved object during migration * Fix documentation * Fix types
This commit is contained in:
parent
4f119a16fd
commit
22136d80e1
12 changed files with 56 additions and 18 deletions
|
@ -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;
|
||||
```
|
|
@ -16,6 +16,7 @@ export interface SavedObjectsMigrationLogger
|
|||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [debug](./kibana-plugin-core-server.savedobjectsmigrationlogger.debug.md) | <code>(msg: string) => void</code> | |
|
||||
| [error](./kibana-plugin-core-server.savedobjectsmigrationlogger.error.md) | <code>(msg: string, meta: LogMeta) => void</code> | |
|
||||
| [info](./kibana-plugin-core-server.savedobjectsmigrationlogger.info.md) | <code>(msg: string) => void</code> | |
|
||||
| [warn](./kibana-plugin-core-server.savedobjectsmigrationlogger.warn.md) | <code>(msg: string) => void</code> | |
|
||||
| [warning](./kibana-plugin-core-server.savedobjectsmigrationlogger.warning.md) | <code>(msg: string) => void</code> | |
|
||||
|
|
|
@ -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`
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue