elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.13k forks source link

[Rollups] Support selection of calendar or fixed interval in date histogram agg #36306

Closed jen-huang closed 5 months ago

jen-huang commented 5 years ago

Describe the feature:

Support changes in https://github.com/elastic/elasticsearch/pull/33727, specifically for rollups.

ES UI tasks

Examples of resulting rollup job date histogram configurations:

Calendar:

delay: "1d"
calendar_interval: "1h"
time_zone: "UTC"

Fixed:

delay: "1d"
fixed_interval: "1h"
time_zone: "UTC"

Coerced (user didn't specify an interval type, so 1h is treated as calendar). We should continue supporting this for BWC, but new rollup jobs created with the revised Rollup Jobs Wizard should not have this format:

delay: "1d"
interval: "1h"
time_zone: "UTC"

Kibana App tasks

elasticmachine commented 5 years ago

Pinging @elastic/kibana-app

elasticmachine commented 5 years ago

Pinging @elastic/es-ui

cjcenizal commented 5 years ago

Relates to https://github.com/elastic/kibana/issues/27410

cjcenizal commented 5 years ago

Note that when we make this change we'll also have to update the Rollup API integration tests so that they use rollup job payloads that mirror those produced by the UI.

timductive commented 5 months ago

Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner.