检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
向量索引堆外内存使用率 CSS集群节点向量索引查询加载的堆外内存使用率。 0-100% 维度 表3 维度说明 Key Value cluster_id CSS集群 cluster_id,instance_id CSS集群节点 父主题: OpenSearch集群监控与日志管理
"host", "other" ] }, "cluster" : { "field" : [ // 指定聚簇键 "region",
存放在回收站中的索引仍然是集群元数据的一部分,因此集群无法新建和回收站中的同名的索引。 开启索引回收站 执行如下命令,启用索引回收站功能。 PUT _cluster/settings { "persistent": { "index.trash.enabled": true } }
则索引无法正常执行VectorQuery标准查询,该查询请求将会返回错误码500,错误信息中包含“Load native index failed exception”。此时,建议先执行离线构建再查询。 父主题: 配置Elasticsearch集群向量检索
processors: 部署并配置自建Logstash。 为了获得更优的性能,自建Logstash中的JVM参数建议配置为“ECS/docker”内存的一半。 下载Logstash,版本建议选择7.6.2。下载地址:https://www.elastic.co/download
statement => "select a.user_code AS doctor_id,a.record_status from cluster " # 定时任务,每5分钟同步一次,可以自定义。 schedule => "*/5 * * * *" } } filter