logstash-output-elasticsearch 11.9.1-java → 11.9.3-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4dbc44fb5e78b53368adb97d43b613c4a3c843e1a1308aa6d008cb105ee4301c
4
- data.tar.gz: 9ed115a974e20bda89d63d6b2bf37dc5c7c42f8f40b46badbad072db0a698683
3
+ metadata.gz: 6d02f6b7c9fca46bf86c64ad4dc6ec39f692899d30a069c9813a174be6b7436f
4
+ data.tar.gz: b68bdafacbbfa03c1eb0968ca111141353a1911a328144c62e9810de9902995c
5
5
  SHA512:
6
- metadata.gz: 9df0d61b80c78cd992b46428b24836db44094d636384940e976a0a09a58245bec59def6031d8426a24d41bdb0644ac49d4e8b558ef32c684554fbf03104a148c
7
- data.tar.gz: 8c63cfaa83e3acad5d864dbf2d170fcf0e9111f31e8053fc2ce2a8a4d8af696355fda7b3e7152dc0764bce8e36c3afdd432c5a344f97a2b9b4b6c6c17e6a52d9
6
+ metadata.gz: 2fef1eeb91cb331f340b36bbd76778f16dc1baedb3d550683b2ea2a8c454b1f87c65847b44ba9ae1323d9a413fe7610c510415d275a56a84c7ea743b9dbbfb23
7
+ data.tar.gz: 897c6b6d949c1fa5674faa745d4646c035058cc7ac84f58e69f0f1fe375f3374af8f07cce54ee534c6c2d2804ca6e87f8472d5b96cff0b8b1a38fc1009135fdb
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 11.9.3
2
+ - DOC: clarify that `http_compression` option only affects _requests_; compressed _responses_ have always been read independent of this setting [#1030 ](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1030)
3
+
4
+ ## 11.9.2
5
+ - Fix broken link to Logstash Reference [#1085](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1085)
6
+
1
7
  ## 11.9.1
2
8
  - Fixes a possible infinite-retry-loop that could occur when this plugin is configured with an `action` whose value contains a [sprintf-style placeholder][] that fails to be resolved for an individual event. Events in this state will be routed to the pipeline's [dead letter queue][DLQ] if it is available, or will be logged-and-dropped so that the remaining events in the batch can be processed [#1080](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1080)
3
9
 
data/docs/index.asciidoc CHANGED
@@ -276,11 +276,10 @@ not reevaluate its DNS value while the keepalive is in effect.
276
276
 
277
277
  ==== HTTP Compression
278
278
 
279
- This plugin supports request compression, and handles compressed responses
280
- from Elasticsearch.
279
+ This plugin always reads compressed responses from {es}.
280
+ It _can be configured_ to send compressed bulk requests to {es}.
281
281
 
282
- To enable request compression, use the <<plugins-{type}s-{plugin}-http_compression>>
283
- setting on this plugin.
282
+ If you are concerned about bandwidth, you can enable <<plugins-{type}s-{plugin}-http_compression>> to trade a small amount of CPU capacity for a significant reduction in network IO.
284
283
 
285
284
  ==== Authentication
286
285
 
@@ -395,7 +394,9 @@ The Elasticsearch action to perform. Valid actions are:
395
394
  document if not already present. See the `doc_as_upsert` option. NOTE: This does not work and is not supported
396
395
  in Elasticsearch 1.x. Please upgrade to ES 2.x or greater to use this feature with Logstash!
397
396
  - A sprintf style string to change the action based on the content of the event. The value `%{[foo]}`
398
- would use the foo field for the action. If resolved action is not in [`index`, `delete`, `create`, `update`], the event will not be sent to {es}, and instead either will be sent to the pipeline's <<dead-letter-queues,dead letter queue (DLQ)>> if it is enabled, or will be logged and dropped.
397
+ would use the foo field for the action.
398
+ If resolved action is not in [`index`, `delete`, `create`, `update`], the event will not be sent to {es}.
399
+ Instead the event will be sent to the pipeline's {logstash-ref}/dead-letter-queues.html[dead-letter-queue (DLQ)] (if enabled), or it will be logged and dropped.
399
400
 
400
401
  For more details on actions, check out the {ref}/docs-bulk.html[Elasticsearch bulk API documentation].
401
402
 
@@ -1,6 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-elasticsearch'
3
- s.version = '11.9.1'
3
+ s.version = '11.9.3'
4
+
4
5
  s.licenses = ['apache-2.0']
5
6
  s.summary = "Stores logs in Elasticsearch"
6
7
  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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.9.1
4
+ version: 11.9.3
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-21 00:00:00.000000000 Z
11
+ date: 2022-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement