diff --git a/README.md b/README.md index d46c21f..648cebb 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Configuration options for fluent.conf are: * `proxy_uri` - Add the `uri` of the `proxy` environment if present. * `metric_data_format` - The format of metrics you will be sending, either `graphite` or `carbon2` or `prometheus` (Default is `graphite `) * `disable_cookies` - Option to disable cookies on the HTTP Client. (Default is `false `) +* `compress` - Option to enable compression (default `false`) +* `compress_encoding` - Compression encoding format, either `gzip` or `deflate` (default `gzip`) +* `custom_fields` - Comma-separated key=value list of fields to apply to every log. [more information](https://help.sumologic.com/Manage/Fields#http-source-fields) +* `custom_dimensions` - Comma-separated key=value list of dimensions to apply to every metric. [more information](https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/HTTP-Source/Upload-Metrics-to-an-HTTP-Source#supported-http-headers) __NOTE:__ * [Placeholders](https://docs.fluentd.org/v1.0/articles/buffer-section#placeholders) are supported