mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add interval doc (#13629)
This commit is contained in:
parent
d2fb390827
commit
30f3ad6eb1
4 changed files with 8 additions and 4 deletions
|
@ -13,7 +13,8 @@ numeric field and organized by date. You can specify a time frame for the interv
|
|||
weeks, months, or years. You can also specify a custom interval frame by selecting *Custom* as the interval and
|
||||
specifying a number and a time unit in the text field. Custom interval time units are *s* for seconds, *m* for minutes,
|
||||
*h* for hours, *d* for days, *w* for weeks, and *y* for years. Different units support different levels of precision,
|
||||
down to one second.
|
||||
down to one second. Intervals are labeled at the start of the interval, using the date-key returned by Elasticsearch.
|
||||
For example, the tooltip for a monthly interval will show the first day of the month.
|
||||
*Histogram*:: A standard {ref}/search-aggregations-bucket-histogram-aggregation.html[_histogram_] is built from a
|
||||
numeric field. Specify an integer interval for this field. Select the *Show empty buckets* checkbox to include empty
|
||||
intervals in the histogram.
|
||||
|
|
|
@ -22,7 +22,8 @@ numeric field and organized by date. You can specify a time frame for the interv
|
|||
weeks, months, or years. You can also specify a custom interval frame by selecting *Custom* as the interval and
|
||||
specifying a number and a time unit in the text field. Custom interval time units are *s* for seconds, *m* for minutes,
|
||||
*h* for hours, *d* for days, *w* for weeks, and *y* for years. Different units support different levels of precision,
|
||||
down to one second.
|
||||
down to one second. Intervals are labeled at the start of the interval, using the date-key returned by Elasticsearch.
|
||||
For example, the tooltip for a monthly interval will show the first day of the month.
|
||||
|
||||
*Histogram*:: A standard {ref}/search-aggregations-bucket-histogram-aggregation.html[_histogram_] is built from a
|
||||
numeric field. Specify an integer interval for this field. Select the *Show empty buckets* checkbox to include empty
|
||||
|
|
|
@ -26,7 +26,8 @@ numeric field and organized by date. You can specify a time frame for the interv
|
|||
weeks, months, or years. You can also specify a custom interval frame by selecting *Custom* as the interval and
|
||||
specifying a number and a time unit in the text field. Custom interval time units are *s* for seconds, *m* for minutes,
|
||||
*h* for hours, *d* for days, *w* for weeks, and *y* for years. Different units support different levels of precision,
|
||||
down to one second.
|
||||
down to one second. Intervals are labeled at the start of the interval, using the date-key returned by Elasticsearch.
|
||||
For example, the tooltip for a monthly interval will show the first day of the month.
|
||||
*Histogram*:: A standard {ref}/search-aggregations-bucket-histogram-aggregation.html[_histogram_] is built from a
|
||||
numeric field. Specify an integer interval for this field. Select the *Show empty buckets* checkbox to include empty
|
||||
intervals in the histogram.
|
||||
|
|
|
@ -9,7 +9,8 @@ numeric field and organized by date. You can specify a time frame for the interv
|
|||
weeks, months, or years. You can also specify a custom interval frame by selecting *Custom* as the interval and
|
||||
specifying a number and a time unit in the text field. Custom interval time units are *s* for seconds, *m* for minutes,
|
||||
*h* for hours, *d* for days, *w* for weeks, and *y* for years. Different units support different levels of precision,
|
||||
down to one second.
|
||||
down to one second. Intervals are labeled at the start of the interval, using the date-key returned by Elasticsearch.
|
||||
For example, the tooltip for a monthly interval will show the first day of the month.
|
||||
|
||||
*Histogram*:: A standard {ref}/search-aggregations-bucket-histogram-aggregation.html[_histogram_] is built from a
|
||||
numeric field. Specify an integer interval for this field. Select the *Show empty buckets* checkbox to include empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue