You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/http.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The **http** output plugin allows to flush your records into a HTTP endpoint. Fo
19
19
| header\_tag | Specify an optional HTTP header field for the original message tag. ||
20
20
| header | Add a HTTP header key/value pair. Multiple headers can be set. ||
21
21
| json\_date\_key | Specify the name of the time key in the output record. To disable the time key just set the value to `false`. | date |
22
-
| json\_date\_format | Specify the format of the date. Supported formats are _double_, _epoch_, _iso8601_ (eg: _2018-05-30T09:39:52.000681Z_) and _java_sql_timestamp_ (eg: _2018-05-30 09:39:52.000681_)| double |
22
+
| json\_date\_format | Specify the format of the date. Supported formats are _double_, _epoch_, _epoch_ms_, _iso8601_ (eg: _2018-05-30T09:39:52.000681Z_) and _java_sql_timestamp_ (eg: _2018-05-30 09:39:52.000681_) | double |
23
23
| gelf\_timestamp\_key | Specify the key to use for `timestamp` in _gelf_ format ||
24
24
| gelf\_host\_key | Specify the key to use for the `host` in _gelf_ format ||
25
25
| gelf\_short\_message\_key | Specify the key to use as the `short` message in _gelf_ format ||
0 commit comments