fluent-plugin-tagged_udp 0.0.6 → 0.0.7

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: b7d42d12afc1781ecc3f16ab20d4b13db8b59d79
4
- data.tar.gz: 5836b906c9bc72da12df1c2acc9975090c6b21da
3
+ metadata.gz: bd943c6c4fe732e82a1d1842a0c247f060cbc541
4
+ data.tar.gz: 5d246a3fc9306f9601a1fef392d8e0aa4f191f0e
5
5
  SHA512:
6
- metadata.gz: 6d6d2cd5ab1d64b8097e3e4385e131c99138b74bb8b8c555c6cb5c4fb5b4b864ea63c6a5fed48cd00d43e082489eaeb62bd5ed8744e1d750bfc0a338f5d646a0
7
- data.tar.gz: cf401b581f53b9b15314fc6c043ba43315d18f2019ed35d9d891cfb16e98d733e543c92ca5979260a23b8117ddeb98a96ba297d726f0c09fca44f3c21bd669f8
6
+ metadata.gz: b5a26d94caffb67309c24bdab4d274fbc1135807da791e0aa0ab948d7fc73efdb712027f14fba0e3d2d706c590ff74e387a61dcbca7d42e7b8573b8162219111
7
+ data.tar.gz: 37dfcd038ef71d10b7c052dfd2ceb7b56d84e5504985895f8dc0f4830d6efd762a0ab81931057830e1b74abd3608610391082cf554bdaacd6e4c4d1e2014aefd
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # Fluent::Plugin::tagged_udp
2
2
 
3
3
  Fluent plugin for tagged UDP Input/Output.
4
- This plugin is a special plugin to submit a message as a UDP packet. While fluentd's default UDP Input plugin supports to add a tag to the received message, this plugin support to add tag name separated by a special character.
4
+ Fluentd checks the destination status by UDP packets and messages are transferred via TCP connection. While it is useful for the transfer using stable connection, for mobile environment, it is not suitable in some cases. Supporting UDP transfer provides us flexibility to implement sensor networks. fluent-plugin-tagged_udp is a special plugin to submit a message as a UDP packet. While fluentd's default UDP Input plugin supports to add a tag to the received message statically by configuration, it does not support to extract a tag from the received message. This plugin supports to add tag name into UDP packet which is separated by a special character and also supports to extract tag name from the UDP packet. Encryption/Decription is not supported in this plugin but [fluent-plugin-jwt-filter](https://github.com/toyokazu/fluent-plugin-jwt-filter) can be used to encrypt/decrypt messages using JSON Web Token technology.
5
+
5
6
 
6
7
  ## Installation
7
8
 
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-tagged_udp"
7
- spec.version = "0.0.6"
7
+ spec.version = "0.0.7"
8
8
  spec.authors = ["Toyokazu Akiyama"]
9
9
  spec.email = ["toyokazu@gmail.com"]
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-tagged_udp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toyokazu Akiyama
8
8
  autorequire:
9
9
  bindir: []
10
10
  cert_chain: []
11
- date: 2016-01-29 00:00:00.000000000 Z
11
+ date: 2016-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -86,9 +86,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  requirements: []
88
88
  rubyforge_project:
89
- rubygems_version: 2.4.5
89
+ rubygems_version: 2.4.5.1
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: fluentd input/output plugin for tagged UDP message
93
93
  test_files: []
94
- has_rdoc: