[DOCS] Fixed a bad link

This commit is contained in:
Clinton Gormley 2013-11-27 17:54:25 +01:00
parent cdc1935b6e
commit 6ce3495029
1 changed files with 4 additions and 4 deletions

View File

@ -125,10 +125,10 @@ instead.
== URL-based access control
Many users use a proxy with URL-based access control to secure access to
Elasticsearch indices. For <<search-multi-search,multi-search>>, <<docs-multi-
get,multi-get>> and <<docs-bulk,bulk>> requests, the user has the choice of
specifying an index in the URL and on each individual request within the
request body. This can make URL-based access control challenging.
Elasticsearch indices. For <<search-multi-search,multi-search>>,
<<docs-multi-get,multi-get>> and <<docs-bulk,bulk>> requests, the user has
the choice of specifying an index in the URL and on each individual request
within the request body. This can make URL-based access control challenging.
To prevent the user from overriding the index which has been specified in the
URL, add this setting to the `config.yml` file: