Skip to content

Commit aba54db

Browse files
Merge branch 'master' into dev/search/4
2 parents 3c829cf + 6110ef8 commit aba54db

File tree

1,163 files changed

+30367
-13491
lines changed

Some content is hidden

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

1,163 files changed

+30367
-13491
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/src/plugins/advanced_settings/ @elastic/kibana-app
1313
/src/plugins/charts/ @elastic/kibana-app
1414
/src/plugins/discover/ @elastic/kibana-app
15+
/src/plugins/lens_oss/ @elastic/kibana-app
1516
/src/plugins/management/ @elastic/kibana-app
1617
/src/plugins/kibana_legacy/ @elastic/kibana-app
1718
/src/plugins/timelion/ @elastic/kibana-app

.i18nrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
"visTypeVislib": "src/plugins/vis_type_vislib",
6060
"visTypeXy": "src/plugins/vis_type_xy",
6161
"visualizations": "src/plugins/visualizations",
62+
"lensOss": "src/plugins/lens_oss",
63+
"mapsOss": "src/plugins/maps_oss",
6264
"visualize": "src/plugins/visualize",
6365
"apmOss": "src/plugins/apm_oss",
6466
"usageCollection": "src/plugins/usage_collection"

.sass-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ files:
66
- 'src/plugins/vis_type_vislib/**/*.s+(a|c)ss'
77
- 'src/plugins/vis_type_vega/**/*.s+(a|c)ss'
88
- 'src/plugins/vis_type_xy/**/*.s+(a|c)ss'
9+
- 'src/plugins/visualizations/public/wizard/**/*.s+(a|c)ss'
910
- 'x-pack/plugins/canvas/**/*.s+(a|c)ss'
1011
- 'x-pack/plugins/triggers_actions_ui/**/*.s+(a|c)ss'
1112
- 'x-pack/plugins/lens/**/*.s+(a|c)ss'

