logstash-codec-netflow 3.14.0 → 3.14.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
  SHA1:
3
- metadata.gz: 9a3d7bde831ad7a858dfaee72f97e65588d514bf
4
- data.tar.gz: f2b1f7093f7e00bc86a43cee0c3fd3e336ee8449
3
+ metadata.gz: 11eeb7718eb1146533c6b6f1745dfbbd3d267f24
4
+ data.tar.gz: 0618d031da52613490941fce6df6c92021791fa8
5
5
  SHA512:
6
- metadata.gz: 04f34a68824c326d561af68823f99beaf60dae93e44534c7852f9d154c28726b4aaf46350ca5a4f1d72558233ff262f13bd5d85b492a7f78cbc73cf6ab0a26a5
7
- data.tar.gz: b8a9e029d2e24a01c99c9ede0d8b41e6abe7915aaeab8a0b2b0e1e648a1b18022be5a1c8735019e669d9bbd43766adbbd3c5eb554d2f5c71fb9c87a615cac9ba
6
+ metadata.gz: 590fa8a90f09134a83af9a7907393c0f0bf1fa942c850db1a6daa749506e26347dfdd202a4e4a4d8cf078d0322e3510567b0eb00f020fe51f99a150a188df375
7
+ data.tar.gz: 5ad744cbb78da117c1b8936a01d1e0fc645feb11da895aa96214564655e4231b192ba52359817e6e26000c6f4190a9dff7676c14343bae5d5c32ca7b225d2acf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 3.14.1
2
+
3
+ - Fixes exception when receiving Netflow 9 from H3C devices
4
+
1
5
  ## 3.14.0
2
6
 
3
7
  - Added support for Netflow 9 from H3C devices
data/CONTRIBUTORS CHANGED
@@ -13,6 +13,7 @@ Contributors:
13
13
  * Evgeniy Sudyr (ejectck)
14
14
  * G.J. Moed (gjmoed)
15
15
  * Gmoz Shih
16
+ * Jason Liu (JasonLZJ)
16
17
  * James Park-Watt (jimmypw)
17
18
  * Jason Keller (jasonkeller)
18
19
  * Jeremy Foran (jeremyforan)
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  0:
3
3
  0:
4
- - 1
5
- - :field0_reserved
4
+ - :skip
6
5
  1:
7
6
  - :uint64
8
7
  - :octetDeltaCount
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  0:
3
- - 1
4
- - :field0_reserved
3
+ - :skip
5
4
  1:
6
5
  - 4
7
6
  - :in_bytes
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-netflow'
4
- s.version = '3.14.0'
4
+ s.version = '3.14.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"
@@ -1002,8 +1002,7 @@ describe LogStash::Codecs::Netflow do
1002
1002
  "protocol": 6,
1003
1003
  "output_snmp": 1743,
1004
1004
  "dst_traffic_index": 4294967295,
1005
- "ip_protocol_version": 4,
1006
- "field0_reserved": 0
1005
+ "ip_protocol_version": 4
1007
1006
  },
1008
1007
  "@version": "1",
1009
1008
  "@timestamp": "2018-05-21T09:25:04.000Z"
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: 3.14.0
4
+ version: 3.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-21 00:00:00.000000000 Z
11
+ date: 2018-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement