diff options
| author | doufenghu <[email protected]> | 2024-06-26 20:48:15 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-06-26 20:48:15 +0800 |
| commit | 7982696e8f826374c183fdf3e265fce857a051c4 (patch) | |
| tree | 04013f3e215a8502f5a51ff2702b4c941b7b7d04 /docs/processor | |
| parent | 28ea49260d2f3990c64e5eeaae59056f028b4e80 (diff) | |
[Improve][docs] Add minute-level precision description for UNIX_TIMESTAMP_CONVERTER.release/1.4.0
Diffstat (limited to 'docs/processor')
| -rw-r--r-- | docs/processor/udf.md | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/processor/udf.md b/docs/processor/udf.md index c81b705..6bd87b0 100644 --- a/docs/processor/udf.md +++ b/docs/processor/udf.md @@ -465,12 +465,9 @@ Unix timestamp converter function is used to convert the unix timestamp precisio - lookup_fields: required - output_fields: required - parameters: required - - precision: `<String>` required. Enum: `milliseconds`, `seconds`. - -Example: - -_`__timestamp` Internal field, from source ingestion time or current unix timestamp._ - + - precision: `<String>` required. Enum: `milliseconds`, `seconds`, `minutes`. The minutes precision is used to generate Unix timestamp, round it to the minute level, and output it in seconds format. + - Example: +_`__timestamp` Internal field, from source ingestion time or current unix timestamp. ```yaml - function: UNIX_TIMESTAMP_CONVERTER lookup_fields: [__timestamp] @@ -480,8 +477,5 @@ _`__timestamp` Internal field, from source ingestion time or current unix timest ``` - - - |
