Skip to content

Commit

Permalink
Clarify 7.10 changelog by adding product tags (elastic#88731)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Wylie Conlon and kibanamachine authored Jan 20, 2021
1 parent c79c2d7 commit 4a5ac55
Showing 1 changed file with 40 additions and 43 deletions.
83 changes: 40 additions & 43 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,30 +213,28 @@ Kibana UI::
* Adds meta data and highlighting to nav search {kibana-pull}77662[#77662]
* Creates new "Add Data" tutorials for several newly added Filebeat modules {kibana-pull}77237[#77237]
Lens and visualizations::
* Legend config {kibana-pull}70619[#70619]
* Stack as percentage {kibana-pull}70703[#70703]
* Adds styling options for x and y axes on the settings popover {kibana-pull}71829[#71829]
* Uses index pattern service instead saved object client {kibana-pull}74654[#74654]
* Lens Originating App Breadcrumb {kibana-pull}75470[#75470]
* Removes beta labels {kibana-pull}75574[#75574]
* Filters aggregation {kibana-pull}75635[#75635]
* Drag dimension to replace {kibana-pull}75895[#75895]
* Combines histogram/range aggregation for numbers {kibana-pull}76121[#76121]
* Settings panel redesign and separate settings per y axis {kibana-pull}76373[#76373]
* Shows field stats for IP fields and scripted fields {kibana-pull}76457[#76457]
* Lens is GA {kibana-pull}75574[#75574]
* Lens legend improvements {kibana-pull}70619[#70619]
* Lens added stack as percentage {kibana-pull}70703[#70703]
* Lens adds styling options for x and y axes {kibana-pull}71829[#71829]
* Lens adds filters aggregation {kibana-pull}75635[#75635]
* Lens supports drag to replace {kibana-pull}75895[#75895]
* Lens adds histogram/range aggregation for numbers {kibana-pull}76121[#76121]
* Lens settings panel redesign and separate settings per y axis {kibana-pull}76373[#76373]
* Lens field stats for IP fields and scripted fields {kibana-pull}76457[#76457]
* Adds Lens to Recently Accessed {kibana-pull}77249[#77249]
* Aligns the y axis position on toolbar and dimension editor on horizontal mode {kibana-pull}77585[#77585]
* Navigate from discover to lens {kibana-pull}77873[#77873]
* Shows runtime fields in field list and improve performance {kibana-pull}79167[#79167]
* The search.aggs service in the data plugin is now available on the server. Usage is the same as on the client, except that a scoped saved objects
client must be provided on the server in order to retrieve the start contract {kibana-pull}74472[#74472]
* Lens shows runtime fields in field list and improve performance {kibana-pull}79167[#79167]
* Drilldowns for TSVB / Vega / Timelion {kibana-pull}74848[#74848]
* TSVB filter ratio now supports KQL {kibana-pull}75033[#75033]
* Vega is now GA {kibana-pull}75157[#75157]
* Uses prefix search in visualize editor's field and aggregation select {kibana-pull}75290[#75290]
* TSVB Mardown now handles the case when a field has key_as_string value. Common case is the value is a date string (e.x. 2020-08-21T20:36:58.000Z) or a boolean stringified value ("true"/"false").
* TSVB Markdown now handles the case when a field has key_as_string value. Common case is the value is a date string (e.x. 2020-08-21T20:36:58.000Z) or a boolean stringified value ("true"/"false").
Such a value will be first converted into a moment object and formatted with dateFormat from Kibana UI settings. If the key_as_string value is not recognized by a known format in Moments.js,
a formatted value from elasticsearch will be returned {kibana-pull}75555[#75555]
* Adds `auto` interval to histogram AggConfig {kibana-pull}76001[#76001]
* Agg-based histograms now have `auto` interval option {kibana-pull}76001[#76001]
* The search.aggs service in the data plugin is now available on the server. Usage is the same as on the client, except that a scoped saved objects
client must be provided on the server in order to retrieve the start contract {kibana-pull}74472[#74472]
Logs::
* Log alerts chart previews {kibana-pull}75296[#75296]
* Adds dataset-specific categorization warnings {kibana-pull}75351[#75351]
Expand Down Expand Up @@ -452,40 +450,39 @@ Ingest Manager::
Kibana UI::
* Removes duplicate string in search dropdown {kibana-pull}77429[#77429]
Lens and visualizations::
* Fixes inconsistencies when switching with empty layer {kibana-pull}72809[#72809]
* Clears out all attribute properties before updating {kibana-pull}74483[#74483]
* Fixes table sorting bug {kibana-pull}74902[#74902]
* Fixes rollup related bugs {kibana-pull}75314[#75314]
* Fixes dimension popover design on mobile {kibana-pull}75866[#75866]
* Lens fixes inconsistencies when switching with empty layer {kibana-pull}72809[#72809]
* Lens fixes bug in saving {kibana-pull}74483[#74483]
* Lens fixes table sorting bug {kibana-pull}74902[#74902]
* Lens fixes rollup related bugs {kibana-pull}75314[#75314]
* Lens fixes dimension popover design on mobile {kibana-pull}75866[#75866]
* Shows meta field data in Lens {kibana-pull}77210[#77210]
* Improves unclear UI for bucket aggregation grouping order {kibana-pull}77331[#77331]
* Handles missing fields gracefully {kibana-pull}78173[#78173]
* Removes Over time suggestions for numeric intervals {kibana-pull}78442[#78442]
* Do not enable histogram mode for multiple un-stacked bar series {kibana-pull}78525[#78525]
* Don't allow values outside of range for number of top values {kibana-pull}78734[#78734]
* Fixes empty callout for empty/meta fields accordion {kibana-pull}79429[#79429]
* Don't debounce visualization settings UI {kibana-pull}79625[#79625]
* Respects requested sub vis type for xy charts {kibana-pull}80297[#80297]
* Fixes URL query loss on redirect {kibana-pull}81475[#81475]
* TSVB Inaccurate Group By {kibana-pull}73683[#73683]
* Fixes download filename when using split table {kibana-pull}74231[#74231]
* Disables enableHistogramMode prop when user selects non-stacked bar {kibana-pull}74930[#74930]
* Fixes bug on TopN weird behavior with zero values {kibana-pull}74942[#74942]
* Lens fixes unclear UI for bucket aggregation grouping order {kibana-pull}77331[#77331]
* Lens handles missing fields gracefully {kibana-pull}78173[#78173]
* Lens removes Over time suggestions for numeric intervals {kibana-pull}78442[#78442]
* Lens fixes display of multiple un-stacked bar series {kibana-pull}78525[#78525]
* Lens prevents values outside of range for number of top values {kibana-pull}78734[#78734]
* Lens fixes empty callout for empty/meta fields accordion {kibana-pull}79429[#79429]
* Lens fixes debouncing in visualization settings UI {kibana-pull}79625[#79625]
* Lens fixes chart switching for XY charts {kibana-pull}80297[#80297]
* Lens fixes URL query loss on redirect {kibana-pull}81475[#81475]
* TSVB fixes inaccurate Group By {kibana-pull}73683[#73683]
* TSVB ffixes bug on TopN weird behavior with zero values {kibana-pull}74942[#74942]
* TSVB fixes panel updates with back button {kibana-pull}75896[#75896]
* TSVB allows string fields on value count aggregation {kibana-pull}79267[#79267]
* Prevents pageload on TSVB drilldown {kibana-pull}78005[#78005]
* Data table fixes download filename when using split table {kibana-pull}74231[#74231]
* Bar chart fixes rendering of non-stacked bar {kibana-pull}74930[#74930]
* Bar chart fixes overlapping percentiles {kibana-pull}75315[#75315]
* Fix crash in input controls if index pattern is not available {kibana-pull}79431[#79431]
* Vega fixes unexpected change in autosizing behavior post upgrade {kibana-pull}77408[#77408]
* Timelion hides app from search results when the setting is disabled {kibana-pull}77763[#77763]
* In some old TSVB visualization saved objects, queries and filters can be stored. This is not possible anymore for a while and there is no way to edit them besides changing the JSON of the saved object,
but they were still applied to the rendered output. In 7.10, these leftover queries and filters will be removed automatically from the saved object. In almost all cases, no change is necessary.
If a visualization contained these local queries and filters deliberately, they should be converted to panel filters in the "Panel options" of the TSVB interface {kibana-pull}75137[#75137]
* Horizontal Bar Percentiles Overlapping {kibana-pull}75315[#75315]
* Fixes panel config updates on history changes {kibana-pull}75896[#75896]
* Fixes unexpected change in autosizing behavior post upgrade {kibana-pull}77408[#77408]
* Hides app from search results when the setting is disabled {kibana-pull}77763[#77763]
* Allows string fields on value count aggregation {kibana-pull}79267[#79267]
* [Input controls crashes if index pattern is not available {kibana-pull}79431[#79431]
* Prevents pageload on drilldown in tsvb {kibana-pull}78005[#78005]
Logs::
* Returns 403s rather than 500s for ML privilege errors {kibana-pull}74506[#74506]
* Correctly filters for log rate anomaly examples with missing dataset {kibana-pull}76775[#76775]
* Fixes logs permissions for alert management {kibana-pull}81199[#81199]

Machine Learning::
* Updates broken job config callout error {kibana-pull}75481[#75481]
* Replaces all use of date_histogram interval with fixed_interval {kibana-pull}76876[#76876]
Expand Down

0 comments on commit 4a5ac55

Please sign in to comment.