fluent-plugin-rambler 0.1.0 → 0.1.1
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.
- data/README.md +8 -5
- data/fluent-plugin-rambler.gemspec +3 -3
- metadata +82 -75
- checksums.yaml +0 -7
data/README.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
A variant of S3 output plugin for Amazon Redshift.
|
4
4
|
|
5
|
+
This plugin works with a command line utility called "rambler":
|
6
|
+
|
7
|
+
https://github.com/k24d/rambler
|
8
|
+
|
5
9
|
## Installation
|
6
10
|
|
7
11
|
Add this line to your application's Gemfile:
|
@@ -18,14 +22,13 @@ Or install it yourself as:
|
|
18
22
|
|
19
23
|
## Configuration
|
20
24
|
|
21
|
-
|
22
|
-
are inherited from out_s3.
|
25
|
+
RamblerOutput is a subclass of S3Output, and most configuration parameters are inherited from out_s3.
|
23
26
|
|
24
27
|
http://docs.fluentd.org/articles/out_s3
|
25
28
|
|
26
29
|
There are additional parameters specific to out_rambler:
|
27
30
|
|
28
|
-
<match
|
31
|
+
<match myapp.event1>
|
29
32
|
type rambler
|
30
33
|
|
31
34
|
# for fluent-plugin-s3
|
@@ -39,8 +42,8 @@ There are additional parameters specific to out_rambler:
|
|
39
42
|
s3_object_key_format %{path}%{time_slice}/%{hostname}-%{index}.%{file_extension}
|
40
43
|
|
41
44
|
# remote path in the convension of Rambler time-series tables
|
42
|
-
path redshift/DATABASE/
|
43
|
-
buffer_path /var/log/fluent/DATABASE.
|
45
|
+
path redshift/DATABASE/VIEW_%Y%m/
|
46
|
+
buffer_path /var/log/fluent/DATABASE.VIEW
|
44
47
|
|
45
48
|
# the buffer will be flushed with this time slice
|
46
49
|
time_slice_format %Y%m%d
|
@@ -3,11 +3,11 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.name = "fluent-plugin-rambler"
|
6
|
-
gem.version = "0.1.
|
6
|
+
gem.version = "0.1.1"
|
7
7
|
gem.authors = ["Keisuke Nishida"]
|
8
8
|
gem.email = ["keisuke.nishida@gmail.com"]
|
9
|
-
gem.summary = %q{
|
10
|
-
gem.description = %q{
|
9
|
+
gem.summary = %q{Amazon S3 / Redshift output plugin for Fluentd event collector}
|
10
|
+
gem.description = %q{Amazon S3 / Redshift output plugin for Fluentd event collector}
|
11
11
|
gem.homepage = "https://github.com/k24d/fluent-plugin-rambler"
|
12
12
|
gem.license = 'Apache License, Version 2.0'
|
13
13
|
|
metadata
CHANGED
@@ -1,79 +1,80 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-rambler
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 0
|
7
|
+
- 1
|
8
|
+
- 1
|
9
|
+
version: 0.1.1
|
5
10
|
platform: ruby
|
6
|
-
authors:
|
11
|
+
authors:
|
7
12
|
- Keisuke Nishida
|
8
13
|
autorequire:
|
9
14
|
bindir: bin
|
10
15
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
16
|
+
|
17
|
+
date: 2013-08-25 00:00:00 +09:00
|
18
|
+
default_executable:
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
14
21
|
name: fluentd
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - '>='
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '0'
|
20
|
-
type: :development
|
21
22
|
prerelease: false
|
22
|
-
|
23
|
-
requirements:
|
24
|
-
- -
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
|
27
|
-
-
|
28
|
-
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - '>='
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '0'
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - ">="
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
segments:
|
28
|
+
- 0
|
29
|
+
version: "0"
|
34
30
|
type: :development
|
31
|
+
version_requirements: *id001
|
32
|
+
- !ruby/object:Gem::Dependency
|
33
|
+
name: fluent-plugin-s3
|
35
34
|
prerelease: false
|
36
|
-
|
37
|
-
requirements:
|
38
|
-
- -
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
|
41
|
-
-
|
35
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
segments:
|
40
|
+
- 0
|
41
|
+
version: "0"
|
42
|
+
type: :development
|
43
|
+
version_requirements: *id002
|
44
|
+
- !ruby/object:Gem::Dependency
|
42
45
|
name: fluentd
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - '>='
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '0'
|
48
|
-
type: :runtime
|
49
46
|
prerelease: false
|
50
|
-
|
51
|
-
requirements:
|
52
|
-
- -
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
|
55
|
-
-
|
56
|
-
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - '>='
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '0'
|
47
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - ">="
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
segments:
|
52
|
+
- 0
|
53
|
+
version: "0"
|
62
54
|
type: :runtime
|
55
|
+
version_requirements: *id003
|
56
|
+
- !ruby/object:Gem::Dependency
|
57
|
+
name: fluent-plugin-s3
|
63
58
|
prerelease: false
|
64
|
-
|
65
|
-
requirements:
|
66
|
-
- -
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
59
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
60
|
+
requirements:
|
61
|
+
- - ">="
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
segments:
|
64
|
+
- 0
|
65
|
+
version: "0"
|
66
|
+
type: :runtime
|
67
|
+
version_requirements: *id004
|
68
|
+
description: Amazon S3 / Redshift output plugin for Fluentd event collector
|
69
|
+
email:
|
72
70
|
- keisuke.nishida@gmail.com
|
73
71
|
executables: []
|
72
|
+
|
74
73
|
extensions: []
|
74
|
+
|
75
75
|
extra_rdoc_files: []
|
76
|
-
|
76
|
+
|
77
|
+
files:
|
77
78
|
- .gitignore
|
78
79
|
- Gemfile
|
79
80
|
- LICENSE.txt
|
@@ -83,30 +84,36 @@ files:
|
|
83
84
|
- lib/fluent/plugin/out_rambler.rb
|
84
85
|
- test/helper.rb
|
85
86
|
- test/plugin/test_out_rambler.rb
|
87
|
+
has_rdoc: true
|
86
88
|
homepage: https://github.com/k24d/fluent-plugin-rambler
|
87
|
-
licenses:
|
89
|
+
licenses:
|
88
90
|
- Apache License, Version 2.0
|
89
|
-
metadata: {}
|
90
91
|
post_install_message:
|
91
92
|
rdoc_options: []
|
92
|
-
|
93
|
+
|
94
|
+
require_paths:
|
93
95
|
- lib
|
94
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
95
|
-
requirements:
|
96
|
-
- -
|
97
|
-
- !ruby/object:Gem::Version
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
96
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
97
|
+
requirements:
|
98
|
+
- - ">="
|
99
|
+
- !ruby/object:Gem::Version
|
100
|
+
segments:
|
101
|
+
- 0
|
102
|
+
version: "0"
|
103
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
104
|
+
requirements:
|
105
|
+
- - ">="
|
106
|
+
- !ruby/object:Gem::Version
|
107
|
+
segments:
|
108
|
+
- 0
|
109
|
+
version: "0"
|
104
110
|
requirements: []
|
111
|
+
|
105
112
|
rubyforge_project: fluent-plugin-rambler
|
106
|
-
rubygems_version:
|
113
|
+
rubygems_version: 1.3.6
|
107
114
|
signing_key:
|
108
|
-
specification_version:
|
109
|
-
summary:
|
110
|
-
test_files:
|
115
|
+
specification_version: 3
|
116
|
+
summary: Amazon S3 / Redshift output plugin for Fluentd event collector
|
117
|
+
test_files:
|
111
118
|
- test/helper.rb
|
112
119
|
- test/plugin/test_out_rambler.rb
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: f90b47a98fbfbd1219a038386fce480f3836b00e
|
4
|
-
data.tar.gz: 4259f77bcaadd36dbac838a0aac26e4c6a0146ff
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: e1d5067fdf5627fbb8b514e9be3c088dd41a3500d5287d15e103b2b14c0fbf78d0d2f0c506958ce65fa9e29496f979bb4a50a071457bb0239b3d429805a09770
|
7
|
-
data.tar.gz: f5b43dc577301b817fdf6decce17e7bdb667c71b1bff6cce185b27d00e20a345725a83239c19da81f2d591f59a876915df264e4875773fbac84ab74ed7e31723
|