Sha256: 0263a5b5de6b8f376fdd4891baafcd6505d0233b8bf54c5d51eddc3712ed5cd5

Contents?: true

Size: 386 Bytes

Versions: 1

Compression:

Stored size: 386 Bytes

Contents

# OSS plugin for [Fluentd](http://github.com/fluent/fluentd)

## Output: Configuration

```
<match **>
  @type oss
  oss_key_id xxx
  oss_key_secret xxx
  oss_bucket xxx
  oss_endpoint xxx
  oss_object_key_format "%{time_slice}/%{host}-%{uuid}.%{file_ext}"

  buffer_path /var/log/fluent/myapp
  time_slice_format %Y%m%d
  time_slice_wait 10m
  time_format %Y%m%dT%H%M%S%z
</match>
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-oss-0.0.1 README.md