fluent-plugin-netflow 0.2.3 → 0.2.4

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: 9dc74b8e02addf45039fb1a007eb294a2a12d5e5
4
- data.tar.gz: fd17e359f2840a2fa13157b75485ff882b635727
3
+ metadata.gz: f06418df4a7d69f282cb471bd2d22600f9dddcd0
4
+ data.tar.gz: 8415b306a91bcc75381d91d75abe71cd80cd8d7d
5
5
  SHA512:
6
- metadata.gz: 41c9bf911cc335d22fa696976483334e548efb98dbfa03e5bd3e5d73ed277084fe3860799e88bb519ed731c3ccbd8837a686537618b5ba3a22757572ca940c53
7
- data.tar.gz: aff98859ff756a1b85b7a43da91313d3c1a495ea794f076d12f6057bf1f1132459af79319b4e459883c19fd074b45b294fe3671e1c22ad2a5be7160c967e7b6d
6
+ metadata.gz: 55b678d070a64df3b05e69f1d69638e24f04838e20e39ae2a67d6ce7213ee2d4200cab55954d6a3609c430985720c140ad01f9b5bc4b72620e8eb5653b579cb7
7
+ data.tar.gz: 68241c08abffa8fa0f43a60010a465eb52fa938ebc2b32606ee1d9f2e180d632fd2fafa8f3d4a91e4e8db7a08f330fae25540a7ffbe42b7c54a239b97a79252d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -251,6 +251,9 @@ option:
251
251
  91:
252
252
  - :uint8
253
253
  - :mpls_prefix_len
254
+ 95:
255
+ - 4
256
+ - :app_id
254
257
  234:
255
258
  - :uint32
256
259
  - :ingress_vrf_id
@@ -285,8 +285,8 @@ module Fluent
285
285
 
286
286
  r.each_pair {|k,v| event[k.to_s] = v }
287
287
  unless @switched_times_from_uptime
288
- event['first_switched'] = format_for_switched(msec_from_boot_to_time(event['first_switched'], pdu.uptime, time, 0))
289
- event['last_switched'] = format_for_switched(msec_from_boot_to_time(event['last_switched'] , pdu.uptime, time, 0))
288
+ event['first_switched'] = format_for_switched(msec_from_boot_to_time(event['first_switched'], pdu.uptime, time, 0)) if event['first_switched']
289
+ event['last_switched'] = format_for_switched(msec_from_boot_to_time(event['last_switched'], pdu.uptime, time, 0)) if event['last_switched']
290
290
  end
291
291
 
292
292
  if sampler_id = r['flow_sampler_id']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-netflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masahiro Nakagawa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-28 00:00:00.000000000 Z
11
+ date: 2016-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd