Skip to content

Commit 3ec212b

Browse files
committed
Fix punctuation
1 parent c1b0027 commit 3ec212b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/index.asciidoc

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,17 @@ include::{include_path}/plugin_header.asciidoc[]
2121

2222
==== Description
2323

24-
If you plan to use the Kibana web interface to analyze data transformed by Logstash, use the Elasticsearch output plugin
25-
to get your data into Elasticsearch.
26-
27-
This output only speaks the HTTP protocol as it is the preferred protocol for interacting with Elasticsearch.
28-
In previous versions it was possible to communicate with Elasticsearch through the transport protocol, which is now reserved for internal cluster communication between nodes https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-transport.html. This has been deprecated in Elasticsearch 7.0.0 and will be removed in 8.0.0 https://www.elastic.co/guide/en/elasticsearch/reference/current/java-clients.html
24+
If you plan to use the Kibana web interface to analyze data transformed by
25+
Logstash, use the Elasticsearch output plugin to get your data into
26+
Elasticsearch.
27+
28+
This output only speaks the HTTP protocol as it is the preferred protocol for
29+
interacting with Elasticsearch. In previous versions it was possible to
30+
communicate with Elasticsearch through the transport protocol, which is now
31+
reserved for internal cluster communication between nodes
32+
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-transport.html.
33+
This has been deprecated in Elasticsearch 7.0.0 and will be removed in 8.0.0
34+
https://www.elastic.co/guide/en/elasticsearch/reference/current/java-clients.html
2935

3036
You can learn more about Elasticsearch at <https://www.elastic.co/products/elasticsearch>
3137

@@ -60,7 +66,7 @@ when using `ilm_rollover_alias`.
6066
6167
================================================================================
6268

63-
If you're sending events to the same Elasticsearch cluster but you're targeting different indices you can:
69+
If you're sending events to the same Elasticsearch cluster, but you're targeting different indices you can:
6470

6571
* use different Elasticsearch outputs, each one with a different value for the `index` parameter
6672
* use one Elasticsearch output and use the dynamic variable substitution for the `index` parameter

0 commit comments

Comments
 (0)