README.md in fluent-plugin-azureeventhubs-0.0.1 vs README.md in fluent-plugin-azureeventhubs-0.0.2
- old
+ new
@@ -28,9 +28,10 @@
hub_name <Name of Event Hubs>
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)]
</match>
```
## Contributing