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 +4 -4
- data/CHANGELOG.md +4 -0
- data/CONTRIBUTORS +1 -0
- data/lib/logstash/codecs/netflow/ipfix.yaml +1 -2
- data/lib/logstash/codecs/netflow/netflow.yaml +1 -2
- data/logstash-codec-netflow.gemspec +1 -1
- data/spec/codecs/netflow_spec.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11eeb7718eb1146533c6b6f1745dfbbd3d267f24
|
|
4
|
+
data.tar.gz: 0618d031da52613490941fce6df6c92021791fa8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 590fa8a90f09134a83af9a7907393c0f0bf1fa942c850db1a6daa749506e26347dfdd202a4e4a4d8cf078d0322e3510567b0eb00f020fe51f99a150a188df375
|
|
7
|
+
data.tar.gz: 5ad744cbb78da117c1b8936a01d1e0fc645feb11da895aa96214564655e4231b192ba52359817e6e26000c6f4190a9dff7676c14343bae5d5c32ca7b225d2acf
|
data/CHANGELOG.md
CHANGED
data/CONTRIBUTORS
CHANGED
|
@@ -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.
|
|
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"
|
data/spec/codecs/netflow_spec.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|