Skip to content

Commit ce73e00

Browse files
committed
resolve merge conflicts
2 parents f06a4bc + 91aed6f commit ce73e00

File tree

946 files changed

+17913
-9634
lines changed

Some content is hidden

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

946 files changed

+17913
-9634
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: This Dockerfile is ONLY used to run certain tasks in CI. It is not used to run Kibana or as a distributable.
22
# If you're looking for the Kibana Docker image distributable, please see: src/dev/build/tasks/os_packages/docker_generator/templates/dockerfile.template.ts
33

4-
ARG NODE_VERSION=14.15.3
4+
ARG NODE_VERSION=14.15.4
55

66
FROM node:${NODE_VERSION} AS base
77

dev_docs/api_welcome.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: kibDevDocsApiWelcome
3+
slug: /kibana-dev-docs/api-welcome
4+
title: Welcome
5+
summary: The home of automatically generated plugin API documentation using extracted TSDocs
6+
date: 2021-01-02
7+
tags: ['kibana','dev', 'contributor', 'api docs']
8+
---
9+
10+
Welcome to Kibana's plugin API documentation. As a plugin developer, this is where you can
11+
learn the details of every service you can take advantage of to help you build awe-inspiring creative solutions and applications!
12+
13+
If you have any questions or issues, please reach out to the Kibana platform team or create an issue [here](https://github.com/elastic/kibana/issues).
14+

dev_docs/dev_welcome.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
id: kibDevDocsWelcome
3+
slug: /kibana-dev-docs/welcome
4+
title: Welcome
5+
summary: Build custom solutions and applications on top of Kibana.
6+
date: 2021-01-02
7+
tags: ['kibana','dev', 'contributor']
8+
---
9+
10+
Welcome to Kibana's plugin developer documentation!
11+
12+
Did you know that the vast majority of functionality built inside of Kibana is a plugin? A handful of core services hold the system together,
13+
but it's our vast system of plugin developers that provide the amazing, out of the box, functionality you can use when building your own set of
14+
custom utilities and applications.
15+
16+
Browse the `Services` section to view all the plugins that offer functionality you can take advantage of, or check out the
17+
`API documentation` to dig into the nitty gritty details of every public plugin API.

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
@@ -15,6 +15,7 @@ readonly links: {
1515
readonly urlDrilldownTemplateSyntax: string;
1616
readonly urlDrilldownVariables: string;
1717
};
18+
readonly discover: Record<string, string>;
1819
readonly filebeat: {
1920
readonly base: string;
2021
readonly installation: string;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
114114
| [SavedObjectsFindResponsePublic](./kibana-plugin-core-public.savedobjectsfindresponsepublic.md) | Return type of the Saved Objects <code>find()</code> method.<!-- -->\*Note\*: this type is different between the Public and Server Saved Objects clients. |
115115
| [SavedObjectsImportAmbiguousConflictError](./kibana-plugin-core-public.savedobjectsimportambiguousconflicterror.md) | Represents a failure to import due to a conflict, which can be resolved in different ways with an overwrite. |
116116
| [SavedObjectsImportConflictError](./kibana-plugin-core-public.savedobjectsimportconflicterror.md) | Represents a failure to import due to a conflict. |
117-
| [SavedObjectsImportError](./kibana-plugin-core-public.savedobjectsimporterror.md) | Represents a failure to import. |
117+
| [SavedObjectsImportFailure](./kibana-plugin-core-public.savedobjectsimportfailure.md) | Represents a failure to import. |
118118
| [SavedObjectsImportMissingReferencesError](./kibana-plugin-core-public.savedobjectsimportmissingreferenceserror.md) | Represents a failure to import due to missing references. |
119119
| [SavedObjectsImportResponse](./kibana-plugin-core-public.savedobjectsimportresponse.md) | The response describing the result of an import. |
120120
| [SavedObjectsImportRetry](./kibana-plugin-core-public.savedobjectsimportretry.md) | Describes a retry operation for importing a saved object. |

docs/development/core/public/kibana-plugin-core-public.savedobjectsimporterror.id.md

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

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

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

docs/development/core/public/kibana-plugin-core-public.savedobjectsimporterror.type.md

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

docs/development/core/public/kibana-plugin-core-public.savedobjectsimporterror.error.md renamed to docs/development/core/public/kibana-plugin-core-public.savedobjectsimportfailure.error.md

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

3-
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [SavedObjectsImportError](./kibana-plugin-core-public.savedobjectsimporterror.md) &gt; [error](./kibana-plugin-core-public.savedobjectsimporterror.error.md)
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [SavedObjectsImportFailure](./kibana-plugin-core-public.savedobjectsimportfailure.md) &gt; [error](./kibana-plugin-core-public.savedobjectsimportfailure.error.md)
44

5-
## SavedObjectsImportError.error property
5+
## SavedObjectsImportFailure.error property
66

77
<b>Signature:</b>
88

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [SavedObjectsImportFailure](./kibana-plugin-core-public.savedobjectsimportfailure.md) &gt; [id](./kibana-plugin-core-public.savedobjectsimportfailure.id.md)
4+
5+
## SavedObjectsImportFailure.id property
6+
7+
<b>Signature:</b>
8+
9+
```typescript
10+
id: string;
11+
```

0 commit comments

Comments
 (0)