Skip to content

Commit 71f4273

Browse files
committed
Merge remote-tracking branch 'upstream/master' into kbn-67979-status-page-ui
2 parents 920f52b + 8b4c4c0 commit 71f4273

File tree

510 files changed

+24292
-6225
lines changed

Some content is hidden

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

510 files changed

+24292
-6225
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
/src/dev/ @elastic/kibana-operations
116116
/src/setup_node_env/ @elastic/kibana-operations
117117
/src/optimize/ @elastic/kibana-operations
118-
/src/es_archiver/ @elastic/kibana-operations
119118
/packages/*eslint*/ @elastic/kibana-operations
120119
/packages/*babel*/ @elastic/kibana-operations
121120
/packages/kbn-dev-utils*/ @elastic/kibana-operations
@@ -124,6 +123,7 @@
124123
/packages/kbn-pm/ @elastic/kibana-operations
125124
/packages/kbn-test/ @elastic/kibana-operations
126125
/packages/kbn-ui-shared-deps/ @elastic/kibana-operations
126+
/packages/kbn-es-archiver/ @elastic/kibana-operations
127127
/src/legacy/server/keystore/ @elastic/kibana-operations
128128
/src/legacy/server/pid/ @elastic/kibana-operations
129129
/src/legacy/server/sass/ @elastic/kibana-operations

docs/management/alerting/alerts-and-actions-intro.asciidoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44

55
beta[]
66

7-
The *Alerts and Actions* UI lets you <<alert-management, see and control all the alerts>> in a space, and provides tools to <<connector-management, create and manage connectors>> so that alerts can trigger actions like notification, indexing, and ticketing.
7+
The *Alerts and Actions* UI lets you <<alert-management, see and control all the alerts>> in a space, and provides tools to <<connector-management, create and manage connectors>> so that alerts can trigger actions like notification, indexing, and ticketing.
88

9-
To manage alerting and connectors, open the menu, then go to *Stack Management > {kib} > Alerts and Actions*.
9+
To manage alerting and connectors, open the menu,
10+
then go to *Stack Management > Alerts and Insights > Alerts and Actions*.
1011

1112
[role="screenshot"]
1213
image:management/alerting/images/alerts-and-actions-ui.png[Example alert listing in the Alerts and Actions UI]
1314

1415
[NOTE]
1516
============================================================================
1617
Similar to dashboards, alerts and connectors reside in a <<xpack-spaces, space>>.
17-
The *Alerts and Actions* UI only shows alerts and connectors for the current space.
18+
The *Alerts and Actions* UI only shows alerts and connectors for the current space.
1819
============================================================================
1920

2021
[NOTE]
2122
============================================================================
2223
{es} also offers alerting capabilities through Watcher, which
23-
can be managed through the <<watcher-ui, Watcher UI>>. See
24+
can be managed through the <<watcher-ui, Watcher UI>>. See
2425
<<alerting-concepts-differences>> for more information.
25-
============================================================================
26+
============================================================================

docs/management/index-lifecycle-policies/add-policy-to-index.asciidoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
[[adding-policy-to-index]]
33
=== Adding a policy to an index
44

5-
To add a lifecycle policy to an index and view the status for indices
6-
managed by a policy, open the menu, then go to *Stack Management > {es} > Index Management*. This page lists your
7-
{es} indices, which you can filter by lifecycle status and lifecycle phase.
5+
To add a lifecycle policy to an index and view the status for indices
6+
managed by a policy, open the menu, then go to *Stack Management > Data > Index Management*.
7+
This page lists your
8+
{es} indices, which you can filter by lifecycle status and lifecycle phase.
89

910
To add a policy, select the index name and then select *Manage Index > Add lifecycle policy*.
10-
You’ll see the policy name, the phase the index is in, the current
11-
action, and if any errors occurred performing that action.
11+
You’ll see the policy name, the phase the index is in, the current
12+
action, and if any errors occurred performing that action.
1213

