logstash-codec-netflow 4.3.0 → 4.3.1

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
  SHA256:
3
- metadata.gz: 44a4360fe38904bcf752af4e42ed4224fbf9c6fffc7c344809f099a5b0e4a213
4
- data.tar.gz: 9924b95954c9080fd4a0837218cb161b7914527f51678e230551922b457c06f0
3
+ metadata.gz: 1977177c31346ff62addb2a2140b21adcf35d1becf6c995604e16f91e1998d94
4
+ data.tar.gz: f448694fb80229e0257dc48f2c3200d8d19d21055a9e17057488c81d8fce2a84
5
5
  SHA512:
6
- metadata.gz: 217326f435859d4eeb4fb27b5b6b04693510e5394dc7ce5b8d23406ddb19b5498306b28e8d6451e93c47bbb29c5b15c58d042aa3715bacff7338133d95cc2ccc
7
- data.tar.gz: 22edde29971b3d624ef43c7bba6e80f62cdc899a3df4aab23fc0009991e9437dec43575975c29c3ebefb8363abe82cfad46a115b5a039c368069ff197945a2b8
6
+ metadata.gz: 87bb8f9f6cf7070f786225e7557552873c7f9be274a18cf97d14e213dbd898c1b6c91bc4008cc57221e1911206ae1f839680b09219a207c57c74ae7d9c996dc3
7
+ data.tar.gz: 4963f7cf398aaf8552805f14f3be1b6423316a9880340edd226caaa591ae84f76fcb2db714b2da686964551b0d6a97928c1fe3e5c238b9da2893f2d6b6370e1d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.3.1
2
+ - Fixed unable to initialize the plugin with Logstash 8.10+ [#205](https://github.com/logstash-plugins/logstash-codec-netflow/pull/205)
3
+
1
4
  ## 4.3.0
2
5
  - Added Gigamon ipfix definitions [#199](https://github.com/logstash-plugins/logstash-codec-netflow/pull/199)
3
6
 
@@ -57,7 +57,7 @@ class LogStash::Codecs::Netflow < LogStash::Codecs::Base
57
57
  @threadsafe = true
58
58
  end
59
59
 
60
- def clone
60
+ def clone(*args)
61
61
  self
62
62
  end
63
63
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-netflow'
4
- s.version = '4.3.0'
4
+ s.version = '4.3.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads Netflow v5, Netflow v9 and IPFIX data"
7
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-codec-netflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
215
215
  - !ruby/object:Gem::Version
216
216
  version: '0'
217
217
  requirements: []
218
- rubygems_version: 3.1.6
218
+ rubygems_version: 3.2.33
219
219
  signing_key:
220
220
  specification_version: 4
221
221
  summary: Reads Netflow v5, Netflow v9 and IPFIX data