Skip to content

Commit f90a66c

Browse files
committed
Merge branch 'master' into bump-hapi
2 parents ff8489f + 5be169a commit f90a66c

File tree

795 files changed

+33463
-7058
lines changed

Some content is hidden

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

795 files changed

+33463
-7058
lines changed

.backportrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"targetBranchChoices": [
44
{ "name": "master", "checked": true },
55
{ "name": "7.x", "checked": true },
6+
"7.11",
67
"7.10",
78
"7.9",
89
"7.8",
@@ -28,7 +29,7 @@
2829
"targetPRLabels": ["backport"],
2930
"branchLabelMapping": {
3031
"^v8.0.0$": "master",
31-
"^v7.11.0$": "7.x",
32+
"^v7.12.0$": "7.x",
3233
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
3334
}
3435
}

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @elastic/kib
258258
/x-pack/test/functional_with_es_ssl/fixtures/plugins/alerts/ @elastic/kibana-alerting-services
259259
/docs/user/alerting/ @elastic/kibana-alerting-services
260260
/docs/management/alerting/ @elastic/kibana-alerting-services
261-
#CC# /x-pack/plugins/stack_alerts @elastic/kibana-alerting-services
261+
#CC# /x-pack/plugins/stack_alerts/ @elastic/kibana-alerting-services
262262

