Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay2win committed Sep 10, 2012
1 parent 63a896d commit 556d90b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Supports:
Can be used to input data into DSE Search (or use cassandra secondary indexes) the Row Key is a UUID. Fields in the event headers are sealized as Column name and value, body of the event is searalized with the column name "data" and the value/body as the byte[].

Property file: cassandra_search.properties

Values supported in cassandra_search.properties

```
read_consistency
write_consistency
Expand All @@ -22,7 +24,9 @@ timeout_in_ms
Can be used to input data into cassandra the row key is the current date (string format: "YYYY-MM-DD HH:MM:SS"). Fields in the headers are sealized as Column name and column value, body of the event is searalized with the column name "data" and the value as the byte[] (event body), optionally users and insert a uniq prefix for all the column names inserted by adding a field name "event_prefix" within the event object.

Property File: cassandra.properties

Values supported in cassandra.properties

```
read_consistency
write_consistency
Expand Down

0 comments on commit 556d90b

Please sign in to comment.