File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 ` )
You can’t perform that action at this time.
0 commit comments