内容简介:Kibana 6.3.2 已发布,包含以下更新内容: Bug fixes Accessibility [Fixes #19012] Adds missing aria level on the solutions page in Kibana. In particular, it adds aria-level to KuiCardDescriptionTitle...
Kibana 6.3.2 已发布,包含以下更新内容:
Bug fixes
Accessibility
[Fixes #19012] Adds missing aria level on the solutions page in Kibana. In particular, it adds aria-level to KuiCardDescriptionTitle. #20579
Dashboard
[Fixes #20635] Reduces the scale factor to 4 when migrating panels that are in a dashboard with margins. #20727
Discover
[Fixes #19445] Removes outdated Aria attribute #20532
Monitoring
Fixes issues with sorting and filtering of Elasticsearch nodes #20383
This issue fixes the sorting and filtering of rows in the table of Elasticsearch nodes in the Kibana Monitoring UI.
Reporting
Fixes issue with running Chromium headless over HTTP when accessing Kibana publicly via HTTPS #20528
Sharing
[Fixes #20635] Changes the scale factor when upgrading panels with margins #20684
This change reduces the scale factor to 4 when migrating panels that are in a dashboard with margins.
Visualization
[Fixes #19378, #16884] Fixes editor sidebar to better handle long field names #20476
[Fixes #20240] Fixes issues with the flickering of visualizations on refresh #20817
Avoids shard failures when performing a
geo_bounding_boxfilter on coordinate maps #19548Fixes disabled aggregations in the visualization editor #20450
Important documentation and developer changes
Platform
Defaults to running the Elasticsearch functional test server from a snapshot locally in the X-Pack directory #20585
Visualization
Adds distinct links and float tags to Region Map docs #20361
Kibana 是一个为 Logstash 和 ElasticSearch 提供的日志分析的 Web 接口。可使用它对日志进行高效的搜索、可视化、分析等各种操作。
发布说明:https://www.elastic.co/guide/en/kibana/6.3/release-notes-6.3.2.html
下载地址:https://www.elastic.co/downloads/kibana
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Kibana 6.3.2 发布,高效日志搜索和分析平台》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- redis 发布与订阅原理分析
- 华为分析服务 5.3.0 版本发布
- GoAccess 1.4.4 发布,日志分析工具
- pgBadger 11.5 发布,PostgreSQL 日志分析工具
- loginsight 2.0.0 发布,通用日志分析工具
- LLVM 7.0.0 发布,提升性能分析能力
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构(C语言版)
严蔚敏、吴伟民 / 清华大学出版社 / 2012-5 / 29.00元
《数据结构》(C语言版)是为“数据结构”课程编写的教材,也可作为学习数据结构及其算法的C程序设计的参数教材。 本书的前半部分从抽象数据类型的角度讨论各种基本类型的数据结构及其应用;后半部分主要讨论查找和排序的各种实现方法及其综合分析比较。其内容和章节编排1992年4月出版的《数据结构》(第二版)基本一致,但在本书中更突出了抽象数据类型的概念。全书采用类C语言作为数据结构和算法的描述语言。 ......一起来看看 《数据结构(C语言版)》 这本书的介绍吧!