Skip to content

Commit

Permalink
bullet of schema fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarwar Bhuiyan committed Nov 2, 2015
1 parent d7f9c7f commit 52f112b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ TO generate events and index directly into Elasticsearch

Using JSON format the following information can be defined:

field name
type (currently supported: integer, long, date, string, text, array, object, enum)
probability - number from 0 to 100, indicating the probability that the defined field will be present in the generated document (100 means that the field will be present in all the documents, 50 means that about 50% of the documents will contain given field)
size (for arrays)
- field name
- type (currently supported: integer, long, date, string, text, array, object, enum)
- probability - number from 0 to 100, indicating the probability that the defined field will be present in the generated document (100 means that the field will be present in all the documents, 50 means that about 50% of the documents will contain given field)
- size (for arrays)

Example of input file:

```
{
"data" : {
Expand Down

0 comments on commit 52f112b

Please sign in to comment.