fluent-plugin-cassandra-cql 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -3
- data/VERSION +1 -1
- data/fluent-plugin-cassandra-cql.gemspec +1 -1
- metadata +2 -2
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
|
37
|
-
type
|
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.
|
1
|
+
0.0.5
|
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
|
+
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: -
|
162
|
+
hash: -1019417243086465844
|
163
163
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
164
164
|
none: false
|
165
165
|
requirements:
|