-
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 remote-tracking branch 'upstream/master' into nls/ttype
- Loading branch information
Showing
208 changed files
with
2,638 additions
and
1,767 deletions.
There are no files selected for viewing
Empty file.
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
11 changes: 0 additions & 11 deletions
11
...gins/embeddable/public/kibana-plugin-plugins-embeddable-public.adapters.data.md
This file was deleted.
Oops, something went wrong.
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
23 changes: 23 additions & 0 deletions
23
...s/public/kibana-plugin-plugins-expressions-public.tablesadapter.logdatatable.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,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [TablesAdapter](./kibana-plugin-plugins-expressions-public.tablesadapter.md) > [logDatatable](./kibana-plugin-plugins-expressions-public.tablesadapter.logdatatable.md) | ||
|
||
## TablesAdapter.logDatatable() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
logDatatable(name: string, datatable: Datatable): void; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| name | <code>string</code> | | | ||
| datatable | <code>Datatable</code> | | | ||
|
||
<b>Returns:</b> | ||
|
||
`void` | ||
|
24 changes: 24 additions & 0 deletions
24
...ns/expressions/public/kibana-plugin-plugins-expressions-public.tablesadapter.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,24 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [TablesAdapter](./kibana-plugin-plugins-expressions-public.tablesadapter.md) | ||
|
||
## TablesAdapter class | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare class TablesAdapter extends EventEmitter | ||
``` | ||
## Properties | ||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [tables](./kibana-plugin-plugins-expressions-public.tablesadapter.tables.md) | | <code>{</code><br/><code> [key: string]: Datatable;</code><br/><code> }</code> | | | ||
## Methods | ||
| Method | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [logDatatable(name, datatable)](./kibana-plugin-plugins-expressions-public.tablesadapter.logdatatable.md) | | | | ||
13 changes: 13 additions & 0 deletions
13
...essions/public/kibana-plugin-plugins-expressions-public.tablesadapter.tables.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-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [TablesAdapter](./kibana-plugin-plugins-expressions-public.tablesadapter.md) > [tables](./kibana-plugin-plugins-expressions-public.tablesadapter.tables.md) | ||
|
||
## TablesAdapter.tables property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
get tables(): { | ||
[key: string]: Datatable; | ||
}; | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,75 @@ | ||
[role="xpack"] | ||
[[managing-tags]] | ||
== Tags | ||
|
||
Tags enable you to categorize your saved objects. You can then easily filter for related objects based on shared tags. | ||
|
||
To begin, open the main menu, click *Stack Management*, then click *Tags*. | ||
|
||
[role="screenshot"] | ||
image::images/tags/tag-management-section.png[Tags management section] | ||
|
||
[float] | ||
=== Required permissions | ||
|
||
Access to *Tags* requires the `Tag Management` {kib} privilege. To add the privilege, open the menu, | ||
click *Stack Management*, then click *Roles*. | ||
|
||
In addition: | ||
|
||
* The `read` privilege allows you to assign tags to the saved objects for which you have write permission. | ||
* The `write` privilege enables you to create, edit, and delete tags. | ||
|
||
|
||
NOTE: Having the `Tag Management` {kib} privilege is not required to | ||
view tags assigned on objects the user has `read` access to, or to filter objects by tags | ||
in {kib} applications or from the navigational search. | ||
|
||
[float] | ||
[[settings-create-tag]] | ||
=== Create a tag | ||
|
||
Create a tag to assign to your saved objects. | ||
|
||
. Click *Create tag*. | ||
+ | ||
[role="screenshot"] | ||
image::images/tags/create-tag.png[Tag creation popin] | ||
. Enter a name and select a color for the new tag. | ||
+ | ||
The name can include alphanumeric characters (English letters and digits), `:`, `-`, `_` and the space character, | ||
and cannot be longer than 50 characters. | ||
. Click *Create tag*. | ||
|
||
[float] | ||
[[settings-assign-tag]] | ||
=== Assign a tag to saved objects | ||
|
||
Assign or remove tags to one or more saved objects. You must have `write` permission | ||
on the objects to which you assign the tags. | ||
|
||
. Click the action (...) icon in the tag row, and then select the *Manage assignments* action. | ||
+ | ||
[role="screenshot"] | ||
image::images/tags/manage-assignments-flyout.png[Assign flyout] | ||
. Select the objects to which you want to assign or remove tags. | ||
. Click on *Save tag assignments*. | ||
|
||
TIP: To assign multiple tags to objects at once, select their checkboxes | ||
and then select *Manage tag assignments* from the *selected tags* menu. | ||
|
||
[role="screenshot"] | ||
image::images/tags/bulk-assign-selection.png[Bulk assign tags] | ||
|
||
[float] | ||
[[settings-delete-tag]] | ||
=== Delete a tag | ||
|
||
Delete a tag and remove it from any saved objects. | ||
|
||
. Click the action (...) icon in the tag row, and then select the *Delete* action. | ||
|
||
. Click *Delete tag*. | ||
|
||
TIP: To delete multiple tags at once, select their checkboxes in the list view, | ||
and then select *Delete* action from the *selected tags* menu. |
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
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
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
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
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
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
Oops, something went wrong.