Skip to content

Commit 4577398

Browse files
committed
Updates timestamp information.
1 parent d58a7ab commit 4577398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/logs/logpush/logpush-job/log-output-options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The **output\_options** object has the following settings:
6262
* Comment: the `{{/* comments */}}` are silently dropped.
6363
* **record\_delimiter**: string to be inserted in-between the records as separator.
6464
* **field\_delimiter**: string to join fields. Will be ignored when **record\_template** is set.
65-
* **timestamp\_format**: string to specify format for timestamps, such as `unixnano`, `unix`, or `rfc3339`. Default `unixnano`.
65+
* **timestamp\_format**: string to specify format for timestamps, such as `unixnano`, `unix` (both seconds unit), or `rfc3339` (nanoseconds unit). Default `unixnano`. The API default is `unixnano` when `timestamp_format` is not specified for a job. However, the Logpush UI uses `rfc3339` as the default and explicitly sets it when creating a job.
6666
* **sample\_rate**: floating number to specify sampling rate (default 1.0: no sampling). Sampling is applied on top of filtering, and regardless of the current sample\_interval of the data.
6767
* **CVE-2021-44228**: bool, default false. If set to true, will cause all occurrences of `${` in the generated files to be replaced with `x{`.
6868

0 commit comments

Comments
 (0)