logstash-output-elasticsearch 10.8.3-java → 10.8.4-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: 4e7c81c4ce31203196fe4f6c377ea7785cc737b72aaa12abcd9afa7c625a7f72
4
- data.tar.gz: 77257a5df5d92a5d06a75428e525fc9857123ed72e295b405dce451be27954b7
3
+ metadata.gz: 7bbaed62e36b6543bf68420603a64e84f39a61e3ffaaf3456f28fad73295430c
4
+ data.tar.gz: '0682c7ac69384d7db244e33186237461c148683cc205b72660251e5d3041765c'
5
5
  SHA512:
6
- metadata.gz: 5c1dc510523d80daee4de75bf4c06b8eba9c0e76938b23aa109ce039e3ed6d74bdfe01fad435d4c8c18f07f0099e58ef5ea8dbb2013109dfec61c754c47df6fa
7
- data.tar.gz: 6bbedbb413d9149ba205b77bff647b09a69bfb8ce2abb3396e81cb1d2e45a6ae6e8f21be3eeb86306e83c85d8a7a542b7e8ab3ff918178ace885a49ce94fc9b9
6
+ metadata.gz: 8a546bff1b7623d8e37fd11b9551691ff87072831f81b00af1c4bfd8086e8f7ee45fad2b78682f68927e97d883dfc923a90f76bc53f648885fcd3d5d3c437028
7
+ data.tar.gz: 4ea4dc460aa38935cd4e72d2c35c069fb372d02c99fa5cf47e48dbce13994d3615296a3601c8a6c6641f6db587ec0776bc04fcd7b7902c32f31c8c6e95eb4340
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 10.8.4
2
+ - Fixed an issue where a retried request would drop "update" parameters [#800](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/800)
3
+
1
4
  ## 10.8.3
2
5
  - Avoid to implicitly set deprecated type to `_doc` when connects to Elasticsearch version 7.x [#994](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/994)
3
6
 
@@ -400,6 +400,7 @@ module LogStash; module Outputs; class ElasticSearch;
400
400
 
401
401
  # Build a bulk item for an elasticsearch update action
402
402
  def update_action_builder(args, source)
403
+ args = args.clone()
403
404
  if args[:_script]
404
405
  # Use the event as a hash from your script with variable name defined
405
406
  # by script_var_name (default: "event")
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-elasticsearch'
3
- s.version = '10.8.3'
3
+ s.version = '10.8.4'
4
4
 
5
5
  s.licenses = ['apache-2.0']
6
6
  s.summary = "Stores logs in Elasticsearch"
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: 10.8.3
4
+ version: 10.8.4
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-22 00:00:00.000000000 Z
11
+ date: 2021-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement