内容简介:Elasticsearch 6.4.3 已发布,Elasticsearch 是一个分布式的 RESTful 风格的搜索和数据分析引擎,能够解决不断涌现出的各种用例。作为 Elastic Stack 的核心,它集中存储你的数据,帮助你发现意料之中以及意料之外...
Elasticsearch 6.4.3 已发布,Elasticsearch 是一个分布式的 RESTful 风格的搜索和数据分析引擎,能够解决不断涌现出的各种用例。作为 Elastic Stack 的核心,它集中存储你的数据,帮助你发现意料之中以及意料之外的情况。
改进
Machine learning
Changes linker options on macOS to allow Homebrew installs (#225)
修复
Aggregations
Check self references in metric agg after last doc collection (#33593) #34001
Authentication
ListenableFuture should preserve ThreadContext #34394
Allow an AuthenticationResult to return metadata #34382 (issues: #34290, #34332)
Preserve thread context during authentication #34290
Circuit Breakers
Java High Level REST Client
Machine learning
Fixes the cause of
hard_limit
memory errors for jobs with bucket spans greater than one day (#243)Rules that trigger the
skip_model_update
action should also apply to the anomaly model. This fixes an issue where anomaly scores of results that triggered the rule would decrease if they occurred frequently. #222 (issue:#217)
Network
Support PKCS#11 tokens as keystores and truststores #34063 (issue: #11)
Correctly handle PKCS#11 tokens for system keystore #33460 (issues: #11, #33459)
Security
下载地址:
https://www.elastic.co/cn/downloads/elasticsearch
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 5个大数据处理/数据分析/分布式工具
- Elasticsearch 7.6.2 发布,分布式搜索和数据分析引擎
- ElasticSearch 6.3.2 发布,分布式搜索与数据分析引擎
- ElasticSearch 6.3.2 发布,分布式搜索与数据分析引擎
- Elasticsearch 6.4.1 发布,分布式搜索与数据分析引擎
- Elasticsearch 6.4.2 发布,分布式搜索与数据分析引擎
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python编程快速上手
Albert Sweigart / 王海鹏 / 人民邮电出版社 / 2016-7-1 / 69.00元
如今,人们面临的大多数任务都可以通过编写计算机软件来完成。Python是一种解释型、面向对象、动态数据类型的高级程序设计语言。通过Python编程,我们能够解决现实生活中的很多任务。 本书是一本面向实践的Python编程实用指南。本书的目的,不仅是介绍Python语言的基础知识,而且还通过项目实践教会读者如何应用这些知识和技能。本书的首部分介绍了基本Python编程概念,第二部分介绍了一些不......一起来看看 《Python编程快速上手》 这本书的介绍吧!