1314
To remove a policy from an index, select *Manage Index > Remove lifecycle policy*.
1415

1516
[role="screenshot"]
1617
image::images/index_management_add_policy.png[][UI for adding a policy to an index]
17-
18-

docs/management/index-lifecycle-policies/example-index-lifecycle-policy.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[[example-using-index-lifecycle-policy]]
44
=== Tutorial: Use {ilm-init} to manage {filebeat} time-based indices
55

6-
With {ilm} ({ilm-init}), you can create policies that perform actions automatically
6+
With {ilm} ({ilm-init}), you can create policies that perform actions automatically
77
on indices as they age and grow. {ilm-init} policies help you to manage
88
performance, resilience, and retention of your data during its lifecycle. This tutorial shows
99
you how to use {kib}’s *Index Lifecycle Policies* to modify and create {ilm-init}
@@ -59,7 +59,7 @@ output as described in {filebeat-ref}/filebeat-getting-started.html[Getting Star
5959
{filebeat} includes a default {ilm-init} policy that enables rollover. {ilm-init}
6060
is enabled automatically if you’re using the default `filebeat.yml` and index template.
6161

62-
To view the default policy in {kib}, open the menu, go to * Stack Management > {es} > Index Lifecycle Policies*,
62+
To view the default policy in {kib}, open the menu, go to *Stack Management > Data > Index Lifecycle Policies*,
6363
search for _filebeat_, and choose the _filebeat-version_ policy.
6464

6565
This policy initiates the rollover action when the index size reaches 50GB or
@@ -114,7 +114,7 @@ If meeting a specific retention time period is most important, you can create a
114114
custom policy. For this option, you will use {filebeat} daily indices without
115115
rollover.
116116

117-
. To create a custom policy, open the menu, go to *Stack Management > {es} > Index Lifecycle Policies*, then click
117+
. To create a custom policy, open the menu, go to *Stack Management > Data > Index Lifecycle Policies*, then click
118118
*Create policy*.
119119

120120
. Activate the warm phase and configure it as follows:
@@ -156,7 +156,7 @@ image::images/tutorial-ilm-custom-policy.png["Modify the custom policy to add a
156156
[role="screenshot"]
157157
image::images/tutorial-ilm-delete-phase-creation.png["Delete phase"]
158158

159-
. To configure the index to use the new policy, open the menu, then go to *Stack Management > {es} > Index Lifecycle
159+
. To configure the index to use the new policy, open the menu, then go to *Stack Management > Data > Index Lifecycle
160160
Policies*.
161161

162162
.. Find your {ilm-init} policy.

docs/management/ingest-pipelines/ingest-pipelines.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipelines that perform common transformations and
77
enrichments on your data. For example, you might remove a field,
88
rename an existing field, or set a new field.
99

10-
You’ll find *Ingest Node Pipelines* in *Management > Elasticsearch*. With this feature, you can:
10+
You’ll find *Ingest Node Pipelines* in *Stack Management > Ingest*. With this feature, you can:
1111

1212
* View a list of your pipelines and drill down into details.
1313
* Create a pipeline that defines a series of tasks, known as processors.
@@ -23,7 +23,7 @@ image:management/ingest-pipelines/images/ingest-pipeline-list.png["Ingest node p
2323
The minimum required permissions to access *Ingest Node Pipelines* are
2424
the `manage_pipeline` and `cluster:monitor/nodes/info` cluster privileges.
2525

26-
You can add these privileges in *Management > Security > Roles*.
26+
You can add these privileges in *Stack Management > Security > Roles*.
2727

2828
[role="screenshot"]
2929
image:management/ingest-pipelines/images/ingest-pipeline-privileges.png["Privileges required for Ingest Node Pipelines"]

docs/management/managing-beats.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
include::{asciidoc-dir}/../../shared/discontinued.asciidoc[tag=cm-discontinued]
66

7-
To use the Central Management UI, open the menu, go to *Stack Management > {beats} > Central Management*, then define and
7+
To use {beats} Central Management UI, open the menu, go to *Stack Management > Ingest >
8+
{beats} Central Management*, then define and
89
manage configurations in a central location in {kib} and quickly deploy
910
configuration changes to all {beats} running across your enterprise. For more
1011
about central management, see the related {beats} documentation:
@@ -17,8 +18,8 @@ about central management, see the related {beats} documentation:
1718
This feature requires an Elastic license that includes {beats} central
1819
management.
1920
20-
Don't have a license? You can start a 30-day trial. Open the menu, go to
21-
*Stack Management > Elasticsearch > License Management*. At the end of the trial
21+
Don't have a license? You can start a 30-day trial. Open the menu,
22+
go to *Stack Management > Stack > License Management*. At the end of the trial
2223
period, you can purchase a subscription to keep using central management. For
2324
more information, see https://www.elastic.co/subscriptions and
2425
<<managing-licenses>>.

docs/management/managing-ccr.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ remote clusters on a local cluster. {ref}/xpack-ccr.html[Cross-cluster replicati
77
is commonly used to provide remote backups for disaster recovery and for
88
geo-proximite copies of data.
99

10-
To get started, open the menu, then go to *Stack Management > Elasticsearch > Cross-Cluster Replication*.
10+
To get started, open the menu, then go to *Stack Management > Data > Cross-Cluster Replication*.
1111

1212
[role="screenshot"]
1313
image::images/cross-cluster-replication-list-view.png[][Cross-cluster replication list view]

docs/management/managing-indices.asciidoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ the amount of bookkeeping when working with indices. Instead of manually
1313
setting up your indices, you can create them automatically from a template,
1414
ensuring that your settings, mappings, and aliases are consistently defined.
1515

16-
To manage your indices, open the menu, then go to *Stack Management > {es} > Index Management*.
16+
To manage your indices, open the menu, then go to *Stack Management > Data > Index Management*.
1717

1818
[role="screenshot"]
1919
image::images/management_index_labels.png[Index Management UI]
@@ -130,17 +130,17 @@ Alternatively, you can click the *Load JSON* link and define the mapping as JSON
130130

131131
[source,js]
132132
----------------------------------
133-
{
133+
{
134134
"properties": {
135135
"geo": {
136-
"properties": {
137-
"coordinates": {
138-
"type": "geo_point"
139-
}
140-
}
141-
}
142-
}
143-
}
136+
"properties": {
137+
"coordinates": {
138+
"type": "geo_point"
139+
}
140+
}
141+
}
142+
}
143+
}
144144
----------------------------------
145145

146146
You can create additional mapping configurations in the *Dynamic templates* and

docs/management/managing-licenses.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ with no expiration date. For the full list of features, refer to
77

88
If you want to try out the full set of features, you can activate a free 30-day
99
trial. To view the status of your license, start a trial, or install a new
10-
license, open the menu, then go to *Stack Management > {es} > License Management*.
10+
license, open the menu, then go to *Stack Management > Stack > License Management*.
1111

1212
NOTE: You can start a trial only if your cluster has not already activated a
1313
trial license for the current major product version. For example, if you have

docs/management/managing-remote-clusters.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ connection from your cluster to other clusters. This functionality is
66
required for {ref}/xpack-ccr.html[cross-cluster replication] and
77
{ref}/modules-cross-cluster-search.html[cross-cluster search].
88

9-
To get started, open the menu, then go to *Stack Management > {es} > Remote Clusters*.
9+
To get started, open the menu, then go to *Stack Management > Data > Remote Clusters*.
1010

1111
[role="screenshot"]
1212
image::images/remote-clusters-list-view.png[Remote Clusters list view, including Add a remote cluster button]

0 commit comments

Comments
 (0)