mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS]Adds 6.7 release notes (#33812)
* adds rn for 6.7 * add link to canvas readme * add breaking change for canvas
This commit is contained in:
parent
e6f6643f04
commit
738b875b2e
2 changed files with 352 additions and 0 deletions
|
@ -93,6 +93,357 @@ This section summarizes the changes in each release.
|
|||
coming[6.7.0]
|
||||
|
||||
|
||||
[float]
|
||||
[[breaking-6.7.0]]
|
||||
=== Breaking changes
|
||||
|
||||
Canvas::
|
||||
* Removes custom WebPack bundles to remove duplicated dependencies. Canvas plugins must now use the Kibana platform. See the https://github.com/elastic/kibana/blob/master/x-pack/plugins/canvas/README.md[README.md] for more information. {pull}30123[#30123]
|
||||
|
||||
[float]
|
||||
[[enhancement-6.7.0]]
|
||||
=== Enhancements
|
||||
Canvas::
|
||||
* Provides significant performance improvements by preventing needless re-rendering in high-level components {pull}31958[#31958]
|
||||
* Adds time filter support to demodata {pull}31194[#31194]
|
||||
* Updates demodata to use current and future times {pull}31202[#31202]
|
||||
* Allows datatables that already look like point series data to be used without the `pointseries` function {pull}28872[#28872]
|
||||
* Updates keyboard shortcuts {pull}29394[#29394]
|
||||
* Adds support for `time_zone` in essql {pull}31291[#31291]
|
||||
* Adds loading indicator and elements panel {pull}32369[#32369]
|
||||
* Adds bulk upload capability to Asset Manager {pull}29007[#29007]
|
||||
* Adds options to download a workpad from an active workpad {pull}28131[#28131]
|
||||
* Adds link to docs and keyboard shortcut cheatsheet to help menu {pull}31335[#31335]
|
||||
* Shows current workpad in workpad loader {pull}33531[#33531]
|
||||
Geo::
|
||||
* Adds GIS plugin (beta) {pull}24804[#24804]
|
||||
* Adds zoom in/out map controls {pull}29862[#29862]
|
||||
Infrastructure::
|
||||
* Add a source settings UI {pull}26786[#26786]
|
||||
* Adds Discuss feedback links to Infrastructure and Logs {pull}29519[#29519]
|
||||
Management::
|
||||
* Adds support for frozen indices to Index Management {pull}28855[#28855]
|
||||
* Adds `doc_table:hideTimeColumn` advanced setting {pull}23897[#23897]
|
||||
* Allows select settings to specify labels for their values {pull}29584[#29584]
|
||||
* Makes badges clickable to filter in index management {pull}29635[#29635]
|
||||
* Orders {es} Management apps in order of most used to least used {pull}30145[#30145]
|
||||
* Add Rollup toggle to Index Management {pull}28721[#28721]
|
||||
* Adds follower badge to Index Management {pull}29177[#29177]
|
||||
* Adds set priority action support to ILM UI {pull}29205[#29205]
|
||||
* Updates Console autocomplete to add new actions for ILM and new API for CCR {pull}29183[#29183]
|
||||
Machine Learning::
|
||||
* Sets zoom to start of forecast on opening in Single Metric Viewer {pull}29503[#29503]
|
||||
Operations::
|
||||
* Implements `built_assets` directory {pull}27468[#27468]
|
||||
* Corrects intercept of ECONNRESET {pull}31742[#31742]
|
||||
* Adds button for adding `index.query.default_field` setting to Metricbeat indices {pull}32829[#32829]
|
||||
* Enables `default_field` fix for Filebeat indices {pull}33439[#33439]
|
||||
* Adds reindex feature to Upgrade Assistant {pull}27457[#27457]
|
||||
* Shows interstitial prompt when {es} is upgrading {pull}31309[#31309]
|
||||
Platform::
|
||||
* Allows running Kibana against the next major version of {es} {pull}30390[#30390]
|
||||
* Introduces Chinese translations {pull}29616[#29616]
|
||||
* Adds README.md for i18n_integrate tool {pull}21035[#21035]
|
||||
* Adds include option to i18n_check for 3rd party plugins {pull}26963[#26963]
|
||||
Security::
|
||||
* Adds token auth provider {pull}26997[#26997]
|
||||
* Introduces content security policy (CSP) {pull}29545[#29545]
|
||||
* Adds content security policy strict mode {pull}29856[#29856]
|
||||
Visualize::
|
||||
* Enables {kib} query language support for Time Series Visual Builder {pull}26006[#26006]
|
||||
|
||||
[float]
|
||||
[[bug-6.7.0]]
|
||||
=== Bug fixes
|
||||
APM::
|
||||
* Removes shared `metricsFetcher` and minor renames {pull}29071[#29071]
|
||||
* Removes the milliseconds format for `duration.us` {pull}27890[#27890]
|
||||
Beats::
|
||||
* Fixes API for tokens to support any number {pull}30335[#30335]
|
||||
Canvas::
|
||||
* Removes backticks in font library {pull}28283[#28283]
|
||||
* Runs duplicate workpad load one time only {pull}30150[#30150]
|
||||
* Updates prop types on `RangeArgInput` {pull}31654[#31654]
|
||||
* Fixes timefilter bugs {pull}31641[#31641]
|
||||
* Fixes filter clearing on undo/redo {pull}31859[#31859]
|
||||
* Restores delete as OSX shortcut for deleting elements {pull}32704[#32704]
|
||||
* Disables progress bar in fullscreen mode {pull}32942[#32942]
|
||||
* Fixes mapColumn and staticColumn to work with empty tables {pull}33078[#33078]
|
||||
* Makes Canvas use socket.io polling only {pull}29647[#29647]
|
||||
* Removes WebSockets from Canvas expressions interpreter {pull}29792[#29792]
|
||||
* Optimizes Canvas REST calls via batching {pull}29847[#29847]
|
||||
* Prevents unnecessary re-renders in ElementWrapper {pull}31734[#31734]
|
||||
* Fixes initializing workpad from WorkpadApp {pull}32163[#32163]
|
||||
* Fixes context elements issue with Element Stats {pull}32510[#32510]
|
||||
* Dedupes server functions in batched requests {pull}32712[#32712]
|
||||
* Fixes `resolved_args` sync issue when deleting a page {pull}32835[#32835]
|
||||
* Removes `gotoPage` action in favor of `setPage` {pull}33175[#33175]
|
||||
* Imports and uses `clear` function {pull}32589[#32589]
|
||||
* Fixes access types from `to` function {pull}32691[#32691]
|
||||
* Makes model arguments opt-in {pull}28963[#28963]
|
||||
* Saves workbook assets separately from lighter weight structures {pull}29594[#29594]
|
||||
* Fixes shortcut EventEmitter leak {pull}31779[#31779]
|
||||
* Adds larger minimum element size {pull}32106[#32106]
|
||||
* Fixes element selection on page flip {pull}32111[#32111]
|
||||
Cross-Cluster Replication::
|
||||
* Improves the Add Cluster page {pull}29142[#29142]
|
||||
Infrastructure::
|
||||
* Reverts ECS changes for 6.7 {pull}31961[#31961]
|
||||
* Fixes log Rules for AuditD Filebeat Module {pull}28289[#28289]
|
||||
* Updates WaffleMap legend to use gray/blue gradient {pull}28206[#28206]
|
||||
* Adds rule for MySQL error and slowlog {pull}28219[#28219]
|
||||
* Fixes typo in Nginx layout for Metrics Detail page {pull}28601[#28601]
|
||||
* Updates format of System and Redis log lines to match new format {pull}28415[#28415]
|
||||
* Fixes log rules for Apache2 errors {pull}28407[#28407]
|
||||
* Fixes log rules for Nginx errors {pull}28388[#28388]
|
||||
* Changes diskio bytes and ops for Docker to use derivative {pull}28182[#28182]
|
||||
* Adds support for dark mode {pull}29133[#29133]
|
||||
* Adds custom field grouping for Waffle Map {pull}28949[#28949]
|
||||
* Adds flyout for Log Events {pull}28885[#28885]
|
||||
* Adds table view for home page {pull}29192[#29192]
|
||||
* Disables "Add" button on custom "Group by" when field is empty {pull}29779[#29779]
|
||||
* ECS Migration {pull}28205[#28205]
|
||||
* Changes link to traces {pull}29972[#29972]
|
||||
* Adds check to make sure `EuiContextMenu` popover needs to be closed {pull}30105[#30105]
|
||||
* Fixes row height glitch on mouse over {pull}30744[#30744]
|
||||
* Fixes group by labels by fixing the field names (post ECS migration) {pull}30416[#30416]
|
||||
* Cleans up Docker and Kubernetes fields for ECS {pull}31175[#31175]
|
||||
* Adds a local tsconfig.json to fix implicit typescript project inference {pull}28076[#28076]
|
||||
* Sets format explicitly in date range queries and aggs {pull}28094[#28094]
|
||||
* Fixes index presence detection to work in CCS-only setups {pull}28926[#28926]
|
||||
* Supports read and write data sources from and to saved objects {pull}28016[#28016]
|
||||
* Stops blocking a URL update from propagating through container {pull}29352[#29352]
|
||||
* Uses alternative query string serialization function {pull}29361[#29361]
|
||||
* Removes the Infrastructure breadcrumb from Logs page {pull}29954[#29954]
|
||||
* Patches the log sample dataset to be compatible with default log sources {pull}30060[#30060]
|
||||
* Fixes pre-ECS Filebeat module message reconstruction rules {pull}30398[#30398]
|
||||
* Fixes some Filebeat ECS message formats {pull}31120[#31120]
|
||||
* Uses the log message field configured in the `yaml` file {pull}32502[#32502]
|
||||
* Picks the specific fields to be sent strictly upon source config creation {pull}32897[#32897]
|
||||
* Displays information on waffle map even when squares get smaller {pull}29083[#29083]
|
||||
* Uses `search:includeFrozen` setting in all requests {pull}29173[#29173]
|
||||
* Passes index patterns as strings {pull}29927[#29927]
|
||||
* Allows drag-selecting a timerange to disable autorefresh {pull}29947[#29947]
|
||||
* Honors `maxConcurrentShardRequests` setting {pull}30049[#30049]
|
||||
* Fixes z-index problems with waffle map and {kib} Query Language autocompletion {pull}30044[#30044]
|
||||
* Sets color to transparent if dynamic vector value is null {pull}27821[#27821]
|
||||
* Fixes table to display name instead of ID {pull}32051[#32051]
|
||||
* Handles “no metrics” data gracefully {pull}29424[#29424]
|
||||
Kibana App::
|
||||
* Removes dollar key stripping from search requests {pull}30483[#30483]
|
||||
* Adds referenced pipeline aggs to every level of query {pull}31121[#31121]
|
||||
* Introduces workaround for Vega height bug {pull}31461[#31461]
|
||||
* Logs courier errors to inspector {pull}29408[#29408]
|
||||
* Changes saved dashboards so they don’t require saving before running a report {pull}28617[#28617]
|
||||
* Adds a default sort to the dashboard listing page (asc by title) {pull}29102[#29102]
|
||||
* Removes unused server functionality from the interpreter {pull}32133[#32133]
|
||||
* Fixes empty response from functions {pull}31298[#31298]
|
||||
* Shows actual errors on failed elements and handles null values from functions {pull}32600[#32600]
|
||||
* Fixes the issue with multi-line horizontal legends that push down the chart into the x axis {pull}31466[#31466]
|
||||
* Fixes `buildEsQuery` so it ignores filters if not in index {pull}29880[#29880]
|
||||
* Uses `date_time` as format for dates in `docvalue_fields` {pull}28499[#28499]
|
||||
* Fixes the double rendering of data tables with scrollbar {pull}29360[#29360]
|
||||
* Bumps the max payload size up to 25MB {pull}31974[#31974]
|
||||
* Implements config for disabling welcome screen {pull}28888[#28888]
|
||||
* Adds empty migrationVersion to auto-migration objects {pull}29226[#29226]
|
||||
* Brings back styled name in disabled lab visualization text {pull}27540[#27540]
|
||||
* Fixes red border around touched inputs {pull}29409[#29409]
|
||||
* Removes beta label from GA Metricbeat modules {pull}29720[#29720]
|
||||
Logstash::
|
||||
* Correctly displays the number of pipeline workers when 0 are saved {pull}33253[#33253]
|
||||
Machine Learning::
|
||||
* Adds anomaly marker to charts when gap exists in data {pull}29628[#29628]
|
||||
* Fixes formatting of values for time of day or week anomalies {pull}32134[#32134]
|
||||
* Fixes URL to get job stats when getting stats for all jobs {pull}33237[#33237]
|
||||
* Fixes for user annotations {pull}29448[#29448]
|
||||
* Fixes double escaping {pull}30492[#30492]
|
||||
* Fixes Job Audit Messages filter {pull}30490[#30490]
|
||||
* Removes extra angle bracket in job groups select {pull}28829[#28829]
|
||||
* Fixes create ingest pipeline label issue {pull}29070[#29070]
|
||||
* Adds privilege checks to File Data Visualizer {pull}29109[#29109]
|
||||
* Adds better error reporting when parsing JSON in file dataviz {pull}29123[#29123]
|
||||
* Fixes job cloning when it has an unknown `created_by` value {pull}29175[#29175]
|
||||
* Adds ability to override number of sample lines in File Data Visualizer {pull}29214[#29214]
|
||||
* Fixes overflowing metric values in field cards {pull}29255[#29255]
|
||||
* Improves handling of recognizer module manifest parsing errors {pull}29322[#29322]
|
||||
* Switches from Joda to Java timestamp formats {pull}29425[#29425]
|
||||
* Displays recognizer saved objects errors {pull}29734[#29734]
|
||||
* Adds ui-select imports {pull}29823[#29823]
|
||||
* Adds index migration warnings {pull}28938[#28938]
|
||||
* Adds job deleting optimizations {pull}29848[#29848]
|
||||
* Fixes hidden timepicker on the settings and data visualizer landing page {pull}30200[#30200]
|
||||
* Fixes position of job management search bar error {pull}30251[#30251]
|
||||
* Fixes detector help link in advanced wizard {pull}30641[#30641]
|
||||
* Fixes issue when selecting new job to continue in real time {pull}30949[#30949]
|
||||
* Replaces `EuiSuperSelect` in File Data Visualizer {pull}31128[#31128]
|
||||
* Fixes error when checking privileges for user with no `ml_user` role {pull}31429[#31429]
|
||||
* Ensures that 'category examples' column contents in the Anomaly Explorer table are easily viewed {pull}28049[#28049]
|
||||
* Displays the category regex/terms in an expanded row for categorization anomalies {pull}28376[#28376]
|
||||
* Adds support to File Data Visualizer for index patterns without a time field {pull}28511[#28511]
|
||||
* Ensures Anomaly Explorer 'Overall' swimlane correctly reflects the 'View by' swimlane time range selection {pull}29469[#29469]
|
||||
* Localizes new job {pull}25647[#25647]
|
||||
* Localizes datavisualizer {pull}25527[#25527]
|
||||
* Localizes job select {pull}27803[#27803]
|
||||
* Localizes explorer {pull}27805[#27805]
|
||||
* Localizes components (part 1) {pull}27957[#27957]
|
||||
* Localizes components (part 5 - JSON tooltips) {pull}27966[#27966]
|
||||
* Adds telemetry {pull}29121[#29121]
|
||||
* Adds documentation links to Visualize and Dashboard {pull}31406[#31406]
|
||||
Management::
|
||||
* Fixes link to Platinum features in License Management {pull}31945[#31945]
|
||||
* Fixes index table test {pull}29357[#29357]
|
||||
* Restores index table test {pull}29368[#29368]
|
||||
* Fixes React warning about missing prop {pull}30147[#30147]
|
||||
* Disables actions for threshold alerts that have default `actionType` {pull}31129[#31129]
|
||||
* Fixes width of Watcher table {pull}30311[#30311]
|
||||
* Fixes show system indices toggle by turning off others {pull}32258[#32258]
|
||||
* Translates missing labels in index management {pull}28816[#28816]
|
||||
* Fixes Watcher `watch_edit_execute_detail` template {pull}28922[#28922]
|
||||
* Places Rollup Jobs content at the top of the screen instead of vertically centering it {pull}28703[#28703]
|
||||
* Removes unused ilmHrule classname from ILM {pull}28890[#28890]
|
||||
* Fixes bug in `xpackInfo` in which keys were being camel-cased during refresh but not during initialization {pull}29304[#29304]
|
||||
* Disables flaky follower indices API integration tests {pull}30157[#30157]
|
||||
* Prevents overwriting ILM config {pull}28370[#28370]
|
||||
* Adds freeze action to ILM UI {pull}28572[#28572]
|
||||
* Edits for `set_priority` action in ILM UI {pull}29540[#29540]
|
||||
* Improves a11y for activating phases {pull}30101[#30101]
|
||||
* Fixes clearing number of replicas from existing policy {pull}31905[#31905]
|
||||
* Fixes issues with maximum documents and maximum size being set {pull}31998[#31998]
|
||||
* Disables CCR and Remote Clusters when index management is disabled {pull}32203[#32203]
|
||||
* Removes duplicate rendered sections {pull}28566[#28566]
|
||||
* Makes the date in warnings optional for Console {pull}28995[#28995]
|
||||
* Adds Follower index UI {pull}27936[#27936]
|
||||
* Fixes plugin order collision {pull}30596[#30596]
|
||||
* Use a better Aria name in advanced settings {pull}28670[#28670]
|
||||
Monitoring::
|
||||
* Fixes Enh/gis telemetry {pull}29346[#29346]
|
||||
* Collects `xpack.cloud` details {pull}31180[#31180]
|
||||
* Removes custom code for spaces in telemetry {pull}27903[#27903]
|
||||
* Fixes issue with EUI table filtering in Monitoring UI {pull}27504[#27504]
|
||||
* Moves OS info into OSS collection {pull}28605[#28605]
|
||||
* Adds support for unlinked deployments {pull}28278[#28278]
|
||||
* Uses EUITooltips instead of Pivotal UI {pull}29295[#29295]
|
||||
* Awaits promise properly {pull}29001[#29001]
|
||||
* Fixes issues with localization {pull}29372[#29372]
|
||||
* Adds default search fields for each table {pull}29748[#29748]
|
||||
* Adds flag to enable/disable CCR monitoring UI {pull}28840[#28840]
|
||||
* Ensures we are showing the cluster name in the breadcrumbs {pull}30087[#30087]
|
||||
* Restores `mappings.json` {pull}30153[#30153]
|
||||
* Fixes innocuous error on some monitoring pages {pull}30322[#30322]
|
||||
* Adds Upgrade Assistant telemetry {pull}28878[#28878]
|
||||
* Adds telemetry for visualizations by type {pull}28793[#28793]
|
||||
* Changes null to 0s {pull}29380[#29380]
|
||||
Observability::
|
||||
* Fixes misnamed 'Host' filter to 'ID' {pull}32421[#32421]
|
||||
* Fixes broken test snapshot {pull}32715[#32715]
|
||||
* Updates targeted index pattern 6.7 {pull}30984[#30984]
|
||||
* Fixes column repeat issue {pull}30983[#30983]
|
||||
* Fixes zero render bug {pull}31334[#31334]
|
||||
* Replaces heartbeat app icon with uptimeApp {pull}32055[#32055]
|
||||
* Fixes ICMP display in overview page and filter option {pull}32083[#32083]
|
||||
* Fixes `PingList` component {pull}29014[#29014]
|
||||
* Adds crosshair sync for monitoring page charts {pull}29023[#29023]
|
||||
* Changes sparklines to use a histogram instead of line visualization {pull}29018[#29018]
|
||||
* Fixes total calculation for AllPings {pull}28224[#28224]
|
||||
* Adds i18n to plugin name in sidebar {pull}32586[#32586]
|
||||
* Adds uptime monitoring {pull}27552[#27552]
|
||||
* Renames plugin {pull}28008[#28008]
|
||||
* Removes beaker icon and updates help text {pull}28018[#28018]
|
||||
* Adds sort API test result to prevent uncertainty {pull}28544[#28544]
|
||||
* Fixes for localization {pull}28183[#28183]
|
||||
* Fixes index count issue {pull}28799[#28799]
|
||||
* Adds README.md {pull}28948[#28948]
|
||||
* Implements `EuiSuperDatePicker` {pull}28217[#28217]
|
||||
* Disables update button for SDP {pull}29150[#29150]
|
||||
* Fixes "last updated" field {pull}28720[#28720]
|
||||
* Refactors {es} queries and associated components and endpoints {pull}29374[#29374]
|
||||
* Deletes stacked RTT chart {pull}29446[#29446]
|
||||
* Uses EUI color palette for charts and histograms {pull}29439[#29439]
|
||||
* Allows filter dropdown search for ID and removes client-side size limits {pull}29557[#29557]
|
||||
* Adds loading states for Snapshot and Filter Bar {pull}29858[#29858]
|
||||
* Allows greater than default size for snapshot count {pull}29681[#29681]
|
||||
* Updates title and remove redundant paragraph from empty index prompt {pull}30093[#30093]
|
||||
* Fixes responsive snapshot histogram chart {pull}29649[#29649]
|
||||
* Migrates from i18n context to provider {pull}30124[#30124]
|
||||
* Formats the timeseries data to local time {pull}30160[#30160]
|
||||
* Fixes snapshot query to handle large numbers of monitors {pull}30441[#30441]
|
||||
* Replaces heartbeat app icon {pull}30530[#30530]
|
||||
* Adds link to new Discuss forum {pull}31148[#31148]
|
||||
* Fixes flaky behavior and re-enables Uptime API tests {pull}32819[#32819]
|
||||
* Changes copy on empty state component {pull}33044[#33044]
|
||||
Operations::
|
||||
* Adds searching by index and node to UI {pull}33065[#33065]
|
||||
* Fixes Security index should to reindex into `.security-7` {pull}31996[#31996]
|
||||
* Adds UI for deleting old .tasks index {pull}29774[#29774]
|
||||
* Prepends to index name during reindexing instead of appending {pull}30114[#30114]
|
||||
* Sets React version to string, not semver object {pull}33079[#33079]
|
||||
* Uses trap to generate report for non-PR builds {pull}26829[#26829]
|
||||
* Adds support to `kbn-es` and `kbn-test` for data archives {pull}28723[#28723]
|
||||
* Makes `ReindexWorker` resilient to ES connection issues {pull}29908[#29908]
|
||||
* Fixes for Upgrade Assistant {pull}29663[#29663]
|
||||
* Adds cancel button to reindexing in Upgrade Assistant {pull}29913[#29913]
|
||||
* Upgrades caniuse-lite and browserlist {pull}29358[#29358]
|
||||
* Converts dev/run helper to Typescript {pull}32705[#32705]
|
||||
* Add script to verify that all TS is in a project {pull}32727[#32727]
|
||||
* Fixes accessibility problems on Upgrade Assistant {pull}29013[#29013]
|
||||
* Fixes pre-commit git hook setup when running into the windows shell {pull}27557[#27557]
|
||||
* Fixes Chrome EUI icons on status page {pull}29131[#29131]
|
||||
* Upgrades thread loader {pull}27518[#27518]
|
||||
* Adds support for generating Docker image on {kib} build {pull}28380[#28380]
|
||||
* Adds traces to Node warnings {pull}27848[#27848]
|
||||
* Adds support for previously re-indexed ML/Watcher indices {pull}31046[#31046]
|
||||
* Allows for compatibility with ES 7.x {pull}30636[#30636]
|
||||
* Switches implicit server.log behavior with tmpl to logWithMetadata {pull}29002[#29002]
|
||||
* Makes migration mapping change detection more robust {pull}28252[#28252]
|
||||
* Changes scripts.inline to scripts.source {pull}30457[#30457]
|
||||
* Uses testSubjects.existOrFail in pageObjects/header {pull}28632[#28632]
|
||||
Platform::
|
||||
* Fixes the confirm overwrite modal of saved objects to handle large titles {pull}28590[#28590]
|
||||
* Updates locale data for IntlRelativeFormat and IntlMessageFormat {pull}26468[#26468]
|
||||
* Converts stream util tests to jest {pull}27499[#27499]
|
||||
* Fixes es_archiver rebuild_all action to support nested directories {pull}27592[#27592]
|
||||
* Adds get$() method {pull}27425[#27425]
|
||||
* Disables the welcome page automatically {pull}28792[#28792]
|
||||
* Converts core components to Typescript {pull}28880[#28880]
|
||||
* Adds push/filter methods {pull}29566[#29566]
|
||||
* Uses --oss to load {kib} faster and avoid timeout {pull}32162[#32162]
|
||||
* Uses {kib} locale when loading content from the Elastic Maps Service {pull}29671[#29671]
|
||||
* Core task manager {pull}24356[#24356]
|
||||
* Allows Task Manager's internal init to fail and retry {pull}28130[#28130]
|
||||
* Ensures `putTemplate` will only create/update the index template {pull}28540[#28540]
|
||||
* Allows select settings to specify labels for their values {pull}29584[#29584]
|
||||
* Makes the plugin have the right config prefix {pull}30005[#30005]
|
||||
* Removes `[DOC_TYPE]` from index template body {pull}30261[#30261]
|
||||
Reporting::
|
||||
* Defaults to true when not in distributable {pull}32803[#32803]
|
||||
* Fixes data points on maps not showing up in reports {pull}31949[#31949]
|
||||
* Copies Post URL to track layoutID in state {pull}30029[#30029]
|
||||
Security::
|
||||
* Adds accessibility improvements for the Space Selector screen {pull}28865[#28865]
|
||||
* Adds `create_snapshot` privilege {pull}31086[#31086]
|
||||
* Allows `run_as` to be arbitrary string to support patterns and unknown users {pull}32779[#32779]
|
||||
* Adds `manage_leader_index` privilege {pull}33154[#33154]
|
||||
Uptime::
|
||||
* Adds dummy function to avoid warning {pull}32070[#32070]
|
||||
* Removes reference to ui/chrome Breadcrumb type {pull}28526[#28526]
|
||||
Time Series Visual Builder::
|
||||
* Prevents filter colors from overriding label colors in Time Series Visual Builder {pull}30822[#30822]
|
||||
* Stops Time Series Visual Builder from flashes a chart upon clicking create {pull}30946[#30946]
|
||||
* Fixes Time Series Visual Builder percentile aggregation in Gauge, metric and Top N {pull}31680[#31680]
|
||||
* Fixes issues with retaining results in Time Series Visual Builder {pull}32003[#32003]
|
||||
* Prevents triggering autorefresh when autofetch false {pull}30405[#30405]
|
||||
Visualize::
|
||||
* Fixes Vega tooltip position on scroll {pull}30795[#30795]
|
||||
* Preserves x-axis order in `vislib` {pull}31533[#31533]
|
||||
* Fixes Timelion data-render-complete attribute on resize {pull}29320[#29320]
|
||||
* Improves visualization type selection accessibility {pull}29498[#29498]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[[release-notes-6.6.2]]
|
||||
== {kib} 6.6.2
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
This section discusses the changes that you need to be aware of when migrating
|
||||
your application from one version of Kibana to another.
|
||||
|
||||
* <<breaking-6.7.0, Breaking changes in 6.7.0>>
|
||||
* <<breaking-6.6.0, Breaking changes in 6.6.0>>
|
||||
* <<breaking-6.4.0, Breaking changes in 6.4.0>>
|
||||
* <<breaking-6.3.0, Breaking changes in 6.3.0>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue