README.md in fluent-plugin-elb-access-log-0.1.0 vs README.md in fluent-plugin-elb-access-log-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ # fluent-plugin-elb-access-log Fluentd input plugin for [AWS ELB Access Logs](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/access-log-collection.html). -[![Gem Version](https://badge.fury.io/rb/fluent-plugin-elb-access-log.png)](http://badge.fury.io/rb/fluent-plugin-elb-access-log) +[![Gem Version](https://badge.fury.io/rb/fluent-plugin-elb-access-log.svg)](http://badge.fury.io/rb/fluent-plugin-elb-access-log) [![Build Status](https://travis-ci.org/winebarrel/fluent-plugin-elb-access-log.svg?branch=master)](https://travis-ci.org/winebarrel/fluent-plugin-elb-access-log) ## Installation Add this line to your application's Gemfile: @@ -28,10 +28,11 @@ type elb_access_log #aws_key_id YOUR_ACCESS_KEY_ID #aws_sec_key YOUR_SECRET_ACCESS_KEY #profile PROFILE_NAME #credentials_path path/to/credentials_file + #http_proxy http://... account_id 123456789012 # required s3_bucket BUCKET_NAME # required s3_region us-west-1 # required #s3_prefix PREFIX @@ -71,5 +72,13 @@ "request.uri.opaque":null, "request.uri.query":null, "request.uri.fragment":null } ``` + +# Difference with [fluent-plugin-elb-log](https://github.com/shinsaka/fluent-plugin-elb-log) + +* Use AWS SDK for Ruby V2. +* It is possible to change the record tag. +* List objects with prefix. +* Perse request line URI. +* It has tests other than the configuration file.