-
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' of github.com:elastic/kibana
- Loading branch information
Showing
759 changed files
with
14,170 additions
and
5,300 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
Validating CODEOWNERS rules …
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
13 changes: 13 additions & 0 deletions
13
...ugins/data/public/kibana-plugin-plugins-data-public.isearchoptions.isrestore.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ISearchOptions](./kibana-plugin-plugins-data-public.isearchoptions.md) > [isRestore](./kibana-plugin-plugins-data-public.isearchoptions.isrestore.md) | ||
|
||
## ISearchOptions.isRestore property | ||
|
||
Whether the session is restored (i.e. search requests should re-use the stored search IDs, rather than starting from scratch) | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
isRestore?: boolean; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...lugins/data/public/kibana-plugin-plugins-data-public.isearchoptions.isstored.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ISearchOptions](./kibana-plugin-plugins-data-public.isearchoptions.md) > [isStored](./kibana-plugin-plugins-data-public.isearchoptions.isstored.md) | ||
|
||
## ISearchOptions.isStored property | ||
|
||
Whether the session is already saved (i.e. sent to background) | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
isStored?: boolean; | ||
``` |
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
13 changes: 13 additions & 0 deletions
13
...plugins/data/public/kibana-plugin-plugins-data-public.isessionservice.delete.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ISessionService](./kibana-plugin-plugins-data-public.isessionservice.md) > [delete](./kibana-plugin-plugins-data-public.isessionservice.delete.md) | ||
|
||
## ISessionService.delete property | ||
|
||
Deletes a session | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
delete: (sessionId: string) => Promise<void>; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...t/plugins/data/public/kibana-plugin-plugins-data-public.isessionservice.find.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ISessionService](./kibana-plugin-plugins-data-public.isessionservice.md) > [find](./kibana-plugin-plugins-data-public.isessionservice.find.md) | ||
|
||
## ISessionService.find property | ||
|
||
Gets a list of saved sessions | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
find: (options: SearchSessionFindOptions) => Promise<SavedObjectsFindResponse<BackgroundSessionSavedObjectAttributes>>; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...nt/plugins/data/public/kibana-plugin-plugins-data-public.isessionservice.get.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ISessionService](./kibana-plugin-plugins-data-public.isessionservice.md) > [get](./kibana-plugin-plugins-data-public.isessionservice.get.md) | ||
|
||
## ISessionService.get property | ||
|
||
Gets a saved session | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
get: (sessionId: string) => Promise<SavedObject<BackgroundSessionSavedObjectAttributes>>; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...gins/data/public/kibana-plugin-plugins-data-public.isessionservice.isrestore.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ISessionService](./kibana-plugin-plugins-data-public.isessionservice.md) > [isRestore](./kibana-plugin-plugins-data-public.isessionservice.isrestore.md) | ||
|
||
## ISessionService.isRestore property | ||
|
||
Whether the active session is restored (i.e. reusing previous search IDs) | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
isRestore: () => boolean; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...ugins/data/public/kibana-plugin-plugins-data-public.isessionservice.isstored.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ISessionService](./kibana-plugin-plugins-data-public.isessionservice.md) > [isStored](./kibana-plugin-plugins-data-public.isessionservice.isstored.md) | ||
|
||
## ISessionService.isStored property | ||
|
||
Whether the active session is already saved (i.e. sent to background) | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
isStored: () => boolean; | ||
``` |
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
13 changes: 13 additions & 0 deletions
13
...t/plugins/data/public/kibana-plugin-plugins-data-public.isessionservice.save.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ISessionService](./kibana-plugin-plugins-data-public.isessionservice.md) > [save](./kibana-plugin-plugins-data-public.isessionservice.save.md) | ||
|
||
## ISessionService.save property | ||
|
||
Saves a session | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
save: (name: string, url: string) => Promise<SavedObject<BackgroundSessionSavedObjectAttributes>>; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...plugins/data/public/kibana-plugin-plugins-data-public.isessionservice.update.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,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ISessionService](./kibana-plugin-plugins-data-public.isessionservice.md) > [update](./kibana-plugin-plugins-data-public.isessionservice.update.md) | ||
|
||
## ISessionService.update property | ||
|
||
Updates a session | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
update: (sessionId: string, attributes: Partial<BackgroundSessionSavedObjectAttributes>) => Promise<any>; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...ugins/data/server/kibana-plugin-plugins-data-server.isearchoptions.isrestore.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,13 @@ | ||
<!-- 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) > [ISearchOptions](./kibana-plugin-plugins-data-server.isearchoptions.md) > [isRestore](./kibana-plugin-plugins-data-server.isearchoptions.isrestore.md) | ||
|
||
## ISearchOptions.isRestore property | ||
|
||
Whether the session is restored (i.e. search requests should re-use the stored search IDs, rather than starting from scratch) | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
isRestore?: boolean; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...lugins/data/server/kibana-plugin-plugins-data-server.isearchoptions.isstored.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,13 @@ | ||
<!-- 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) > [ISearchOptions](./kibana-plugin-plugins-data-server.isearchoptions.md) > [isStored](./kibana-plugin-plugins-data-server.isearchoptions.isstored.md) | ||
|
||
## ISearchOptions.isStored property | ||
|
||
Whether the session is already saved (i.e. sent to background) | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
isStored?: boolean; | ||
``` |
Oops, something went wrong.