logstash-core 6.7.1-java → 6.7.2-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: 5cb2c3d12ee84ccca308a588f565dabb5129932cc353d0f1831a11c4ac8a368c
4
- data.tar.gz: 5f3d7837108cbaceb64f58b5a65171931d56cdf7f34fc31d08c5c92cd26a16e8
3
+ metadata.gz: 993a858e976c9894759d0cf34016a4ebbfcd7628e485ee7aa37e3095f07f563a
4
+ data.tar.gz: '09c99d9248aafcbc0508559da35c5a104bfd9f4b9f7ecab5bf3ba369e2cb2865'
5
5
  SHA512:
6
- metadata.gz: 297118c76d845d125dda608cc59108975b2cb6349ccf466cdc784d9459bf9e2c2a1e55494fdb7053beb812728e48eb0be4240125315cb3a99df366e20712e269
7
- data.tar.gz: 8abff85b0751b1517d455a4298cb52fb2d722ad3c75fa394eb7bbbd1a145582f3cb8001cd4dc2407a104afe42bd59baaeb5dcb55ff365d00abb7c019c4335cc8
6
+ metadata.gz: 182ed39346a07c1f5d667ea128ab36cb7d185f3ecfe1d7dc4f6f291441146119f8e80a76c2830b54ffb955fb8b2cac626dec1cd4fa5d10dfc47217c3074cdcb7
7
+ data.tar.gz: b3cd3565f840d148c6ab58b5149240c244acf73a4e6997ab92cc7a682cd76070b1f3c59598201fe97d560ec052a2001b72be6c14b4132c14fcf6c4967582ea14
@@ -115,7 +115,7 @@ module LogStashCompilerLSCLGrammar; module LogStash; module Compiler; module LSC
115
115
  elsif existing.kind_of?(::Array)
116
116
  hash[k] = existing.push(*v)
117
117
  else
118
- hash[k] = existing + v
118
+ hash[k] = [existing, v] unless v == existing
119
119
  end
120
120
  hash
121
121
  end
@@ -380,6 +380,8 @@ class LogStash::Runner < Clamp::StrictCommand
380
380
 
381
381
  @agent.shutdown
382
382
 
383
+ logger.info("Logstash shut down.")
384
+
383
385
  # flush any outstanding log messages during shutdown
384
386
  org.apache.logging.log4j.LogManager.shutdown
385
387
 
@@ -1,13 +1,13 @@
1
1
  ---
2
- logstash: 6.7.1
3
- logstash-core: 6.7.1
2
+ logstash: 6.7.2
3
+ logstash-core: 6.7.2
4
4
  logstash-core-plugin-api: 2.1.16
5
5
 
6
6
  # jruby must reference a *released* version of jruby which can be downloaded from the official download url
7
7
  # *and* for which jars artifacts are published for compile-time
8
8
  jruby:
9
- version: 9.2.6.0
10
- sha1: 3c13ec3966f6cc44966f3978c96325b9e56174f1
9
+ version: 9.2.7.0
10
+ sha1: dc35f9bb991f526f058bf6b9591c460f98cffe9e
11
11
 
12
12
  # jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
13
13
  # not for the compile-time jars
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.1
4
+ version: 6.7.2
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-02 00:00:00.000000000 Z
11
+ date: 2019-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -608,7 +608,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
608
608
  version: '0'
609
609
  requirements: []
610
610
  rubyforge_project:
611
- rubygems_version: 2.7.6
611
+ rubygems_version: 2.7.9
612
612
  signing_key:
613
613
  specification_version: 4
614
614
  summary: logstash-core - The core components of logstash