README.md in fluent-plugin-elb-access-log-0.3.7 vs README.md in fluent-plugin-elb-access-log-0.4.0
- old
+ new
@@ -1,8 +1,8 @@
# 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).
+Fluentd input plugin for AWS ELB Access Logs.
[![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)
[![Coverage Status](https://coveralls.io/repos/github/winebarrel/fluent-plugin-elb-access-log/badge.svg?branch=master)](https://coveralls.io/github/winebarrel/fluent-plugin-elb-access-log?branch=master)
@@ -53,10 +53,12 @@
## Outout
### CLB
+see http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/access-log-collection.html
+
```json
// elb.access_log:
{
"timestamp":"2015-05-24T08:25:36.229576Z",
"elb":"hoge",
@@ -87,9 +89,11 @@
"request.uri.fragment":null
}
```
### ALB
+
+see http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html
```json
{
"type": "https",
"timestamp": "2015-05-24T19:55:36.000000Z",