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
Copy file name to clipboardExpand all lines: lib/logstash/outputs/elasticsearch.rb
+19-4
Original file line number
Diff line number
Diff line change
@@ -75,12 +75,12 @@
75
75
#
76
76
# ==== HTTP Compression
77
77
#
78
-
# This plugin supports request and response compression. Response compression is enabled by default and
79
-
# for Elasticsearch versions 5.0 and later, the user doesn't have to set any configs in Elasticsearch for
80
-
# it to send back compressed response. For versions before 5.0, `http.compression` must be set to `true` in
78
+
# This plugin supports request and response compression. Response compression is enabled by default and
79
+
# for Elasticsearch versions 5.0 and later, the user doesn't have to set any configs in Elasticsearch for
80
+
# it to send back compressed response. For versions before 5.0, `http.compression` must be set to `true` in
81
81
# Elasticsearch[https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html#modules-http] to take advantage of response compression when using this plugin
82
82
#
83
-
# For requests compression, regardless of the Elasticsearch version, users have to enable `http_compression`
83
+
# For requests compression, regardless of the Elasticsearch version, users have to enable `http_compression`
0 commit comments