mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Fix messed up links in 5.x branch
This commit is contained in:
parent
4e33f66986
commit
62e5a8da25
2 changed files with 2 additions and 2 deletions
2
docs/static/breaking-changes.asciidoc
vendored
2
docs/static/breaking-changes.asciidoc
vendored
|
@ -16,7 +16,7 @@ consistent with other Elastic products. Full directory layout is described in <<
|
|||
(in core and plugins) were too noisy at INFO level, so we had to audit log messages and switch some of them to DEBUG
|
||||
level.
|
||||
|
||||
**Index Template:** The index template for 5.0 has been changed to reflect {ref}/breaking_50_mapping_changes.html[Elasticsearch's mapping changes]. Most
|
||||
**Index Template:** The index template for 5.0 has been changed to reflect {ref}breaking_50_mapping_changes.html[Elasticsearch's mapping changes]. Most
|
||||
importantly, the subfield for string multi-fields has changed from `.raw` to `.keyword` to match Elasticsearch's default
|
||||
behavior. The impact of this change to various user groups is detailed below:
|
||||
|
||||
|
|
2
docs/static/deploying.asciidoc
vendored
2
docs/static/deploying.asciidoc
vendored
|
@ -63,7 +63,7 @@ nodes. By default, Logstash uses the HTTP protocol to move data into the cluster
|
|||
You can use the Elasticsearch HTTP REST APIs to index data into the Elasticsearch cluster. These APIs represent the
|
||||
indexed data in JSON. Using the REST APIs does not require the Java client classes or any additional JAR
|
||||
files and has no performance disadvantages compared to the transport or node protocols. You can secure communications
|
||||
that use the HTTP REST APIs by using {xpack}/xpack-security.html[{security}], which supports SSL and HTTP basic authentication.
|
||||
that use the HTTP REST APIs by using {xpack}xpack-security.html[{security}], which supports SSL and HTTP basic authentication.
|
||||
|
||||
When you use the HTTP protocol, you can configure the Logstash Elasticsearch output plugin to automatically
|
||||
load-balance indexing requests across a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue