README.md in sk-fluent-plugin-azureeventhubs-0.0.13 vs README.md in sk-fluent-plugin-azureeventhubs-0.0.14

- old
+ new

@@ -1,48 +1,10 @@ -# Fluent::Plugin::Azureeventhubs +# async-fluent-plugin-azureeventhubs -Azure Event Hubs buffered output plugin for Fluentd. +[![Build Status](https://travis-ci.com/sio2k/async-fluent-plugin-azureeventhubs-.svg?branch=master)](https://travis-ci.com/sio2k/async-fluent-plugin-azureeventhubs-) +[![Known Vulnerabilities](https://snyk.io/test/github/sio2k/async-fluent-plugin-azureeventhubs-/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/sio2k/async-fluent-plugin-azureeventhubs-?targetFile=Gemfile.lock) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sio2k/async-fluent-plugin-azureeventhubs-/blob/master/LICENSE) +Inspired by https://github.com/htgc/fluent-plugin-azureeventhubs -## Installation - -Add this line to your application's Gemfile: - -```ruby -gem 'fluent-plugin-azureeventhubs' -``` - -And then execute: - - $ bundle - -Or install it yourself as: - - $ gem install fluent-plugin-azureeventhubs - -## Configuration - -``` -<match pattern> - type azureeventhubs_buffered - - connection_string <Paste SAS connection string from Azure Management Potal> - 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)] - proxy_addr <Host or IP> # Address of the proxy [Optional] - proxy_port <Integer> # Proxy port. [Optional: default => 3128] - read_timeout <Integer> # HTTP Read timeout in seconds[Optional: default => 60] - open_timeout <Integer> # HTTP Open timeout in seconds[Optional: default => 60] - message_properties <Json Object> # A json object of key/value pairs to add Properties to the events being sent to EventHubs [Optional: default => nil] -</match> -``` - -## Contributing - -1. Fork it ( https://github.com/[my-github-username]/fluent-plugin-azureeventhubs/fork ) -2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create a new Pull Request +- Snyk integration done +- Travis build done +- Buffered output pending