logstash-output-elasticsearch 7.3.4-java → 7.3.5-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc1a672b60b3243dd69f875a60dc888fe4cbf341
4
- data.tar.gz: 79e351f418538c857cca719ecbacb650c8e00c00
3
+ metadata.gz: a0704e65cabf140ff127d635cab65d46ad97560b
4
+ data.tar.gz: 1d5f7ad8b7ed776a731c2b6f358ed68e3c298730
5
5
  SHA512:
6
- metadata.gz: a5beaf4ed4b27fdd2724a0d53dd615f926cee4a08ab1289a11bd4db96a8fa4b8e815fd441e64fbdd2885fcd0aeb57eabd18324f8b08a4cd271747bba46ba910c
7
- data.tar.gz: 49f4e418557d0b1af16fc23026d8fcc15b97efab6ed08dd1d7bfe9e880eb78adc1ee99382d9ed84a4c314b9841b071c137176924a84e3125faad1053755c9aae
6
+ metadata.gz: 8524f21f81db1ceb65087e4ef6a6083138af7ec5b414e1b7ae2dc9ffc5fc84405d80d9ce5cdbbf01f12ebc018eb7712f7f8b23f90794d608bc28af64a6b86098
7
+ data.tar.gz: 302b6037af174ede873f1faec0088fb83ca3fa9fdf09be0d8c38a0d9e8454ed7fb3cf91c49af3457033b0a25c65586e46d463da6795a3dcab56513e3950c0e00
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 7.3.5
2
+ - Fix incorrect variable reference when DLQing events
3
+
1
4
  ## 7.3.4
2
5
  - Fix incorrect handling of bulk_path containing ?s
3
6
 
@@ -150,7 +150,7 @@ module LogStash; module Outputs; class ElasticSearch;
150
150
  # To support bwc, we check if DLQ exists. otherwise we log and drop event (previous behavior)
151
151
  if @dlq_writer
152
152
  # TODO: Change this to send a map with { :status => status, :action => action } in the future
153
- @dlq_writer.write(event, "Could not index event to Elasticsearch. status: #{status}, action: #{action}, response: #{response}")
153
+ @dlq_writer.write(action_event, "Could not index event to Elasticsearch. status: #{status}, action: #{action}, response: #{response}")
154
154
  else
155
155
  @logger.warn "Could not index event to Elasticsearch.", status: status, action: action, response: response
156
156
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-elasticsearch'
3
- s.version = '7.3.4'
3
+ s.version = '7.3.5'
4
4
  s.licenses = ['apache-2.0']
5
5
  s.summary = "Logstash Output to 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"
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: 7.3.4
4
+ version: 7.3.5
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-06 00:00:00.000000000 Z
11
+ date: 2017-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement