fluent-plugin-cassandra-cql 0.0.4 → 0.0.5

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 CHANGED
@@ -30,11 +30,11 @@ via RubyGems
30
30
  # create table (column family)
31
31
  CREATE TABLE events (id varchar, ts bigint, payload text, PRIMARY KEY (id, ts)) WITH CLUSTERING ORDER BY (ts DESC);
32
32
 
33
- # NOTE: schema definition should match that specified in the Fluentd.conf configuration file
33
+ # NOTE: schema definition should match that specified in the Fluentd.conf configuration file (see below)
34
34
 
35
35
  ## Fluentd.conf Configuration
36
- <match cassandra.**>
37
- type cassandra-cql
36
+ <match cassandra_cql.**>
37
+ type cassandra_cql # fluent output plugin file name (sans fluent_plugin_ prefix)
38
38
  host 127.0.0.1 # cassandra hostname.
39
39
  port 9160 # cassandra thrft port.
40
40
  keyspace FluentdLoggers # cassandra keyspace
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "fluent-plugin-cassandra-cql"
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["obie quelland"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-cassandra-cql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -159,7 +159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  segments:
161
161
  - 0
162
- hash: -4372923918878550503
162
+ hash: -1019417243086465844
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  none: false
165
165
  requirements: