Skip to content

Commit 4e70a6a

Browse files
committed
document timestamp_key
1 parent 15c0560 commit 4e70a6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Configuration options for fluent.conf are:
3131
* json_merge - Same as json but merge content of `log_key` into the top level and strip `log_key`
3232
* `log_key` - Used to specify the key when merging json or sending logs in text format (default `message`)
3333
* `open_timeout` - Set timeout seconds to wait until connection is opened.
34-
* `add_timestamp` - Add `timestamp` field to logs before sending to sumologic (default `true`)
34+
* `add_timestamp` - Add `timestamp` (or `timestamp_key`) field to logs before sending to sumologic (default `true`)
35+
* `timestamp_key` - Field name when `add_timestamp` is on (default `timestamp`)
3536
* `proxy_uri` - Add the `uri` of the `proxy` environment if present.
3637
* `metric_data_format` - The format of metrics you will be sending, either `graphite` or `carbon2` (Default is `graphite `)
3738
* `disable_cookies` - Option to disable cookies on the HTTP Client. (Default is `false `)

0 commit comments

Comments
 (0)