logstash-codec-netflow 4.1.1 → 4.1.2

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
  SHA1:
3
- metadata.gz: 05072723b2f9f9f78b2fb55268ddca4e189e641f
4
- data.tar.gz: 0316e6c3a82fd2ac4355ef1cd7ede8a73b2b2e28
3
+ metadata.gz: 4c7ac0e49278603cd5a4f4ffc40824a17aa9db67
4
+ data.tar.gz: 5e9d278f6b727985bcc5e851e8f75fa26137a888
5
5
  SHA512:
6
- metadata.gz: 145c03e3407507b71affae3b337b0afe489e474816c33836d6d0df632ac7b840418257aa20d18df31621c2d9bd73b02bc7aa7d032191115bcf4a20e128754045
7
- data.tar.gz: d8b4cb2f0305d9a5d0f07132c466125480a41518ba5925f29bf2401117abb27d58f51e7e49698da283db8c11c0667c4630eaece7fd01d1db37ce5d776b3ffb98
6
+ metadata.gz: 875b0d6ce0f50124fc0fe5e5c3d6f33ecf226e4b764f968ec2fbb6233d08c080a40fd779708364cbda1c5619dc1cf007d61f76d35b6be6eeb0ed435ca266c687
7
+ data.tar.gz: a9595b104f90d311745636dc2a26ab83ab72d9a35ec37b625aec4f47b35fd74c1b2b87bf84a4c21b086b92b3a217cc926248d9fd59e7ce46163fb96f5663a325
@@ -1,3 +1,7 @@
1
+ ## 4.1.2
2
+
3
+ - Fixed issue where TTL in template registry was not being respected.
4
+
1
5
  ## 4.1.1
2
6
 
3
7
  - Reduced complexity of creating, persisting, loading an retrieving template caches.
@@ -605,8 +605,8 @@ class LogStash::Codecs::Netflow < LogStash::Codecs::Base
605
605
  catch(:invalid_template) do
606
606
  yield(template) if block_given?
607
607
 
608
- @bindata_spec_cache[key] = field_tuples
609
- @bindata_struct_cache[key] = template
608
+ @bindata_spec_cache[key, @ttl] = field_tuples
609
+ @bindata_struct_cache[key, @ttl] = template
610
610
 
611
611
  do_persist
612
612
 
@@ -243,6 +243,12 @@
243
243
  98:
244
244
  - :uint8
245
245
  - :postIpDiffServCodePoint
246
+ 99:
247
+ - :uint32
248
+ - :multicastReplicationFactor
249
+ 101:
250
+ - :uint8
251
+ - :classificationEngineId
246
252
  128:
247
253
  - :uint32
248
254
  - :bgpNextAdjacentAsNumber
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-netflow'
4
- s.version = '4.1.1'
4
+ s.version = '4.1.2'
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.1.1
4
+ version: 4.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-25 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core-plugin-api
@@ -62,8 +62,8 @@ extra_rdoc_files: []
62
62
  files:
63
63
  - lib/logstash/codecs/netflow/iana2yaml.rb
64
64
  - lib/logstash/codecs/netflow/ipfix.yaml
65
- - lib/logstash/codecs/netflow/netflow.yaml
66
65
  - lib/logstash/codecs/netflow/util.rb
66
+ - lib/logstash/codecs/netflow/netflow.yaml
67
67
  - lib/logstash/codecs/netflow.rb
68
68
  - spec/codecs/ipfix.dat
69
69
  - spec/codecs/ipfix_test_openbsd_pflow_data.dat