IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Kibana 6.0.0-alpha1
editKibana 6.0.0-alpha1
editBreaking Changes
edit- Watcher
-
- The built-in HTTP client used in webhooks, the http input and the http email attachment has been replaced. This results in the need to always escape all parts of an URL.
- The new built-in HTTP client also enforces a maximum request size, which defaults to 10mb.
Enhancements
edit- Core
-
- Deprecate Bootstrap buttons #11352
- Fix missing border of PaginatedTable rows in Firefox #11452
- Reinstate a few Bootstrap btn classes to support angular-ui-select. #11569
- Remove Bootstrap btn classes. #11353
- [UI Framework] Add AssistedInput. #11343
- [UI Framework] Add example of disabled kuiSelect. #11345
- [UI Framework] Add example of spinner Icon. #11424
- [UI Framework] Add kuiButton—fullWidth kuiButton—small, and kuiButtonGroup—fullWidth modifiers. #11365
- [UI Framework] Add support for dark theme links. #11344
- [UI Framework] Add support for selects and secondary inputs to LocalNavSearch component of UI Framework. #11287
- [UI Framework] Apply elastic.co look and feel to UI Framework docs site. #11174
- [UI Framework] Fix appearance of some form components in Firefox #11589
- [UI Framework] Make CardGroup split apart by default. Add kuiCardGroup—united modifier. #11580
- [UI Framework] Vertical align children in a FieldGroup. #11374
- Add small text input to UI framework #11354
- [UI Framework] Add uiFramework:build task. #11402
- Updates to status API, re-align status page #10180
- [status] 15m load average should use the 3rd index #11202
- Sets ES mapping to single_type=false #11451
- Dashboard
-
- Improve Dashboard screen-reader accessibility. #11600
- Update angular-bootstrap DatePicker with UI Framework classes. #11378
- Finish loading a dashboard even if some visualizations throw errors #11324
- React search box tool bar #10821
- Don’t kill an entire dashboard because of one bad request #11337
- Add back dashboard descriptions #11552
- Hide the second toast when adding a new visualization straight from dashboard #11621
- Dev Tools
- Discover
-
- Add ignore_unmapped to geo filters to prevent exceptions #11461
- Create CollapseButton component class to standardize appearance of this button. #11462
- Migrate deprecated match query syntax #11554
- Remove the _source field toggle button which was accidentally reinstated #11485
- Search bar drop-down for managing filters #10976
- Management
-
- Convert Index Pattern Creation form UI to use UI Framework components. #11419
- Convert ScriptedFieldsTable and SourceFiltersTable to UI Framework components. #11401
- Removes the "Index contains time-based events" checkbox #11409
- Update Settings page with UI Framework components. #11272
- Report shard failures in the field_capabilities response #11450
- Visualize
-
- Fix spelling in time series visual builder #11212
- Adding label templates to legend keys for TSVB #11266
- Fix missing icons in Visualize listing. #11243
- Update illegible vis type icons with legible ones. #11317
- Fixing the fields for the numbers for percentile aggs for Time Series Visual Builder #11169
- using ui-select for field selection in visualize #10998
- add polygon drawing tool #11578
- Fix timelion’s flot when neither thor nor monitoring are installed #10412
Bug Fixes
edit- Core
- Visualize
-
- Fixes #11232 - Add option for panel and global filters to annotations for TSVB #11260
- Fixes #11289 - Change top_n to not use split colors for TSVB #11342
- [Fix for #10907] allows more flexible timelion queries #10961
- [Fix for #10292] fixing heatmap black squares #11489
- [Fix for #4599] Add "Sum of series in legend" option #7970
- [Fix for #9053] [timelion/fit/carry] do nothing if there is not any data #9054
- [Fix for #8763] [vislib/tilemap/heatmap] scale the heatmap maxZoom with map zoom #8765
- [Fix for #9184] fixes error with custom interval in datetime aggregation #9427
- Watcher
-
- The HTTP client respects timeouts now and does not get stuck leading to stuck watches.