|
@@ -67,8 +67,6 @@ PUT /my-time-series-index-0/_bulk
|
|
|
--------------------------------------------------
|
|
|
// NOTCONSOLE
|
|
|
|
|
|
-//////////////////////////
|
|
|
-
|
|
|
To perform a time series aggregation, specify "time_series" as the aggregation type. When the boolean "keyed"
|
|
|
is true, each bucket is given a unique key.
|
|
|
|
|
@@ -85,8 +83,6 @@ GET /_search
|
|
|
--------------------------------------------------
|
|
|
// NOTCONSOLE
|
|
|
|
|
|
-//////////////////////////
|
|
|
-
|
|
|
This will return all results in the time series, however a more typical query will use sub aggregations to reduce the
|
|
|
date returned to something more relevant.
|
|
|
|