-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add platform's missing READMEs (#82268)
* add missing readme * update ascidoc
- Loading branch information
1 parent
ef650f4
commit 926fe89
Showing
7 changed files
with
42 additions
and
12 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
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,3 @@ | ||
# `legacyExport` plugin | ||
|
||
The `legacyExport` plugin adds support for the legacy saved objects export format. |
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,3 @@ | ||
# `savedObjects` plugin | ||
|
||
The `savedObjects` plugin exposes utilities to manipulate saved objects on the client side. |
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,3 @@ | ||
# `savedObjectsManagement` plugin | ||
|
||
The `savedObjectsManagement` plugin manages the `Saved Objects` management section. |
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,3 @@ | ||
# `cloud` plugin | ||
|
||
The `cloud` plugin adds cloud specific features to Kibana. |
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,3 @@ | ||
# `features` plugin | ||
|
||
The `features` plugin enhance Kibana with a per-feature privilege system. |
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,15 @@ | ||
# Kibana `GlobalSearchProviders` plugin | ||
|
||
The globalSearchProviders plugin provides Kibana default search providers for the `GlobalSearch` plugin. | ||
|
||
## Server-side providers | ||
|
||
### SavedObjects | ||
|
||
This provider returns results for all saved object types that are searchable. | ||
|
||
## Client-side providers | ||
|
||
### Applications | ||
|
||
This provider returns results for the applications that are currently registered on the client-side. |