全网首发 | Elasticsearch 认证专家考试(ECE)8.1 版本最新考纲解读

本文涉及的产品
检索分析服务 Elasticsearch 版,2核4GB开发者规格 1个月
简介: 全网首发 | Elasticsearch 认证专家考试(ECE)8.1 版本最新考纲解读

1、Elastic 认证考试版本变化史

2022年8月4日开始,Elastic 认证专家考试(ECE)版本号升级为 8.1 版本。

Elastic 认证版本更迭历程如下:

版本号 开始时间 结束时间 时长(天)
6.5 2018-06-29 2019-08-05 402 天
7.2 2019-08-06 2021-06-30 694 天
7.13 2021-07-01 2022-08-03 398 天
8.1 2022-08-04
待定

初步能看出,至少 1 年+左右迭代升级一次版本。

2、Elastic 认证考试官方FAQ

https://www.elastic.co/cn/training/elastic-certified-engineer-exam

https://www.elastic.co/cn/training/certification/faq

3、ECE 认证考试(8.1版本)考点变动概览

一句话概括——新增了一个考点、减少了三个考点。

3.1 新增考点

  • 定义运行时字段以获取脚本自定义的字段信息

对应官方文档:

https://www.elastic.co/guide/en/elasticsearch/reference/current/runtime.html

3.2 删除考点

删除考点 1:使用数据可视化工具将文本文件上传到 Elasticsearch

Use the Data Visualizer to upload a text file into Elasticsearch

铭毅解读:这个知识点从来没有考过,就是个“摆设”考点。


删除考点 2:使用 Elasticsearch Security 定义基于角色的访问控制

Define role-based access control using Elasticsearch Security

铭毅解读:这个实际考察 kibana 配置,7.2版本、7.13 版本时候都有考,7.2当时考的多。


删除考点 3:定义包含嵌套文档类型 nested 的索引

Configure an index so that it properly maintains the relationships of nested arrays of objects

铭毅解读:这个考点如果考涉及定义包含嵌套字段类型的索引、nested 检索等细分知识点,7.13 版本考的比较多。

4、ECE 认证考试(8.1版本)全部考点解读

4.1 数据管理模块

5 个知识点

1、按照指定要求定义索引

Define an index that satisfies a given set of requirements

2、按照指定要求定义和使用模板

Define and use an index template for a given pattern that satisfies a given set of requirements

3、按照指定要求定义动态模板

Define and use a dynamic template that satisfies a given set of requirements

4、为基于时间序列的索引设置索引生命周期管理策略(ILM)

Define an Index Lifecycle Management policy for a time-series index

5、定义基于 data stream 的索引模板

Define an index template that creates a new data stream

4.2 检索数据模块

7 个知识点

6、撰写和执行针对一个或者多个字段的terms或短语匹配检索语句

Write and execute a search query for terms and/or phrases in one or more fields of an index

7、撰写和执行基于Bool查询综合检索语句

Write and execute a search query that is a Boolean combination of multiple queries and filters

8、写异步检索

Write an asynchronous search

9、指标聚合和分桶聚合

Write and execute metric and bucket aggregations

10、子聚合(基于聚合的聚合)

Write and execute aggregations that contain sub-aggregations

11、跨集群检索

Write and execute a query that searches across multiple clusters

12、使用运行时字段进行检索(本质这也是新考点,但官方没有标注)

Write and execute a search that utilizes a runtime field

3.3 开发检索应用模块

5 个知识点

13、高亮

Highlight the search terms in the response of a query

14、排序

Sort the results of a query by a given set of requirements

15、分页检索

Implement pagination of the results of a search query

16、定义和使用索引别名

Define and use index aliases

17、检索模板定义和使用

Define and use a search template

3.4 数据处理模块

6 个知识点

18、定义满足给定条件的Mapping

Define a mapping that satisfies a given set of requirements

19、定义和使用满足给定条件的自定义分词器

Define and use a custom analyzer that satisfies a given set of requirements

20、使用 multi-fields 为不同字段设置不同类型或分词器

Define and use multi-fields with different data types and/or analyzers

21、使用 reindex 和 update_by_query 迁移或者更新文档

Use the Reindex API and Update By Query API to reindex and/or update documents

22、定义和使用预处理管道满足给定需求,包含:使用脚本修改文档

Define and use an ingest pipeline that satisfies a given set of requirements, including the use of Painless to modify documents

23、定义运行时字段以获取脚本自定义的字段信息

Define runtime fields to retrieve custom values using Painless scripting

3.5 数据处理模块

5 个知识点

24、诊断分片问题及修复集群健康问题

Diagnose shard issues and repair a cluster's health

25、备份和恢复集群或索引

Backup and restore a cluster and/or specific indices

26、配置可搜索快照

Configure a snapshot to be searchable

27、配置跨集群检索

Configure a cluster for cross-cluster search

28、实施跨集群复制

Implement cross-cluster replication

4、铭毅天下解读最新考纲

4.1 发现一个细分 bug

经逐行对比可知,runtime_field 应该是两个新增知识点,但官方只标注了一处。

Elasticsearch 运行时类型 Runtime fields 深入详解

4.2 难度并未提高

8.1 版本考纲较 7.13 版本考纲删除三个考点,新增2个考点(实际1个大点,两个细分小点)。

考点减少,意味着降低了难度,至少难度并未提高。

4.3 铭毅天下考试建议

  • 1、对于已经缴费的同学尽快考试,7月底之前尽快拿下认证考试,别拖了。这样你没有新版本的方面的担心。
  • 2、对于尚未报名,且8月份之前不打算考试的,建议直接从 8.1 版本开始备战复习。

8.X 的变化核心在于安全,基础集群都是基于安全通信的,这块不熟悉的话,建议从搭建一个集群搞起来。

云服务器 Centos7 部署 Elasticsearch 8.0 + Kibana 8.0 指南

比快更快,Elasticsearch 8.0 正式发布!

现在就得全面升级到 8.1 版本,以 8.1 版本作为准备和平时练习版本。考什么就练习什么,确保版本一致。

5、Elastic 认证专家冲刺集训营直播课

5.1 视频课程大纲

  • 视频内容累计近 24 小时。
  • 视频内容完全覆盖 8.1 考纲,包含新增考点:runtime_field。
  • 主讲人:铭毅天下(Elastic 认证工程师、Elastic 官方合作培训讲师,已带领 100 人+通过认证考试,阿里云MVP、Elastic技术博客全网累计阅读量 1000万+)

5.2 课程适用人群:

  • 大数据从业人员
  • Elastic Stack 架构师、开发工程师、运维工程师
  • Elastic Stack 爱好者
  • ......

5.3 课程全部内容介绍

如何从0到1打磨一门 Elasticsearch 线上直播课?

添加VX:Yingzi202067,解锁历史公开课视频

6、更多推荐

1. 写在带领 100 人通过 Elastic 认证后......

2. Elastic认证工程师到底有没有用?

3. 从实战中来,到实战中去——Elasticsearch 技能更快提升方法论

4. 刻意练习 Elasticsearch 10000 个小时,鬼知道经历了什么?!

5. 如何系统的学习 Elasticsearch ?

6. 全网首发 | Elasticsearch 认证(ECE)最新考试大纲解读


相关实践学习
使用阿里云Elasticsearch体验信息检索加速
通过创建登录阿里云Elasticsearch集群,使用DataWorks将MySQL数据同步至Elasticsearch,体验多条件检索效果,简单展示数据同步和信息检索加速的过程和操作。
ElasticSearch 入门精讲
ElasticSearch是一个开源的、基于Lucene的、分布式、高扩展、高实时的搜索与数据分析引擎。根据DB-Engines的排名显示,Elasticsearch是最受欢迎的企业搜索引擎,其次是Apache Solr(也是基于Lucene)。 ElasticSearch的实现原理主要分为以下几个步骤: 用户将数据提交到Elastic Search 数据库中 通过分词控制器去将对应的语句分词,将其权重和分词结果一并存入数据 当用户搜索数据时候,再根据权重将结果排名、打分 将返回结果呈现给用户 Elasticsearch可以用于搜索各种文档。它提供可扩展的搜索,具有接近实时的搜索,并支持多租户。
相关文章
|
4天前
|
API 网络安全 网络架构
浅谈Elastic Search V8版本的一些重大改进
浅谈Elastic Search V8版本的一些重大改进
51 0
|
数据安全/隐私保护 Docker 容器
ElasticStack----使用Docker方式安装单节点的8.1.3版本的ElasticSearch
ElasticStack----使用Docker方式安装单节点的8.1.3版本的ElasticSearch
1007 0
ElasticStack----使用Docker方式安装单节点的8.1.3版本的ElasticSearch
|
4天前
|
存储 安全 数据处理
Elasticsearch 为什么会产生文档版本冲突?如何避免?
Elasticsearch 为什么会产生文档版本冲突?如何避免?
17 0
|
4天前
|
自然语言处理 安全 Linux
干货 | Elasticsearch 8.X 版本升级指南
干货 | Elasticsearch 8.X 版本升级指南
17 0
|
4天前
|
Java API Maven
springboot 、spring-data-elasticsearch、elasticserach的版本对应关系
springboot 、spring-data-elasticsearch、elasticserach的版本对应关系
414 0
|
8月前
|
机器学习/深度学习 人工智能 自然语言处理
国内首家!阿里云 Elasticsearch 8.9 版本释放 AI 搜索新动能
阿里云作为国内首家上线 Elasticsearch 8.9版本的厂商,在提供 Elasticsearch Relevance Engine™ (ESRE™) 引擎的基础上,提供增强 AI 的最佳实践与 ES 本身的混合搜索能力,为用户带来了更多创新和探索的可能性。
1466 1
|
12月前
|
域名解析 开发工具
elasticsearch 8.3版本安装和集群部署
elasticsearch 8.3版本安装和集群部署
397 1
|
运维 分布式计算 Hadoop
【大数据开发运维解决方案】Elasticsearch+Logstash+Kibana(6.7.1版本)安装部署
Elasticsearch+Logstash+Kibana(6.7.1版本)安装部署 目前Elasticsearch、Logstash、Kibana三个组件都准备安装在虚拟机供个人学习使用。 一、部署Elasticsearch 1、下载安装包 官网下载地址: ES下载官网 选择Elasticsearch组件 2、上传解压安装包 [root@s133061 elk]# pwd /hadoop/elk [root@s133061 elk]# ls elasticsearch-6.7.1.tar.gz kiba
【大数据开发运维解决方案】Elasticsearch+Logstash+Kibana(6.7.1版本)安装部署
|
域名解析 Kubernetes 负载均衡
使用Kubernetes Stateful Set有状态类型搭建Elasticsearch7.x版本高可用三节点集群
使用Kubernetes Stateful Set有状态类型搭建Elasticsearch7.x版本高可用三节点集群
399 0
使用Kubernetes Stateful Set有状态类型搭建Elasticsearch7.x版本高可用三节点集群
|
数据库 索引
新年第一天,老板让升级ElasticSearch版本,我说得加钱
新年第一天,老板让升级ElasticSearch版本,我说得加钱
新年第一天,老板让升级ElasticSearch版本,我说得加钱

热门文章

最新文章