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: docs/index.asciidoc
+13-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
:plugin: elasticsearch
2
2
:type: output
3
+
:default_codec: plain
3
4
4
5
///////////////////////////////////////////
5
6
START - GENERATED VARIABLES, DO NOT EDIT!
@@ -105,8 +106,8 @@ not reevaluate its DNS value while the keepalive is in effect.
105
106
106
107
This plugin supports request and response compression. Response compression is enabled by default and
107
108
for Elasticsearch versions 5.0 and later, the user doesn't have to set any configs in Elasticsearch for
108
-
it to send back compressed response. For versions before 5.0, `http.compression` must be set to `true` in
109
-
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
109
+
it to send back compressed response. For versions before 5.0, `http.compression` must be set to `true` https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html#modules-http[in
110
+
Elasticsearch] to take advantage of response compression when using this plugin
110
111
111
112
For requests compression, regardless of the Elasticsearch version, users have to enable `http_compression`
112
113
setting in their Logstash config file.
@@ -476,6 +477,14 @@ This can be dynamic using the `%{foo}` syntax.
Copy file name to clipboardExpand all lines: logstash-output-elasticsearch.gemspec
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Gem::Specification.newdo |s|
2
2
s.name='logstash-output-elasticsearch'
3
-
s.version='9.0.3'
3
+
s.version='9.1.1'
4
4
s.licenses=['apache-2.0']
5
5
s.summary="Stores logs in Elasticsearch"
6
6
s.description="This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
0 commit comments