-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ILM] Index Lifecycle Policies show wrong unit in Kibana UI #55228
[ILM] Index Lifecycle Policies show wrong unit in Kibana UI #55228
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jkelastic there are a couple comments that I originally left on #55211 that still need to be addressed. Once those issues are fixed, I think this will be in good shape!
...ins/index_lifecycle_management/public/sections/edit_policy/components/hot_phase/hot_phase.js
Outdated
Show resolved
Hide resolved
...ins/index_lifecycle_management/public/sections/edit_policy/components/hot_phase/hot_phase.js
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job @jkelastic! LGTM. Tested locally.
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
@jkelastic Since this is a bug fix, let's backport this to the 7.6 branch too. I'm going to add the 7.6.0 label, but if we can't make the release we'll just change it to 7.6.1. |
I will need help on backporting this. If someone can show me that would be awesome. |
@jkelastic No problem! I'm going to merge this now and we can go through the backporting process together. |
…55228) * Added timing and byte size units to hot, cold, warm, and delete phase
…55228) * Added timing and byte size units to hot, cold, warm, and delete phase
…56356 * '7.x' of github.com:elastic/kibana: (23 commits) Fix setting filters without $store value (elastic#56304) (elastic#56475) [ML] Fix Data Visualizer responsive layout (elastic#56372) (elastic#56472) [ML] conditional rison encoding for query params (elastic#56380) (elastic#56469) kuery_autocomplete -> convert remaining items to TS/Jest (elastic#56316) (elastic#56471) [APM] Fit service map to container (elastic#56336) (elastic#56463) Add animation to service map layout (elastic#56042) (elastic#56460) chore(NA): delete data/optimize with kbn clean (elastic#55890) (elastic#56422) [APM] Storybook support (elastic#54970) (elastic#56445) [DOCS] Updates example in Timelion doc (elastic#56444) (elastic#56454) [Logs UI] Fix Check for New Data button on empty indices screen (elastic#56239) (elastic#56320) [DOCS] Adds breaking changes for 7.6 (elastic#56437) [Monitoring] Change all configs to `monitoring.*` (elastic#56215) (elastic#56421) [skip-ci] Add example for migrating pre-handlers (elastic#56080) (elastic#56436) [7.x] System index templates can't be edited (elastic#55229) (elastic#56417) Add missing docker settings (elastic#56411) [Uptime] Use dynamic index pattern in Uptime (elastic#55446) (elastic#56386) fix edit rule for detections (elastic#56333) (elastic#56405) [Filter Bar] Remove flickering when opening filter bar popover (elastic#56222) (elastic#56385) [ILM] Index Lifecycle Policies show wrong unit in Kibana UI (elastic#55228) (elastic#55757) Move tsvb server to new platform (elastic#55310) (elastic#56394) ...
Summary
Fixes # 36682 Added time and byte size units
Release note
The Index Lifecycle Policies UI now supports all Elasticsearch time units and byte size units.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers