fluent-plugin-in-udp-event 0.0.1 → 0.0.2
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 +8 -8
- data/Gemfile +5 -1
- data/README.rdoc +6 -1
- data/VERSION +1 -1
- data/lib/fluent/plugin/in_udp_event.rb +1 -1
- data/test/helper.rb +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NTRiNDA0ZmUyN2E5ZjdlOWU4ZjdkYTMwN2FjNzQ1NjIxMDJhMjg2NQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTJiZjRkNWIzYzY4MDE5MTcxMjdiYjU1ODBkOTJiMTE1NGQwNDBiNg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzQ4NGFlNDlkNDA4ZDZmOTdkZmQ1OWZlZjFiNTliNTlkZDcxY2I1NTI2YWU1
|
10
|
+
YWRjZWJiODA1OWNmMDBmNjY5NjY3NDMwZmY1YWE0NTRjNjliOWJjYzUyNjc0
|
11
|
+
OWNjYWJlNjk5ODg5NjBlNjdjNGJhZDJmOWFkNzg5ZmRhMjU2NDU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTMzZDUyODA2MzQ5YmVkNzhhNThhZmY1OTQ5NWMyYjhmYTJhMjM4ZjA5NTUw
|
14
|
+
MzlmMTBjMjcxMWJhOTQwMmJmMzUwMjkzMDQ0MDVkZGFkNjQ0ZGE4ZmIyOGVj
|
15
|
+
ZTBmZTgzMTQ3MDJlZDI2OThhMmUwZjE2NDQ2MmNkZGFlZDc4YzE=
|
data/Gemfile
CHANGED
data/README.rdoc
CHANGED
@@ -1,4 +1,9 @@
|
|
1
|
-
|
1
|
+
{<img src="https://badge.fury.io/rb/fluent-plugin-in-udp-event.png" alt="Gem Version" />}[http://badge.fury.io/rb/fluent-plugin-in-udp-event]
|
2
|
+
{<img src="https://travis-ci.org/ablagoev/fluent-plugin-in-udp-event.png?branch=master" />}[https://travis-ci.org/ablagoev/fluent-plugin-in-udp-event]
|
3
|
+
{<img src="https://coveralls.io/repos/ablagoev/fluent-plugin-in-udp-event/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/ablagoev/fluent-plugin-in-udp-event?branch=master]
|
4
|
+
{<img src="https://codeclimate.com/github/ablagoev/fluent-plugin-in-udp-event.png" />}[https://codeclimate.com/github/ablagoev/fluent-plugin-in-udp-event]
|
5
|
+
|
6
|
+
= fluent-plugin-in-udp-event
|
2
7
|
|
3
8
|
An event driven Fluentd[http://fluentd.org/] input plugin for sending logs through UDP. The plugin uses Cool.io[http://coolio.github.io/] similarly to other parts in Fluentd.
|
4
9
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
data/test/helper.rb
CHANGED