fluent-plugin-mesosphere-filter 0.1.1 → 0.1.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/.ruby-version +1 -1
- data/.travis.yml +1 -0
- data/README.md +1 -1
- data/fluent-plugin-mesosphere-filter.gemspec +1 -1
- data/lib/fluent/plugin/mesosphere.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjEyOWNhN2Y3YTNhNmNlODE1NjJkNTVmMmM5OWM4NDExZmI2NDQ1Mw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZWQyNGI1ZTZmNjhmYjk3YmVlYTJkYTYyMDU3YzhiZmNiYjJiZDI5YQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjRiZGE1ZDRhMzkwMTRkOTI5NjFhZmFjOTE0NTllMmQ4ZmJiODVmYTMyNGY1
|
|
10
|
+
OWU3OTRjNjdmZTdmOTk2NDQwMGYzMGY1MTFhZWFlMWRmYTkxMzIwNzQ3MDM1
|
|
11
|
+
YTU4MzhkOWQxNjI1MzlmMTU5ZGQ2Y2U1YTZiNzhiZDhmN2Y5ZjI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODNmMmNmZWNlMmEyN2ZiMTM4ZjdiN2QzZDc1NzQ1ODgyNmI0ODlhODk0NDcw
|
|
14
|
+
YTNmZDI2NjY2ZjBmMjBhMmMyNDA3YWU1M2FhNzZiMTNlYTdkM2NmYzljYTU4
|
|
15
|
+
YjM3ZTVmZWZjNzM5ZTUwY2M2MGZmM2M2Yjc5NDE4NTk4ZmEzYWU=
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1.9.3-p551
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = 'fluent-plugin-mesosphere-filter'
|
|
7
|
-
gem.version = '0.1.
|
|
7
|
+
gem.version = '0.1.2'
|
|
8
8
|
gem.authors = ['Joseph Hughes']
|
|
9
9
|
gem.email = ['jjhughes57@gmail.com']
|
|
10
10
|
gem.description = 'Filter plugin to add Mesosphere metadata'
|
|
@@ -19,7 +19,7 @@ module Fluent
|
|
|
19
19
|
# Parses Marathon and Chronos data from docker to make fluentd logs more
|
|
20
20
|
# useful.
|
|
21
21
|
class MesosphereFilter < Fluent::Filter
|
|
22
|
-
Fluent::Plugin.register_filter('
|
|
22
|
+
Fluent::Plugin.register_filter('mesosphere_filter', self)
|
|
23
23
|
|
|
24
24
|
config_param :cache_size, :integer, default: 1000
|
|
25
25
|
config_param :cache_ttl, :integer, default: 60 * 60
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-mesosphere-filter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joseph Hughes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|