Renamed [[getting-started]] to [[getting-started-with-shield]] to avoid 301 redirect

Closes elastic/elasticsearch#303

Original commit: elastic/x-pack-elasticsearch@84b535a68c
This commit is contained in:
Clinton Gormley 2015-07-20 14:14:06 +02:00
parent 4f1aaa8882
commit cbeb6fdd66
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
[[getting-started]]
[[getting-started-with-shield]]
== Getting Started with Shield
This getting started guide walks you through installing Shield, setting up basic authentication, and getting started with role-based

View File

@ -1,7 +1,7 @@
[[installing-shield]]
== Installing Shield
The <<getting-started, Getting Started Guide>> steps through a basic Shield installation. This section provides some additional information about the installation prerequisites, deployment options, and the installation process for RPM/DEB package installations.
The <<getting-started-with-shield, Getting Started Guide>> steps through a basic Shield installation. This section provides some additional information about the installation prerequisites, deployment options, and the installation process for RPM/DEB package installations.
IMPORTANT: The Shield plugin must be installed on every node in the cluster and every
node must be restarted after installation. Plan for a complete cluster restart before beginning the installation process.

View File

@ -42,7 +42,7 @@ Keeping a system secure takes vigilance. By using Shield to maintain an audit tr
[float]
=== Where to Go Next
* <<getting-started, Getting Started>> steps through how to install and start using Shield for basic authentication.
* <<getting-started-with-shield, Getting Started>> steps through how to install and start using Shield for basic authentication.
* <<how-shield-works, How Shield Works>> provides more information about how Shield supports user authentication, authorization, and encryption.
* <<configuring-clients-integrations, Configuring Clients and Integrations>> shows you how to
interact with an Elasticsearch cluster protected by Shield.