README.md in fluent-plugin-azureeventhubs-0.0.2 vs README.md in fluent-plugin-azureeventhubs-0.0.3
- old
+ new
@@ -29,9 +29,11 @@
include_tag (true|false) # true: Include tag into record [Optional: default => false]
include_time (true|false) # true: Include time into record [Optional: default => false]
tag_time_name record_time # record tag for time when include_time sets true. [Optional: default => 'time']
type (https|amqps) # Connection type. [Optional: default => https]. Note that amqps is not implementated.
expiry_interval <Integer number> # Signature expiration time interval in seconds. [Optional: default => 3600 (60min)]
+ proxy_addr <Host or IP> # Address of the proxy [Optional]
+ proxy_port <Integer> # Proxy port. [Optional: default => 3128]
</match>
```
## Contributing