Skip to content

Commit 65c02f3

Browse files
authored
Update readme due to latest changes (#60)
* custom_fields (#56) * cutom_dimensions (#57) * compression (#58)
1 parent 8592b96 commit 65c02f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ 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_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)
3640

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

0 commit comments

Comments
 (0)