263263
# Enterprise Search
264264
# Shared

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.15.1
1+
14.15.2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.15.1
1+
14.15.2

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
@@ -102,6 +102,7 @@ readonly links: {
102102
};
103103
readonly management: Record<string, string>;
104104
readonly ml: Record<string, string>;
105+
readonly transforms: Record<string, string>;
105106
readonly visualize: Record<string, string>;
106107
};
107108
```

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 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 ml: 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 ml: Record&lt;string, string&gt;;</code><br/><code> readonly transforms: Record&lt;string, string&gt;;</code><br/><code> readonly visualize: Record&lt;string, string&gt;;</code><br/><code> }</code> | |
2121

docs/development/core/server/kibana-plugin-core-server.savedobjectsrawdoc._type.md

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

docs/development/core/server/kibana-plugin-core-server.savedobjectsrawdoc.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ export interface SavedObjectsRawDoc
2020
| [\_primary\_term](./kibana-plugin-core-server.savedobjectsrawdoc._primary_term.md) | <code>number</code> | |
2121
| [\_seq\_no](./kibana-plugin-core-server.savedobjectsrawdoc._seq_no.md) | <code>number</code> | |
2222
| [\_source](./kibana-plugin-core-server.savedobjectsrawdoc._source.md) | <code>SavedObjectsRawDocSource</code> | |
23-
| [\_type](./kibana-plugin-core-server.savedobjectsrawdoc._type.md) | <code>string</code> | |
2423

Loading
85.9 KB
Loading
Loading
Loading
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
[role="xpack"]
2+
[[managing-tags]]
3+
== Tags
4+
5+
Tags enable you to categorize your saved objects. You can then easily filter for related objects based on shared tags.
6+
7+
To begin, open the main menu, click *Stack Management*, then click *Tags*.
8+
9+
[role="screenshot"]
10+
image::images/tags/tag-management-section.png[Tags management section]
11+
12+
[float]
13+
=== Required permissions
14+
15+
Access to *Tags* requires the `Tag Management` {kib} privilege. To add the privilege, open the menu,
16+
click *Stack Management*, then click *Roles*.
17+
18+
In addition:
19+
20+
* The `read` privilege allows you to assign tags to the saved objects for which you have write permission.
21+
* The `write` privilege enables you to create, edit, and delete tags.
22+
23+
24+
NOTE: Having the `Tag Management` {kib} privilege is not required to
25+
view tags assigned on objects the user has `read` access to, or to filter objects by tags
26+
in {kib} applications or from the navigational search.
27+
28+
[float]
29+
[[settings-create-tag]]
30+
=== Create a tag
31+
32+
Create a tag to assign to your saved objects.
33+
34+
. Click *Create tag*.
35+
+
36+
[role="screenshot"]
37+
image::images/tags/create-tag.png[Tag creation popin]
38+
. Enter a name and select a color for the new tag.
39+
+
40+
The name can include alphanumeric characters (English letters and digits), `:`, `-`, `_` and the space character,
41+
and cannot be longer than 50 characters.
42+
. Click *Create tag*.
43+
44+
[float]
45+
[[settings-assign-tag]]
46+
=== Assign a tag to saved objects
47+
48+
Assign or remove tags to one or more saved objects. You must have `write` permission
49+
on the objects to which you assign the tags.
50+
51+
. Click the action (...) icon in the tag row, and then select the *Manage assignments* action.
52+
+
53+
[role="screenshot"]
54+
image::images/tags/manage-assignments-flyout.png[Assign flyout]
55+
. Select the objects to which you want to assign or remove tags.
56+
. Click on *Save tag assignments*.
57+
58+
TIP: To assign multiple tags to objects at once, select their checkboxes
59+
and then select *Manage tag assignments* from the *selected tags* menu.
60+
61+
[role="screenshot"]
62+
image::images/tags/bulk-assign-selection.png[Bulk assign tags]
63+
64+
[float]
65+
[[settings-delete-tag]]
66+
=== Delete a tag
67+
68+
Delete a tag and remove it from any saved objects.
69+
70+
. Click the action (...) icon in the tag row, and then select the *Delete* action.
71+
72+
. Click *Delete tag*.
73+
74+
TIP: To delete multiple tags at once, select their checkboxes in the list view,
75+
and then select *Delete* action from the *selected tags* menu.

docs/maps/images/clock_icon.png

3.84 KB
Loading
-74.2 KB
Binary file not shown.
-82.6 KB
Loading

docs/maps/map-settings.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
Maps offers settings that let you configure how a map is displayed.
66
To access these settings, click *Map settings* in the application toolbar.
77

8+
[float]
9+
[[maps-settings-display]]
10+
=== Display
11+
*Background color*::
12+
Set the map background color.
13+
814
[float]
915
[[maps-settings-navigation]]
1016
=== Navigation

docs/maps/maps-aggregations.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ You can add the following metric aggregations:
2323

2424
* *Min.* The lowest value.
2525

26+
* *Percentile.* The value at which a certain percentage of observed values occur. For example, the 95th percentile is the value which is greater than 95% of the observed values.
27+
2628
* *Sum.* The total value.
2729

2830
* *Top term.* The most common value.

docs/maps/search.asciidoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
[[maps-search]]
33
== Search geographic data
44

5-
Maps embeds the search bar for real-time search.
6-
Only layers requesting data from {es} are filtered when you submit a search request.
7-
Layers narrowed by the search context contain the filter icon image:maps/images/filter_icon.png[] next to the layer name in the legend.
5+
Use the filters, query bar, and time filter to focus in on just the data you want.
6+
Only layers requesting data from {es} are narrowed when you submit a search request.
7+
Layers narrowed by the filters and query bar contain the filter icon image:maps/images/filter_icon.png[] next to the layer name in the legend.
8+
Only layers requesting data from {es} using an <<index-patterns, index pattern>> with a configured time field are narrowed by the time filter.
9+
Layers narrowed by the time filter contain the clock icon image:maps/images/clock_icon.png[] next to the layer name in the legend.
810

911
You can create a layer that requests data from {es} from the following:
1012

@@ -14,8 +16,12 @@ You can create a layer that requests data from {es} from the following:
1416

1517
** Clusters and grid
1618

19+
** Point to point
20+
1721
** <<terms-join>>
1822

23+
** Tracks
24+
1925
* <<heatmap-layer>>
2026

2127
[role="screenshot"]

docs/maps/vector-layer.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Tiles exceeding `index.max_result_window` have a visual indicator when there are
3636
*Point to point*:: Aggregated data paths between the source and destination.
3737
The index must contain at least 2 fields mapped as {ref}/geo-point.html[geo_point], source and destination.
3838

39+
*Tracks*:: Create lines from points.
40+
The index must contain at least one field mapped as {ref}/geo-point.html[geo_point].
41+
3942
*Upload Geojson*:: Index GeoJSON data in Elasticsearch.
4043

4144
include::vector-style.asciidoc[]

0 commit comments

Comments
 (0)