Skip to content

Commit c1b0027

Browse files
committed
Merge branch 'remove-compat-notes' of github.com:karenzone/logstash-output-elasticsearch into remove-compat-notes
2 parents 294bf0a + 785ade1 commit c1b0027

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/index.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ include::{include_path}/plugin_header.asciidoc[]
2424
If you plan to use the Kibana web interface to analyze data transformed by Logstash, use the Elasticsearch output plugin
2525
to get your data into Elasticsearch.
2626

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
29+
2730
You can learn more about Elasticsearch at <https://www.elastic.co/products/elasticsearch>
2831

2932
.Compatibility Note

0 commit comments

Comments
 (0)