docs/developer/plugin-list.asciidoc

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ allowing users to configure their advanced settings, also known
2828
as uiSettings within the code.
2929
3030
31-
|{kib-repo}blob/{branch}/src/plugins/apm_oss[apmOss]
32-
|WARNING: Missing README.
33-
31+
|{kib-repo}blob/{branch}/src/plugins/apm_oss/README.asciidoc[apmOss]
3432
3533
|{kib-repo}blob/{branch}/src/plugins/bfetch/README.md[bfetch]
3634
|bfetch allows to batch HTTP requests and streams responses back.
@@ -128,8 +126,13 @@ in Kibana, e.g. visualizations. It has the form of a flyout panel.
128126
|Utilities for building Kibana plugins.
129127
130128
131-
|{kib-repo}blob/{branch}/src/plugins/legacy_export[legacyExport]
132-
|WARNING: Missing README.
129+
|{kib-repo}blob/{branch}/src/plugins/legacy_export/README.md[legacyExport]
130+
|The legacyExport plugin adds support for the legacy saved objects export format.
131+
132+
133+
|{kib-repo}blob/{branch}/src/plugins/lens_oss/README.md[lensOss]
134+
|The lens_oss plugin registers the lens visualization on OSS.
135+
It is registered as disabled. The x-pack plugin should unregister this.
133136
134137
135138
|{kib-repo}blob/{branch}/src/plugins/management/README.md[management]
@@ -142,6 +145,11 @@ management section itself.
142145
|Internal objects used by the Coordinate, Region, and Vega visualizations.
143146
144147
148+
|{kib-repo}blob/{branch}/src/plugins/maps_oss/README.md[mapsOss]
149+
|The maps_oss plugin registers the maps visualization on OSS.
150+
It is registered as disabled. The x-pack plugin should unregister this.
151+
152+
145153
|{kib-repo}blob/{branch}/src/plugins/navigation/README.md[navigation]
146154
|The navigation plugins exports the TopNavMenu component.
147155
It also provides a stateful version of it on the start contract.
@@ -156,12 +164,12 @@ Content is fetched from the remote (https://feeds.elastic.co and https://feeds-s
156164
|Create choropleth maps. Display the results of a term-aggregation as e.g. countries, zip-codes, states.
157165
158166
159-
|{kib-repo}blob/{branch}/src/plugins/saved_objects[savedObjects]
160-
|WARNING: Missing README.
167+
|{kib-repo}blob/{branch}/src/plugins/saved_objects/README.md[savedObjects]
168+
|The savedObjects plugin exposes utilities to manipulate saved objects on the client side.
161169
162170
163-
|{kib-repo}blob/{branch}/src/plugins/saved_objects_management[savedObjectsManagement]
164-
|WARNING: Missing README.
171+
|{kib-repo}blob/{branch}/src/plugins/saved_objects_management/README.md[savedObjectsManagement]
172+
|The savedObjectsManagement plugin manages the Saved Objects management section.
165173
166174
167175
|{kib-repo}blob/{branch}/src/plugins/saved_objects_tagging_oss/README.md[savedObjectsTaggingOss]
@@ -309,8 +317,8 @@ Failure to have auth enabled in Kibana will make for a broken UI. UI-based error
309317
|Experimental Feature
310318
311319
312-
|{kib-repo}blob/{branch}/x-pack/plugins/cloud[cloud]
313-
|WARNING: Missing README.
320+
|{kib-repo}blob/{branch}/x-pack/plugins/cloud/README.md[cloud]
321+
|The cloud plugin adds cloud specific features to Kibana.
314322
315323
316324
|{kib-repo}blob/{branch}/x-pack/plugins/code[code]
@@ -361,8 +369,8 @@ occuring in Kibana, initially just for the Make It Action project - alerts
361369
and actions.
362370
363371
364-
|{kib-repo}blob/{branch}/x-pack/plugins/features[features]
365-
|WARNING: Missing README.
372+
|{kib-repo}blob/{branch}/x-pack/plugins/features/README.md[features]
373+
|The features plugin enhance Kibana with a per-feature privilege system.
366374
367375
368376
|{kib-repo}blob/{branch}/x-pack/plugins/file_upload/README.md[fileUpload]
@@ -378,8 +386,8 @@ or dashboards from the Kibana instance, from both server and client-side plugins
378386
|The GlobalSearchBar plugin provides a search interface for navigating Kibana. (It is the UI to the GlobalSearch plugin.)
379387
380388
381-
|{kib-repo}blob/{branch}/x-pack/plugins/global_search_providers[globalSearchProviders]
382-
|WARNING: Missing README.
389+
|{kib-repo}blob/{branch}/x-pack/plugins/global_search_providers/README.md[globalSearchProviders]
390+
|The globalSearchProviders plugin provides Kibana default search providers for the GlobalSearch plugin.
383391
384392
385393
|{kib-repo}blob/{branch}/x-pack/plugins/graph/README.md[graph]

docs/development/core/public/kibana-plugin-core-public.doclinksstart.links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
```typescript
1010
readonly links: {
1111
readonly dashboard: {
12+
readonly guide: string;
1213
readonly drilldowns: string;
1314
readonly drilldownsTriggerPicker: string;
1415
readonly urlDrilldownTemplateSyntax: string;

docs/development/core/public/kibana-plugin-core-public.doclinksstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ export interface DocLinksStart
1717
| --- | --- | --- |
1818
| [DOC\_LINK\_VERSION](./kibana-plugin-core-public.doclinksstart.doc_link_version.md) | <code>string</code> | |
1919
| [ELASTIC\_WEBSITE\_URL](./kibana-plugin-core-public.doclinksstart.elastic_website_url.md) | <code>string</code> | |
20-
| [links](./kibana-plugin-core-public.doclinksstart.links.md) | <code>{</code><br/><code> readonly dashboard: {</code><br/><code> readonly drilldowns: string;</code><br/><code> readonly drilldownsTriggerPicker: string;</code><br/><code> readonly urlDrilldownTemplateSyntax: string;</code><br/><code> readonly urlDrilldownVariables: string;</code><br/><code> };</code><br/><code> readonly filebeat: {</code><br/><code> readonly base: string;</code><br/><code> readonly installation: string;</code><br/><code> readonly configuration: string;</code><br/><code> readonly elasticsearchOutput: string;</code><br/><code> readonly startup: string;</code><br/><code> readonly exportedFields: string;</code><br/><code> };</code><br/><code> readonly auditbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly metricbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly heartbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly logstash: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly functionbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly winlogbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly aggs: {</code><br/><code> readonly date_histogram: string;</code><br/><code> readonly date_range: string;</code><br/><code> readonly filter: string;</code><br/><code> readonly filters: string;</code><br/><code> readonly geohash_grid: string;</code><br/><code> readonly histogram: string;</code><br/><code> readonly ip_range: string;</code><br/><code> readonly range: string;</code><br/><code> readonly significant_terms: string;</code><br/><code> readonly terms: string;</code><br/><code> readonly avg: string;</code><br/><code> readonly avg_bucket: string;</code><br/><code> readonly max_bucket: string;</code><br/><code> readonly min_bucket: string;</code><br/><code> readonly sum_bucket: string;</code><br/><code> readonly cardinality: string;</code><br/><code> readonly count: string;</code><br/><code> readonly cumulative_sum: string;</code><br/><code> readonly derivative: string;</code><br/><code> readonly geo_bounds: string;</code><br/><code> readonly geo_centroid: string;</code><br/><code> readonly max: string;</code><br/><code> readonly median: string;</code><br/><code> readonly min: string;</code><br/><code> readonly moving_avg: string;</code><br/><code> readonly percentile_ranks: string;</code><br/><code> readonly serial_diff: string;</code><br/><code> readonly std_dev: string;</code><br/><code> readonly sum: string;</code><br/><code> readonly top_hits: string;</code><br/><code> };</code><br/><code> readonly scriptedFields: {</code><br/><code> readonly scriptFields: string;</code><br/><code> readonly scriptAggs: string;</code><br/><code> readonly painless: string;</code><br/><code> readonly painlessApi: string;</code><br/><code> readonly painlessSyntax: string;</code><br/><code> readonly luceneExpressions: string;</code><br/><code> };</code><br/><code> readonly indexPatterns: {</code><br/><code> readonly loadingData: string;</code><br/><code> readonly introduction: string;</code><br/><code> };</code><br/><code> readonly addData: string;</code><br/><code> readonly kibana: string;</code><br/><code> readonly siem: {</code><br/><code> readonly guide: string;</code><br/><code> readonly gettingStarted: string;</code><br/><code> };</code><br/><code> readonly query: {</code><br/><code> readonly eql: string;</code><br/><code> readonly luceneQuerySyntax: string;</code><br/><code> readonly queryDsl: string;</code><br/><code> readonly kueryQuerySyntax: string;</code><br/><code> };</code><br/><code> readonly date: {</code><br/><code> readonly dateMath: string;</code><br/><code> };</code><br/><code> readonly management: Record&lt;string, string&gt;;</code><br/><code> readonly visualize: Record&lt;string, string&gt;;</code><br/><code> }</code> | |
20+
| [links](./kibana-plugin-core-public.doclinksstart.links.md) | <code>{</code><br/><code> readonly dashboard: {</code><br/><code> readonly guide: string;</code><br/><code> readonly drilldowns: string;</code><br/><code> readonly drilldownsTriggerPicker: string;</code><br/><code> readonly urlDrilldownTemplateSyntax: string;</code><br/><code> readonly urlDrilldownVariables: string;</code><br/><code> };</code><br/><code> readonly filebeat: {</code><br/><code> readonly base: string;</code><br/><code> readonly installation: string;</code><br/><code> readonly configuration: string;</code><br/><code> readonly elasticsearchOutput: string;</code><br/><code> readonly startup: string;</code><br/><code> readonly exportedFields: string;</code><br/><code> };</code><br/><code> readonly auditbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly metricbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly heartbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly logstash: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly functionbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly winlogbeat: {</code><br/><code> readonly base: string;</code><br/><code> };</code><br/><code> readonly aggs: {</code><br/><code> readonly date_histogram: string;</code><br/><code> readonly date_range: string;</code><br/><code> readonly filter: string;</code><br/><code> readonly filters: string;</code><br/><code> readonly geohash_grid: string;</code><br/><code> readonly histogram: string;</code><br/><code> readonly ip_range: string;</code><br/><code> readonly range: string;</code><br/><code> readonly significant_terms: string;</code><br/><code> readonly terms: string;</code><br/><code> readonly avg: string;</code><br/><code> readonly avg_bucket: string;</code><br/><code> readonly max_bucket: string;</code><br/><code> readonly min_bucket: string;</code><br/><code> readonly sum_bucket: string;</code><br/><code> readonly cardinality: string;</code><br/><code> readonly count: string;</code><br/><code> readonly cumulative_sum: string;</code><br/><code> readonly derivative: string;</code><br/><code> readonly geo_bounds: string;</code><br/><code> readonly geo_centroid: string;</code><br/><code> readonly max: string;</code><br/><code> readonly median: string;</code><br/><code> readonly min: string;</code><br/><code> readonly moving_avg: string;</code><br/><code> readonly percentile_ranks: string;</code><br/><code> readonly serial_diff: string;</code><br/><code> readonly std_dev: string;</code><br/><code> readonly sum: string;</code><br/><code> readonly top_hits: string;</code><br/><code> };</code><br/><code> readonly scriptedFields: {</code><br/><code> readonly scriptFields: string;</code><br/><code> readonly scriptAggs: string;</code><br/><code> readonly painless: string;</code><br/><code> readonly painlessApi: string;</code><br/><code> readonly painlessSyntax: string;</code><br/><code> readonly luceneExpressions: string;</code><br/><code> };</code><br/><code> readonly indexPatterns: {</code><br/><code> readonly loadingData: string;</code><br/><code> readonly introduction: string;</code><br/><code> };</code><br/><code> readonly addData: string;</code><br/><code> readonly kibana: string;</code><br/><code> readonly siem: {</code><br/><code> readonly guide: string;</code><br/><code> readonly gettingStarted: string;</code><br/><code> };</code><br/><code> readonly query: {</code><br/><code> readonly eql: string;</code><br/><code> readonly luceneQuerySyntax: string;</code><br/><code> readonly queryDsl: string;</code><br/><code> readonly kueryQuerySyntax: string;</code><br/><code> };</code><br/><code> readonly date: {</code><br/><code> readonly dateMath: string;</code><br/><code> };</code><br/><code> readonly management: Record&lt;string, string&gt;;</code><br/><code> readonly visualize: Record&lt;string, string&gt;;</code><br/><code> }</code> | |
2121

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) | |

0 commit comments

Comments
 (0)