检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
_template/filebeat { "index_patterns": ["*topic*"], "settings": { # 定义分片数。 "number_of_shards": 3, # 定义副本数。 "number_of_replicas": 0,
引添加副本。 Kibana和Cerebro组件影响 变更节点存储类型时,系统会重建Kibana和Cerebro,在此期间服务将暂时不可用。变更节点规格时,如果Kibana和Cerebro运行于被下线的节点上会导致访问失败,此时刷新页面或重新登录,系统会自动重新调度到可用节点。 变更过程特性
形态变更”进入形态变更页面。 选择“添加Master/Client节点”页签。 当集群同时拥有Master节点和Client节点时,形态变更页面将不存在“添加Master/Client节点”页签。 在添加Master/Client节点页面,完成节点配置。 表4 添加Master或Client节点 参数 说明
"methods": [ "password" ], "password": { "user": { "name": "username", //用户名 "password": "********", //登录密码
max_bytes_per_sec”时,实际限流值为“indices.recovery.max_bytes_per_sec”。 说明: 当需要查看“indices.recovery.max_bytes_per_sec”参数值时,可以执行如下命令: GET _cluster/settings
支持开启自动创建快照功能。 调用方法 请参见如何调用API。 URI POST /v2.0/{project_id}/clusters/{cluster_id}/snapshots/policy/open 表1 路径参数 参数 是否必选 参数类型 描述 project_id 是 String
Self-built Logstash cluster, You can download the certs file from the ES cluster details page, enter the corresponding path here. # ca_file =>
Distro文档。 当创建一个policy时,系统会往“.opendistro-ism-config”索引中写入一条数据,这条数据的“_id”就是policy的名字,内容是policy的定义。 图1 写入一条数据 将policy和索引绑定以后,系统会再往“.opendistro-ism-
PUT _cluster/settings { "persistent": { "native.cache.circuit_breaker.enabled": "true", "native.cache.circuit_breaker.cpu.limit":
自定义缓存 indices.queries.cache.size 控制查询缓存占用的内存比例。 单位:百分比(%) 取值范围:1~100 默认值:10% 线程池队列大小 thread_pool.force_merge.size 控制force_merge操作的线程池队列大小。 取值范围:正整数
自定义缓存 indices.queries.cache.size 控制查询缓存占用的内存比例。 单位:百分比(%) 取值范围:1~100 默认值:10% 线程池队列大小 thread_pool.force_merge.size 控制force_merge操作的线程池队列大小。 取值范围:正整数
PUT _cluster/settings { "persistent": { "native.cache.circuit_breaker.enabled": "true", "native.cache.circuit_breaker.cpu.limit":
&model.StopLogsRequest{} request.ClusterId = "{cluster_id}" response, err := client.StopLogs(request) if err == nil { fmt.Printf("%+v\n"
build(); UpdateInstanceRequest request = new UpdateInstanceRequest(); request.withClusterId("{cluster_id}"); request.wit
be processed due to error: "Unprocessable Entity: Document "7.1.1" has property "config" which belongs to a more recent version of Kibana [7.13
部分,因此集群无法新建和回收站中的同名的索引。 开启索引回收站 执行如下命令,启用索引回收站功能。 PUT _cluster/settings { "persistent": { "index.trash.enabled": true } } 表1 配置项说明 配置项
control.http.warmup_period”配置为“5000ms”,表示系统需要5秒钟的时间来逐渐增加到每秒100个新建连接的速率。 关闭HTTP/HTTPS流控。 PUT /_cluster/settings { "persistent": { "flowcontrol
启动检测任务:通过启动检测任务,触发系统智能诊断集群的健康状况。 查看集群风险项:检测任务完成后,可以查看集群存在的风险项详情,根据风险建议及时处理集群存在的风险。 删除检测任务:当不需要历史所创建的检测任务时,可删除检测任务。删除检测任务后,系统将删除检测任务所对应的所有诊断信息。
启动检测任务:通过启动检测任务,触发系统智能诊断集群的健康状况。 查看集群风险项:检测任务完成后,可以查看集群存在的风险项详情,根据风险建议及时处理集群存在的风险。 删除检测任务:当不需要历史所创建的检测任务时,可删除检测任务。删除检测任务后,系统将删除检测任务所对应的所有诊断信息。
exact_search_threshold”参数,当过滤后的结果集数量低于阈值时,系统会自动切换为暴力搜索(FLAT算法),以确保较高的召回率。配置操作请参见创建向量索引。 term 否 Map term查询,是一种精确查询类型,用于精确匹配字段值。例如 “{"term": {"my_label": "red"}}