Skip to content

Commit 6e2bca0

Browse files
Merge branch 'master' into scottybollinger/ws-nav-refactor
2 parents a0fde7b + a89176e commit 6e2bca0

325 files changed

Lines changed: 4883 additions & 2690 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/developer/plugin-list.asciidoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ in Kibana, e.g. visualizations. It has the form of a flyout panel.
128128
|Utilities for building Kibana plugins.
129129
130130
131-
|{kib-repo}blob/{branch}/src/plugins/legacy_export[legacyExport]
132-
|WARNING: Missing README.
131+
|{kib-repo}blob/{branch}/src/plugins/legacy_export/README.md[legacyExport]
132+
|The legacyExport plugin adds support for the legacy saved objects export format.
133133
134134
135135
|{kib-repo}blob/{branch}/src/plugins/management/README.md[management]
@@ -156,12 +156,12 @@ Content is fetched from the remote (https://feeds.elastic.co and https://feeds-s
156156
|Create choropleth maps. Display the results of a term-aggregation as e.g. countries, zip-codes, states.
157157
158158
159-
|{kib-repo}blob/{branch}/src/plugins/saved_objects[savedObjects]
160-
|WARNING: Missing README.
159+
|{kib-repo}blob/{branch}/src/plugins/saved_objects/README.md[savedObjects]
160+
|The savedObjects plugin exposes utilities to manipulate saved objects on the client side.
161161
162162
163-
|{kib-repo}blob/{branch}/src/plugins/saved_objects_management[savedObjectsManagement]
164-
|WARNING: Missing README.
163+
|{kib-repo}blob/{branch}/src/plugins/saved_objects_management/README.md[savedObjectsManagement]
164+
|The savedObjectsManagement plugin manages the Saved Objects management section.
165165
166166
167167
|{kib-repo}blob/{branch}/src/plugins/saved_objects_tagging_oss/README.md[savedObjectsTaggingOss]
@@ -309,8 +309,8 @@ Failure to have auth enabled in Kibana will make for a broken UI. UI-based error
309309
|Experimental Feature
310310
311311
312-
|{kib-repo}blob/{branch}/x-pack/plugins/cloud[cloud]
313-
|WARNING: Missing README.
312+
|{kib-repo}blob/{branch}/x-pack/plugins/cloud/README.md[cloud]
313+
|The cloud plugin adds cloud specific features to Kibana.
314314
315315
316316
|{kib-repo}blob/{branch}/x-pack/plugins/code[code]
@@ -361,8 +361,8 @@ occuring in Kibana, initially just for the Make It Action project - alerts
361361
and actions.
362362
363363
364-
|{kib-repo}blob/{branch}/x-pack/plugins/features[features]
365-
|WARNING: Missing README.
364+
|{kib-repo}blob/{branch}/x-pack/plugins/features/README.md[features]
365+
|The features plugin enhance Kibana with a per-feature privilege system.
366366
367367
368368
|{kib-repo}blob/{branch}/x-pack/plugins/file_upload/README.md[fileUpload]
@@ -378,8 +378,8 @@ or dashboards from the Kibana instance, from both server and client-side plugins
378378
|The GlobalSearchBar plugin provides a search interface for navigating Kibana. (It is the UI to the GlobalSearch plugin.)
379379
380380
381-
|{kib-repo}blob/{branch}/x-pack/plugins/global_search_providers[globalSearchProviders]
382-
|WARNING: Missing README.
381+
|{kib-repo}blob/{branch}/x-pack/plugins/global_search_providers/README.md[globalSearchProviders]
382+
|The globalSearchProviders plugin provides Kibana default search providers for the GlobalSearch plugin.
383383
384384
385385
|{kib-repo}blob/{branch}/x-pack/plugins/graph/README.md[graph]

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ikibanasearchresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export interface IKibanaSearchResponse<RawResponse = any>
1818
| [isPartial](./kibana-plugin-plugins-data-public.ikibanasearchresponse.ispartial.md) | <code>boolean</code> | Indicates whether the results returned are complete or partial |
1919
| [isRunning](./kibana-plugin-plugins-data-public.ikibanasearchresponse.isrunning.md) | <code>boolean</code> | Indicates whether search is still in flight |
2020
| [loaded](./kibana-plugin-plugins-data-public.ikibanasearchresponse.loaded.md) | <code>number</code> | If relevant to the search strategy, return a loaded number that represents how progress is indicated. |
21-
| [rawResponse](./kibana-plugin-plugins-data-public.ikibanasearchresponse.rawresponse.md) | <code>RawResponse</code> | |
21+
| [rawResponse](./kibana-plugin-plugins-data-public.ikibanasearchresponse.rawresponse.md) | <code>RawResponse</code> | The raw response returned by the internal search method (usually the raw ES response) |
2222
| [total](./kibana-plugin-plugins-data-public.ikibanasearchresponse.total.md) | <code>number</code> | If relevant to the search strategy, return a total number that represents how progress is indicated. |
2323

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ikibanasearchresponse.rawresponse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## IKibanaSearchResponse.rawResponse property
66

7+
The raw response returned by the internal search method (usually the raw ES response)
8+
79
<b>Signature:</b>
810

911
```typescript

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isearch.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@
159159
| [IndexPatternsContract](./kibana-plugin-plugins-data-public.indexpatternscontract.md) | |
160160
| [IndexPatternSelectProps](./kibana-plugin-plugins-data-public.indexpatternselectprops.md) | |
161161
| [InputTimeRange](./kibana-plugin-plugins-data-public.inputtimerange.md) | |
162-
| [ISearch](./kibana-plugin-plugins-data-public.isearch.md) | |
163162
| [ISearchGeneric](./kibana-plugin-plugins-data-public.isearchgeneric.md) | |
164163
| [ISearchSource](./kibana-plugin-plugins-data-public.isearchsource.md) | search source interface |
165164
| [MatchAllFilter](./kibana-plugin-plugins-data-public.matchallfilter.md) | |

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchinterceptor.search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ search(request: IKibanaSearchRequest, options?: ISearchOptions): Observable<IKib
2323

2424
`Observable<IKibanaSearchResponse>`
2525

26-
`Observalbe` emitting the search response or an error.
26+
`Observable` emitting the search response or an error.
2727

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export declare class SearchSource
4242
| [getSerializedFields()](./kibana-plugin-plugins-data-public.searchsource.getserializedfields.md) | | serializes search source fields (which can later be passed to [ISearchStartSearchSource](./kibana-plugin-plugins-data-public.isearchstartsearchsource.md)<!-- -->) |
4343
| [onRequestStart(handler)](./kibana-plugin-plugins-data-public.searchsource.onrequeststart.md) | | Add a handler that will be notified whenever requests start |
4444
| [serialize()](./kibana-plugin-plugins-data-public.searchsource.serialize.md) | | Serializes the instance to a JSON string and a set of referenced objects. Use this method to get a representation of the search source which can be stored in a saved object.<!-- -->The references returned by this function can be mixed with other references in the same object, however make sure there are no name-collisions. The references will be named <code>kibanaSavedObjectMeta.searchSourceJSON.index</code> and <code>kibanaSavedObjectMeta.searchSourceJSON.filter[&lt;number&gt;].meta.index</code>.<!-- -->Using <code>createSearchSource</code>, the instance can be re-created. |
45-
| [setField(field, value)](./kibana-plugin-plugins-data-public.searchsource.setfield.md) | | sets value to a single search source feild |
45+
| [setField(field, value)](./kibana-plugin-plugins-data-public.searchsource.setfield.md) | | sets value to a single search source field |
4646
| [setFields(newFields)](./kibana-plugin-plugins-data-public.searchsource.setfields.md) | | Internal, do not use. Overrides all search source fields with the new field array. |
4747
| [setParent(parent, options)](./kibana-plugin-plugins-data-public.searchsource.setparent.md) | | Set a searchSource that this source should inherit from |
4848
| [setPreferredSearchStrategyId(searchStrategyId)](./kibana-plugin-plugins-data-public.searchsource.setpreferredsearchstrategyid.md) | | internal, dont use |

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsource.serialize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Using `createSearchSource`<!-- -->, the instance can be re-created.
1515
```typescript
1616
serialize(): {
1717
searchSourceJSON: string;
18-
references: import("../../../../../core/types").SavedObjectReference[];
18+
references: import("src/core/server").SavedObjectReference[];
1919
};
2020
```
2121
<b>Returns:</b>
2222

2323
`{
2424
searchSourceJSON: string;
25-
references: import("../../../../../core/types").SavedObjectReference[];
25+
references: import("src/core/server").SavedObjectReference[];
2626
}`
2727

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsource.setfield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## SearchSource.setField() method
66

7-
sets value to a single search source feild
7+
sets value to a single search source field
88

99
<b>Signature:</b>
1010

docs/development/plugins/data/server/kibana-plugin-plugins-data-server.isearchstart.search.md renamed to docs/development/plugins/data/server/kibana-plugin-plugins-data-server.isearchstart.asscoped.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
22

3-
[Home](./index.md) &gt; [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) &gt; [ISearchStart](./kibana-plugin-plugins-data-server.isearchstart.md) &gt; [search](./kibana-plugin-plugins-data-server.isearchstart.search.md)
3+
[Home](./index.md) &gt; [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) &gt; [ISearchStart](./kibana-plugin-plugins-data-server.isearchstart.md) &gt; [asScoped](./kibana-plugin-plugins-data-server.isearchstart.asscoped.md)
44

5-
## ISearchStart.search property
5+
## ISearchStart.asScoped property
66

77
<b>Signature:</b>
88

99
```typescript
10-
search: ISearchStrategy['search'];
10+
asScoped: (request: KibanaRequest) => ISearchClient;
1111
```

0 commit comments

Comments
 (0)