elasticsearch/docs/reference/data-streams
Kostas Krikellas c4c2ce83cb
Downsampling supports date_histogram with tz (#103511)
* Downsampling supports date_histogram with tz

This comes with caveats, for downsampled indexes at intervals more than
15 minutes. For instance,
 - 1-hour downsampling will produce inaccurate
results for 1-hour histograms on timezones shifted by XX:30
 - 1-day downsampling will produce inaccurate daily
histograms for not-UTC timezones as it tracks days at UTC.

Related to #101309

* Update docs/changelog/103511.yaml

* test daylight savings

* update documentation

* Offset time buckets over downsampled data with TZ

* Update docs/changelog/103511.yaml

* check for TSDS

* fixme for transport version

* add interval to index metadata

* add transport version

* bump up transport version

* address feedbcak

* spotless fix
2024-01-16 10:27:33 +02:00
..
lifecycle Introduce lazy rollover for mapping updates in data streams (#103309) 2024-01-08 15:07:16 +02:00
change-mappings-and-settings.asciidoc Introduce lazy rollover for mapping updates in data streams (#103309) 2024-01-08 15:07:16 +02:00
data-stream-apis.asciidoc ES-6566: [DSL] Introduce new endpoint to expose data stream lifecycle stats (#101845) 2023-11-20 10:38:41 +02:00
data-streams.asciidoc Start with data stream lifecycle documentation (#95326) 2023-06-28 16:18:05 +03:00
downsampling-ilm.asciidoc Introduce lazy rollover for mapping updates in data streams (#103309) 2024-01-08 15:07:16 +02:00
downsampling-manual.asciidoc Introduce lazy rollover for mapping updates in data streams (#103309) 2024-01-08 15:07:16 +02:00
downsampling.asciidoc Downsampling supports date_histogram with tz (#103511) 2024-01-16 10:27:33 +02:00
modify-data-streams-api.asciidoc [DOCS] Data stream modification API (#80094) 2021-11-10 08:37:12 -06:00
promote-data-stream-api.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
set-up-a-data-stream.asciidoc [DOCS] Move x-pack docs to docs/reference dir (#99209) 2023-09-12 14:53:41 -04:00
set-up-tsds.asciidoc Slightly simplify setup tsds section (#103475) 2023-12-18 11:39:10 +01:00
tsds-index-settings.asciidoc Update documentation around index.look_ahead_time setting. (#103975) 2024-01-10 09:48:17 +01:00
tsds-reindex.asciidoc Document how to reindex a TSDS (#99476) 2023-09-13 18:28:03 +03:00
tsds.asciidoc Document ILM waits for tsds end_time to lapse in some actions (#100204) 2023-10-04 07:55:58 -04:00
use-a-data-stream.asciidoc Introduce lazy rollover for mapping updates in data streams (#103309) 2024-01-08 15:07:16 +02:00