From 8e959ace91e9c105843febb55cea67f31ff3bd9d Mon Sep 17 00:00:00 2001 From: Marcos Diez Date: Thu, 17 Feb 2022 05:05:01 -0300 Subject: [PATCH] pack: output: added documentation for epoch_ms timestamp Signed-off-by: Marcos Diez --- pipeline/outputs/http.md | 2 +- pipeline/outputs/s3.md | 2 +- pipeline/outputs/standard-output.md | 2 +- pipeline/outputs/tcp-and-tls.md | 2 +- pipeline/outputs/websocket.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pipeline/outputs/http.md b/pipeline/outputs/http.md index 53dd114c3..c93b92151 100644 --- a/pipeline/outputs/http.md +++ b/pipeline/outputs/http.md @@ -19,7 +19,7 @@ The **http** output plugin allows to flush your records into a HTTP endpoint. Fo | header\_tag | Specify an optional HTTP header field for the original message tag. | | | header | Add a HTTP header key/value pair. Multiple headers can be set. | | | 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 | -| json\_date\_format | SSpecify 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 | +| 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 | | gelf\_timestamp\_key | Specify the key to use for `timestamp` in _gelf_ format | | | gelf\_host\_key | Specify the key to use for the `host` in _gelf_ format | | | gelf\_short\_message\_key | Specify the key to use as the `short` message in _gelf_ format | | diff --git a/pipeline/outputs/s3.md b/pipeline/outputs/s3.md index c19ce8f68..0b1c5900d 100644 --- a/pipeline/outputs/s3.md +++ b/pipeline/outputs/s3.md @@ -23,7 +23,7 @@ See [here](https://github.com/fluent/fluent-bit-docs/tree/43c4fe134611da471e706b | region | The AWS region of you S3 bucket | us-east-1 | | bucket | S3 Bucket name | None | | 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 | -| 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_) | iso8601 | +| 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_) | iso8601 | | total_file_size | Specifies the size of files in S3. Maximum size is 50G, minimim is 1M. | 100M | | upload_chunk_size | The size of each 'part' for multipart uploads. Max: 50M | 5,242,880 bytes | | upload_timeout | Whenever this amount of time has elapsed, Fluent Bit will complete an upload and create a new file in S3. For example, set this value to 60m and you will get a new file every hour. | 10m | diff --git a/pipeline/outputs/standard-output.md b/pipeline/outputs/standard-output.md index f171ea7e8..2dfdfb809 100644 --- a/pipeline/outputs/standard-output.md +++ b/pipeline/outputs/standard-output.md @@ -8,7 +8,7 @@ The **stdout** output plugin allows to print to the standard output the data rec | :--- | :--- | :--- | | Format | Specify the data format to be printed. Supported formats are _msgpack_ _json_, _json\_lines_ and _json\_stream_. | msgpack | | 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 | -| 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 | +| 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 | ### Command Line diff --git a/pipeline/outputs/tcp-and-tls.md b/pipeline/outputs/tcp-and-tls.md index 68b615ed6..5f29c0a09 100644 --- a/pipeline/outputs/tcp-and-tls.md +++ b/pipeline/outputs/tcp-and-tls.md @@ -10,7 +10,7 @@ The **tcp** output plugin allows to send records to a remote TCP server. The pay | Port | TCP Port of the target service. | 5170 | | Format | Specify the data format to be printed. Supported formats are _msgpack_ _json_, _json\_lines_ and _json\_stream_. | msgpack | | 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 | -| 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 | +| 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 | ## TLS Configuration Parameters diff --git a/pipeline/outputs/websocket.md b/pipeline/outputs/websocket.md index 5a32e7740..a2f35aec7 100644 --- a/pipeline/outputs/websocket.md +++ b/pipeline/outputs/websocket.md @@ -11,7 +11,7 @@ The **websocket** output plugin allows to flush your records into a WebSocket en | URI | Specify an optional HTTP URI for the target websocket server, e.g: /something | / | | Format | Specify the data format to be used in the HTTP request body, by default it uses _msgpack_. Other supported formats are _json_, _json\_stream_ and _json\_lines_ and _gelf_. | msgpack | | json\_date\_key | Specify the name of the date field in output | date | -| 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 | +| 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 | ## Getting Started