Skip to content

Commit f0c62b6

Browse files
author
Dominik Rosiek
committed
Update readme due to latest changes
* custom_fields (#56) * cutom_dimensions (#57) * sumo_client (#59) * compression (#58)
1 parent 79d0142 commit f0c62b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ Configuration options for fluent.conf are:
3333
* `proxy_uri` - Add the `uri` of the `proxy` environment if present.
3434
* `metric_data_format` - The format of metrics you will be sending, either `graphite` or `carbon2` or `prometheus` (Default is `graphite `)
3535
* `disable_cookies` - Option to disable cookies on the HTTP Client. (Default is `false `)
36+
* `compress` - Option to enable compression (default `false`)
37+
* `compress_encoding` - Compression encoding format, either `gzip` or `deflate` (default `gzip`)
38+
* `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)
39+
* `custom_metrics` - 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)
40+
* `sumo_client` - Overrides `X-Sumo-Client` header. (default `fluentd-output`)
3641

3742
__NOTE:__ <sup>*</sup> [Placeholders](https://docs.fluentd.org/v1.0/articles/buffer-section#placeholders) are supported
3843

0 commit comments

Comments
 (0)