README.md in fluent-plugin-bigquery-0.2.1 vs README.md in fluent-plugin-bigquery-0.2.2
- old
+ new
@@ -36,11 +36,11 @@
time_format %s
time_field time
field_integer time,status,bytes
field_string rhost,vhost,path,method,protocol,agent,referer
- field_float requestime
+ field_float requesttime
field_boolean bot_access,loginsession
</match>
```
For high rate inserts over streaming inserts, you should specify flush intervals and buffer chunk options:
@@ -70,11 +70,11 @@
time_format %s
time_field time
field_integer time,status,bytes
field_string rhost,vhost,path,method,protocol,agent,referer
- field_float requestime
+ field_float requesttime
field_boolean bot_access,loginsession
</match>
```
Important options for high rate events are:
@@ -129,11 +129,11 @@
time_format %s
time_field time
field_integer time,status,bytes
field_string rhost,vhost,path,method,protocol,agent,referer
- field_float requestime
+ field_float requesttime
field_boolean bot_access,loginsession
</match>
```
### Table id formatting
@@ -242,10 +242,10 @@
fetch_schema true
field_integer time
</match>
```
-If you specify multiple talbe in configuration file, plugin get all schema data from BigQuery and merge it.
+If you specify multiple tables in configuration file, plugin get all schema data from BigQuery and merge it.
NOTE: Since JSON does not define how to encode data of TIMESTAMP type,
you are still recommended to specify JSON types for TIMESTAMP fields as "time" field does in the example, if you use second or third method.
## TODO