Kibana 6.0.0-rc1edit

Breaking Changesedit

Management
  • [indexPatterns] remove support for time patterns #12158

    • - Removes ability to create index patterns based on time patterns/intervals - Adds a warning that informs users when they are using an index pattern that is now unsupported (disabled by default until #10442 is done, #12322) - Does not address editing/remapping index patterns, see last task in #12242
Operations
  • Updates to status API, re-align status page #10180
  • [Fixes #10181] Revert same port http -> https redirect #10930

    • Kibana 5.x redirected requests from http to https on the same port if TLS was configured. Starting in Kibana 6.0.0 Kibana no longer redirects basic http traffic to https.
Other
  • [Fixes #13096] Remove highlight query #13231
Platform
  • [Fixes #12012] Fail to start if settings include unknown keys #12554

    • When a config file includes invalid keys or values, Kibana usually logs a message describing the issue and fails to start. There has been an exception to this rule since 4.2 that allowed top-level keys to be unknown/misspelled and only caused a warning to be logged. That exception has been removed and now any unknown or misspelled config key passed to Kibana (via the config file or command line flags) will prevent it from starting.
Visualization
  • [Fixes #10907] allows more flexible timelion queries #10961

New Featuresedit

Operations
  • Use single ES document type #12794

    • Starting in Elasticsearch 6.0, you are no longer able to create new indices with multiple index types. To accomplish the same effect as index types, a new type field was added to identify the document and the value mapped under the index to allow for strict mapping.

Enhancementsedit

Design
  • [UI Framework] Reactify menu #12135
  • [UI Framework] reactify prompt for items #12151
  • [UI Framework] Allow custom placeholder for Tool Bar Search Box #12959
  • Palette swap for accessibility / kibana 6 #12085

    • We re-skinned a decent portion of Kibana to be mostly AA accessibility compatible in regards to coloring of major navigation elements.
Discover
  • [Fixes #4785] Timepicker on the right #11980
  • [Fixes #12635] Improve the accessibility of the Discover screen #12681
  • [Fixes #12343] Remove custom keyboard navigation in datepicker #13644
Management
  • [Management] Provide a way to fetch indices and template index patterns #12200
  • [Management] More universal solution for fetching indices and aliases #12405
  • [Fixes #11526, #8225] Move build info from management section to status page #13341
Operations
  • [Fixes #9276] Update mappings for kibana index #9280
  • [eslint] Ignore ui_framework/doc_site/build #12400
  • [git] ignore extra files in the root config/ directory #9296
  • upgrade makelogs #9295
  • [Fixes #9436] [optimizer] remove support for .jsx extension #12712
  • [status] 15m load average should use the 3rd index #11202
  • Sets ES mapping to single_type=false #11451
Platform
  • [Fixes #10863] [uiSettings] support defining settings with uiExports #12250

    • - define a uiExports.uiSettingDefaults key your plugin definition to add uiSettingDefaults - uiSettingDefaults must be unique. If a key is already defined elsewhere then the server will not start. - defined settings will display in the advanced settings editor, along with the intended default value and description - the REST API is identical to before - the browser API is identical to before - defaults for timelion have been extracted to the timelion plugin definition and the existing defaults are defined in the kibana plugin definition
  • [Fixes #12012] Refactor commaList filter logic into common util #12553
  • [kbnServer/extensions] formalize request factories with helper #12697
  • Allow plugins to turn off the “link to last URL” navigation helper #13044
Sharing
  • Add new react color picker to ui framework with tests #12245
  • Reactify stateless table components #12349
Visualization
  • [Fixes #11193] hide current time marker when the timespan doesn’t include the current time #12266

    • Only display current time marker on a visualization when the x-axis extent includes the current time.
  • add font size control to markdown visualization #12860
  • [vis/resizeChecker] swap out implemenation with ResizeObserver polyfill #9439
  • Add imports for SavedObjectRegistryProvider.register, fixing Timelion #12844
  • [Fixes #7572] add polygon drawing tool #11578

    • On a coordinate map, users can now make a selection on the map by drawing a freehand polygon. Just like the earlier boundary selection, this adds a boundary filter to the filter bar.
  • [Fixes #12491, #12904, #12887] Improve accessibility of visualizations #13507
  • [Fixes #11856, #12888, #12900] Improve accessibility of visualization view #13726

Bug Fixesedit

Design
  • #12656 Fixes Aria-Hidden without value #12658
  • [Fixes #12634] Improve date picker accessibility #12676
Dev Tools
  • Clarified field labels in the Grok Debugger.
  • Added auto-sizing to the input, pattern, and output text areas in the Grok Debugger.
  • Added auto-sizing of the custom patterns text area in the Grok Debugger.
  • Enabled users to specify custom patterns in a well-known format in the Grok Debugger.
  • [Fixes #10504] [console] Replace text/plain fallback with application/json #12294
  • [Fixes #13142] Allow console to send multiline strings with CRLF line endings #14094

    • Console will now allow sending multiline strings on Windows.
Discover
  • [Fixes #12970] Make time picker button in Discover no results prompt keyboard and screen-reader accessible. #13046
  • [Fixes #12692] Re-enable filter editor suggestions #13376
  • [Fixes #13738] Fix "is one of" filter editor #13771
  • Fix filter editor test #13971
  • Remove simple_query_string hack now that multi_match supports * properly #13285
  • Add documentation link to query bar when Kuery is selected #13300
  • [Fixes #12639] Make filter pills keyboard accessible #13331
  • [Fixes #12640] Make all filters actions keyboard accessible #13391
  • [Fixes #11830] Disable creation of "exists" filters for scripted fields #13538
  • Fix relative z-index of spy panel and filter editor #13717
  • [Fixes #5164] Check sort:options for Discover default sort order #13708
  • [Fixes #13075] Improve missing index pattern error message #13915
Machine Learning
  • Fixed job creation failure that occurred when using saved searches with filters.
Management
  • [Fixes #9352] Change mapping of index-pattern fields to text #9353
  • Remove premature abstraction #13042
  • [Fixes #12861, #12862, #12863, #12865, #12868, #12870, #11526] [Management] Improve accessibility within management #13364
  • [Fixes #12864] [Management] Accessibility - continued #13576
  • [Fixes #13542] [Management] Fix breaking scope changes in the field format editor samples #13549
  • fix create_index_pattern_method to handle no timefields #13852
  • Work around #11959 for now #12051
Operations
  • [es archiver] fix error causes when requesting multiple index feature… #12473
  • Bump makelogs to 4.0.2 #13007
  • Removing mapper.dynamic setting from the esArchiver mappings #13970
  • Add linting rules for formatting JSX. #12810
  • Upgrade eslint config to 0.8.1. #13128
  • Move eslint-config-kibana into core #12725
  • Remove @elastic folder from packages/ #13089
  • [npm] Upgrade wreck #13849
Other
  • Limit scripted fields to painless and expression langs #9172
  • [6.0] update spy table headers when columns update #13225
  • Add comments and inline docs for visualization saving and editing process. #8208
  • Revert "Make searching saved objects more powerful with query_string (#9870)" #10239
  • [Tests] Adjust makelog mappings and associated tests #13014
  • misspelling substituting to subtituting in CONTRIBUTING.md #8730
  • [Fixes #9763] [test fixtures] string -> text/keyword for logstash data #9799
  • [functional tests] Remove include_in_all #10268
  • [Fixes #8861] Port #8880 to master Support Cloud testing #8915
  • [Fixes #13743] Refetch even when the query has not changed #13759
  • Update 6.0 breaking changes docs to match 5.0 structure #8800
  • fixing linting issue which blocks CI #9480
  • Testbed for aiding development in Kibana #11571
  • [Pagination buttons] Adding test subjects to enable functional testing #13925
  • [esvm] bump, remove outdated config #12043
  • upgrade @elastic/eslint-import-resolver-kibana #12296
  • [server] remove unused module #12694
  • Updates esArchiver mappings to use single type #13107
  • [esTestConfig] fix esvm directory #13190
  • Add some testSubject helpers #13305
  • [ui/queryBar/tests] attach $elem to DOM so "click" triggers "submit" #13544
  • [savedObjectClient] decorate non-es errors too #13596
  • [visualize] Fix agg param race #13429
  • [Fixes #13439] Upgrade Angular to 1.6.5 #13543
  • [aggTypes/paramTypes] naming cleanup #14020
  • [uiFramework] fix webpack config #14067
  • [Fixes #13936] Fix flaky tilemap tests #13942
  • fix wrapped retry error. #13967
  • Allow custom timeouts on click #14042
  • Make breadcrumb a heading for screen readers, fix #12885 #13734
  • Remove Stats API #13896
  • Revert Stats API for 6.0 #13969
  • Fixes path to the functional test runner #12651
  • Removed default from esArchiver test and updates data.json #13122
Platform
  • [Fixes #12047] [uiSettings] make service request based #12243

    • - removes server.uiSettings() (throws error with instructions) - Adds request.getUiSettingsService() which returns a unique instance of UiSettingsService per request - Methods on UiSettingsService no longer require a request object - Adds server.uiSettingsServiceFactory(options) which can be used to create an instance of UiSettingsService with a custom callCluster() function
  • [server/indexPatterns] expose indexPatternService getter/factory #13012
  • [ftr] remove timestamp prefix, jenkins has it built in now #13825
  • [ftr/config] prevent mochaOpts and timeouts conflict #14060
  • create babel-preset and babel-register modules #13973
  • [vis/requesting] only call when actually requesting #14017
Reporting
  • Fixed generated reports such that they show the time zone on the client, as specified in the dateFormat field in the Advanced Settings.
Sharing
  • [Fixes #13421] Dashboard dark-theme fixes #13690
  • [Fixes #12987] Children of buttons won’t capture hover events in firefox #13015
  • [Fixes #12233] Be case insensitive when sorting on the visualize and dashboard landing pages #13397
  • Fix bug with Dashboard breadcrumb alignment. #13580
  • Stats API #11992

    • We introduced a new api endpoint at api/stats which displays counts of saved objects in your kibana index: {"dashboard":{"total":1},"visualization":{"total":3},"search":{"total":1},"index_pattern":{"total":1},"index":".kibana"}
  • remove inline awaits #13043
  • Stabilize and bring back flaky tests #13034
  • [Fixes #13040] Make sure no one can show the chrome if the default setting is hidden. #13250
  • [Fixes #13297] Fix full screen toggle button when panel is expanded #13320
  • [Fixes #12484, #12485, #12483] Fix accessibility issues with saved object finder #13152
  • Show full screen option even when write controls are hidden #13247
  • [Fixes #13289] Use find service instead of remote #13296
  • [Fixes #12181] Fix dark theme issues with spy toggle and spy pane #13345
  • [Fixes #13455] Avoid a wrapped retry and use exists instead of find, which will take up all the time allotted for the retry if it fails once #13467
  • [Fixes #13754] Small clean up with visualize test + extra debug log #13755
  • [Fixes #13588] Fix map updates not propagating to the dashboard #13589
Visualization
  • [Fixes #13010] Fixes #13010 - Add dateFormat config to TSVB Visualizations #13626
  • [Fixes #3173] Date histogram brush - add range filter when field is not index pattern time field. #12286
  • date_histogram: some bars are too big #13068
  • [Fixes #13625] Map filter not set appropriately when spy panel is open #13678
  • [Fixes #12782] visualize should send ready:vis event when done #12796
  • [Fixes #12811] reload visualization on auto refresh trigger #12823
  • [Fixes #12882] changing query should update url state #12912
  • vis with saved search should not show query and filter panels #12911
  • [Fixes #12925] analyze wildcard should not be part of default query #12938
  • [Fixes #12940] query queue should be cleared on failure #12942
  • Handle date histogram scaling for table vis and avg_buckets metric #11929
  • [Fixes #13156] fixing disabling aggregations #13686

    • Disabled aggregations are no longer removed on applying visualization configuration.
  • [Fixes #11414] remove default WMS settings #11573
  • [Fixes #12497] allows to order percentiles freely #12498
  • reload on global fetch event and emit vis:ready #12805
  • Visualization accessibility issues #13226
  • [Fixes #12896, #12897, #12898, #12899] Visualize Accessibility Issues #13428
  • [Fixes #13713] [Accessibility] Use aria-label in TSVB React components, instead of ariaLabel. #13714
  • Duration Formatting for TSVB #13337
  • [Fixes #13471] Closes #13471 - Change split behavior of gauges and metrics vis #13583
  • [TSVB] Adding check for model and visData #13854
  • Fixes a bug with PR #13854 #13873
  • [TSVB] Fix chart legend formatting in bottom position #14084
  • [Fixes #11586] Use ui-select for agg selector #13292
  • [Fixes #13227] Send map filters through $newFilters so they get picked up by both kuery and lucene #13251
  • [Fixes #12227] Fix discover sidebar Visualize button for geo_point fields #13539
  • [Fixes #12733, #12781] fixing refresh and auto refresh #12752
  • [Fixes #12836] fix spy panel on discovery page #12853
  • [Fixes #12827] removes :filters from label #12962
  • [Fixes #12983] resize was not detected correctly #13239
  • Clamp the centroid to stay within the box boundaries #13581
  • [Fixes #13551] fix heatmap sizing on dashboard #13636
  • visual builder should set vis.initialized when ready #13779
  • [Fixes #13770] updating time picker should not set vis to dirty #13793
  • editor render method should not be called if request is pending #13858
  • [6.0] fixes bad backport of #13877 #14070
  • Remove some lodash usage #10746
  • [Fixes #12759, #12761, #12763] Fix TSVB UX flow #12770
  • fixing region map click handler #12790
  • ensure editor mode propagates correctly #13355
  • [Fixes #13517] remove geo_bounds agg from visualizations #13536
  • [Fixes #13424] Exclude filter agg from visualizations #13680
  • use parentNode iso parentElement #13842
  • wrap responsehandler in angular promise #14095
  • [Fixes #13572] Show a warning for non accessible charts for screen readers #13573