mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
15 lines
318 B
Text
15 lines
318 B
Text
The `Duration` field formatter can display the numeric value of a field in the following increments:
|
|
|
|
* Picoseconds
|
|
* Nanoseconds
|
|
* Microseconds
|
|
* Milliseconds
|
|
* Seconds
|
|
* Minutes
|
|
* Hours
|
|
* Days
|
|
* Weeks
|
|
* Months
|
|
* Years
|
|
|
|
You can specify these increments with up to 20 decimal places for both input and output formats.
|