[6.3] [DOCS] Fixes broken links (#51634) (#51932)

This commit is contained in:
Lisa Cawley 2019-11-29 18:23:48 -08:00 committed by GitHub
parent 206128a717
commit cb16be83a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 29 additions and 26 deletions

View file

@ -11,7 +11,7 @@ perform bulk operations on multiple indices.
To open the UI, select *Management > Index Management*. If security is enabled,
you must have the the `monitor` cluster privilege and the `view_index_metadata`
and `manage` index privileges to view the data. See
{xpack-ref}/security-privileges.html[Security Privileges] for more
{ref}/security-privileges.html[Security privileges] for more
information.
[role="screenshot"]

View file

@ -20,7 +20,7 @@ than running multiple jobs against the same data.
A _population job_ detects activity that is unusual compared to the behavior of
the population. For more information, see
{xpack-ref}/ml-configuring-pop.html[Performing Population Analysis].
{stack-ov}/ml-configuring-pop.html[Performing population analysis].
An _advanced job_ can contain multiple detectors and enables you to configure all
job settings.
@ -52,7 +52,7 @@ create and manage jobs and post data to them. For more information, see
===============================
Ready to get some hands-on experience? See
{xpack-ref}/ml-getting-started.html[Getting Started with Machine Learning].
{stack-ov}/ml-getting-started.html[Getting started with {ml}].
The following video tutorials also demonstrate single metric, multi-metric, and
advanced jobs:

View file

@ -39,7 +39,7 @@ web browser so that it does not block pop-up windows or create an exception for
your Kibana URL.
For more information about {ml}, see
{xpack-ref}/xpack-ml.html[Machine Learning in the Elastic Stack].
{stack-ov}/xpack-ml.html[Machine Learning in the Elastic Stack].
--

View file

@ -18,7 +18,7 @@ estimate a bucket span value based on your data characteristics. Typically, the
estimated value is between 5 minutes to 1 hour. If you choose a value that is
larger than one day or is significantly different than the estimated value, you
receive an informational message. For more information about choosing an
appropriate bucket span, see {xpack-ref}/ml-buckets.html[Buckets].
appropriate bucket span, see {stack-ov}/ml-buckets.html[Buckets].
[[cardinality]]
==== Cardinality
@ -38,7 +38,7 @@ Likewise if you are performing population analysis and the cardinality of the
field to use.
For more information, see
{xpack-ref}/ml-configuring-pop.html[Performing Population Analysis].
{stack-ov}/ml-configuring-pop.html[Performing population analysis].
[[influencers]]
==== Influencers

View file

@ -23,7 +23,7 @@ highlighted in yellow or red.
TIP: Conditions that require your attention are listed at the top of the
Clusters page. You can also set up watches to alert you when the status
of your cluster changes. To learn how, see
{xpack-ref}/watch-cluster-status.html[Watch Your Cluster Health].
{ref}/watch-cluster-status.html[Watch your cluster health].
The panel at the top shows the current cluster statistics, the charts show the
search and indexing performance over time, and the table at the bottom shows

View file

@ -9,7 +9,8 @@
. To visualize monitoring data from across the Elastic Stack. You can view
health and performance data for {es}, Logstash, and Beats in real time, as well
as analyze past performance. For more information, see {xpack-ref}/xpack-monitoring.html[Monitoring the Elastic Stack].
as analyze past performance. For more information, see
{ref}/monitor-elasticsearch-cluster.html[Monitor a cluster].
. To monitor {kib} itself and route that data to the monitoring cluster.

View file

@ -49,7 +49,7 @@ as `https://<your_monitoring_cluster>:9200` in this setting.
To learn more about typical monitoring architectures with separate
production and monitoring clusters, see
{xpack-ref}/how-monitoring-works.html[How Monitoring Works].
{ref}/how-monitoring-works.html[How monitoring works].
--
. If {security} is enabled on the production cluster:

View file

@ -18,7 +18,7 @@ Beats:
. {ref}/configuring-monitoring.html[Configure monitoring in {es}]. If you want
to use a separate monitoring cluster, see
{xpack-ref}/monitoring-production.html[Monitoring in a Production Environment].
{ref}/monitoring-production.html[Monitoring in a production environment].
. <<monitoring-xpack-kibana,Configure monitoring in {kib}>>.

View file

@ -24,12 +24,12 @@ number of seconds in the `Retry-After` header in the response until you get the
To configure a watch to email reports, you use the `reporting` attachment type
in an `email` action. For more information, see
{xpack-ref}/actions-email.html#configuring-email[Configuring Email Accounts].
{ref}/actions-email.html#configuring-email[Configuring email accounts].
include::watch-example.asciidoc[]
For more information about configuring watches, see
{xpack-ref}/how-watcher-works.html[How Watcher Works].
{ref}/how-watcher-works.html[How {watcher} works].
== Deprecated Report URLs

View file

@ -12,11 +12,13 @@
==== Basic Authentication
Basic Authentication requires a username and password to successfully log in to {kib}. It is enabled by default and based on the Native security realm provided by {es}. For more information about Basic Authentication and built-in users, see {xpack-ref}/setting-up-authentication.html[Setting Up User Authentication].
Basic Authentication requires a username and password to successfully log in to {kib}. It is enabled by default and based on the Native security realm provided by {es}. For more information about Basic Authentication and built-in users, see
{ref}/setting-up-authentication.html[User authentication].
==== SAML Single Sign-On
SAML authentication allows users to log in to {kib} with an external Identity Provider, such as Okta or Auth0. Make sure that SAML is enabled and configured in {es} before setting it up in {kib}. See {xpack-ref}/saml-guide.html[Configuring SAML Single-Sign-On on the Elastic Stack].
SAML authentication allows users to log in to {kib} with an external Identity Provider, such as Okta or Auth0. Make sure that SAML is enabled and configured in {es} before setting it up in {kib}. See
{ref}/saml-guide.html[Configuring SAML single sign-on on the Elastic Stack].
Set the configuration values in `kibana.yml` as follows:

View file

@ -8,7 +8,7 @@ user actions in {kib}.
To use {reporting} with {security} enabled, you need to
<<using-kibana-with-security,set up {kib} to work with {security}>>.
If you are automatically generating reports with
{xpack-ref}/xpack-alerting.html[{watcher}], you also need to configure {watcher}
{ref}/xpack-alerting.html[{watcher}], you also need to configure {watcher}
to trust the {kib} server's certificate. For more information, see
<<securing-reporting>>.
@ -34,7 +34,7 @@ POST /_xpack/security/user/reporter
* If you are using an LDAP or Active Directory realm, you can either assign
roles on a per user basis, or assign roles to groups of users. By default, role
mappings are configured in
{xpack-ref}/mapping-roles.html[`config/shield/role_mapping.yml`].
{ref}/mapping-roles.html[`config/shield/role_mapping.yml`].
For example, the following snippet assigns the user named Bill Murray the
`kibana_user` and `reporting_user` roles:
+
@ -54,7 +54,7 @@ In a production environment, you should restrict access to
the {reporting} endpoints to authorized users. This requires that you:
. Enable {security} on your {es} cluster. For more information,
see {xpack-ref}/security-getting-started.html[Getting Started with Security].
see {ref}/security-getting-started.html[Getting started with security].
. Configure an SSL certificate for Kibana. For more information, see
<<using-kibana-with-security>>.
. Configure {watcher} to trust the Kibana server's certificate by adding it to
@ -82,4 +82,4 @@ includes a watch that submits requests as the built-in `elastic` user:
<<automating-report-generation>>.
For more information about configuring watches, see
{xpack-ref}/how-watcher-works.html[How Watcher Works].
{ref}/how-watcher-works.html[How {watcher} works].

View file

@ -105,7 +105,7 @@ TIP: You can define as many different roles for your {kib} users as you need.
For example, create roles that have `read` and `view_index_metadata` privileges
on specific index patterns. For more information, see
{xpack-ref}/authorization.html[Configuring Role-based Access Control].
{ref}/authorization.html[User authorization].
--

View file

@ -22,7 +22,7 @@ from Logstash, you configure
in `logstash.yml`.
For more information, see
{xpack-ref}/xpack-monitoring.html[Monitoring the Elastic Stack].
{ref}/monitor-elasticsearch-cluster.html[Monitor a cluster].
[float]
[[monitoring-general-settings]]

View file

@ -9,7 +9,7 @@ https://github.com/elastic/kibana-docker/tree/{branch}[GitHub].
These images are free to use under the Elastic license. They contain open source
and free commercial features and access to paid commercial features.
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
{stack-ov}/license-management.html[Start a 30-day trial] to try out all of the
paid commercial features. See the
https://www.elastic.co/subscriptions[Subscriptions] page for information about
Elastic license levels.

View file

@ -48,7 +48,7 @@ downloaded from the Elastic Docker Registry.
<<docker,Running Kibana on Docker>>
IMPORTANT: If your Elasticsearch installation is protected by
{xpack-ref}/xpack-security.html[{security}] see
{ref}/elasticsearch-security.html[{security-features}] see
{kibana-ref}/using-kibana-with-security.html[Configuring Security in Kibana] for
additional setup instructions.

View file

@ -7,7 +7,7 @@ Kibana on any Debian-based system such as Debian and Ubuntu.
This package is free to use under the Elastic license. It contains open source
and free commercial features and access to paid commercial features.
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
{stack-ov}/license-management.html[Start a 30-day trial] to try out all of the
paid commercial features. See the
https://www.elastic.co/subscriptions[Subscriptions] page for information about
Elastic license levels.

View file

@ -11,7 +11,7 @@ such as SLES 11 and CentOS 5. Please see <<targz>> instead.
This package is free to use under the Elastic license. It contains open source
and free commercial features and access to paid commercial features.
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
{stack-ov}/license-management.html[Start a 30-day trial] to try out all of the
paid commercial features. See the
https://www.elastic.co/subscriptions[Subscriptions] page for information about
Elastic license levels.

View file

@ -6,7 +6,7 @@ are the easiest formats to use when trying out Kibana.
These packages are free to use under the Elastic license. They contain open
source and free commercial features and access to paid commercial features.
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
{stack-ov}/license-management.html[Start a 30-day trial] to try out all of the
paid commercial features. See the
https://www.elastic.co/subscriptions[Subscriptions] page for information about
Elastic license levels.

View file

@ -5,7 +5,7 @@ Kibana can be installed on Windows using the `.zip` package.
This package is free to use under the Elastic license. It contains open source
and free commercial features and access to paid commercial features.
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
{stack-ov}/license-management.html[Start a 30-day trial] to try out all of the
paid commercial features. See the
https://www.elastic.co/subscriptions[Subscriptions] page for information about
Elastic license levels.