You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments