检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
showElbDetail 更新ES监听器 cluster updateEsListener 查询证书列表 cluster listElbCerts 获取智能运维任务列表及详情 cluster listAiOps 创建一次集群检测任务 cluster createAiOps 删除一个检测任务记录
showElbDetail 更新ES监听器 cluster updateEsListener 查询证书列表 cluster listElbCerts 获取智能运维任务列表及详情 cluster listAiOps 创建一次集群检测任务 cluster createAiOps 删除一个检测任务记录
再执行命令POST _cluster/reroute?retry_failed=true手动进行分片分配,等待索引分片分配完成,集群状态变为可用。 shard lock错误 返回结果中“explanation”存在“[failed to obtain in-memory shard lock]”,
索引中写入一条数据。这条数据的初始状态如下图所示。 图2 数据初始状态 执行explain命令,此时返回的内容只有一条policy的id。 GET _opendistro/_ism/explain/data2 { "data2" : { "index.opendistro
"projects": [ { "domain_id": "65382450e8f64ac0870cd180d14exxxx", "is_domain": false, "parent_id": "
print('[failure] delete failure, cluster: %-10s, template %-10s ' % (str(name), str(template))) if __name__ == '__main__': main(sys.argv)
], "publicKibanaResp" : { "eipSize" : 10, "publicKibanaIp" : "100.95.152.28:9200", "elbWhiteListResp" : null, "bandwidthResourceId"
List; /** * Rest Hive Level 连接非安全集群 */ public class Main { public static void main(String[] args) throws IOException { List<String>
如果集群所属用户没有开通企业项目,则不会返回该参数。 tags Array of ClusterDetailTags objects 参数解释: 集群标签。 failedReason ClusterDetailFailedReasons object 参数解释: 失败原因。如果集群处于正常状态,则不返回该参数。
"test-bucket", "mainObj" : "word/main.txt", "stopObj" : "word/stop.txt", "synonymObj" : "word/synonym.txt", "staticMainObj" : "Unused",
"test-bucket", "mainObject" : "word/main.txt", "stopObject" : "word/stop.txt", "synonymObject" : "word/synonym.txt", "static_main_object" : "word/staticMain
{ "stage" : "STARTED", "shards_stats" : { "INIT" : 0, "FAILURE" : 0, "DONE" : 0, "STARTED" : 3, "ABORTED" : 0 },
{ "stage" : "STARTED", "shards_stats" : { "INIT" : 0, "FAILURE" : 0, "DONE" : 0, "STARTED" : 3, "ABORTED" : 0 },
执行如下命令,创建快照。 排除“.”开始的系统索引,为其他索引创建全量快照,其中“wait_for_completion”设置为“true”表示异步执行。 PUT _snapshot/my_backup/snapshot_all?wait_for_completion=true { "indices":
llis、end_time、end_time_in_millis:快照时间。 shards:shards个数。total表示总共的个数。failed表示失败的个数。successful表示成功的个数。 执行GET _snapshot/repo_auto/$snapshot-xxx,查询指定快照信息。
tors”页签,单击“Create monitor”配置监控信息。 表2 Monitors参数说明 参数名称 说明 Monitor details Monitor name 自定义一个监控名称。 Monitor type Monitor类型:Per query monitor(普通监控)、Per
ListClustersDetailsRequest request = new ListClustersDetailsRequest(); try { ListClustersDetailsResponse response =
OpenSearch集群搜索增强特性介绍 云搜索服务的OpenSearch集群在开源OpenSearch基础上增加了许多增强特性,增强特性的功能和支持的集群版本请参见表1。 表1 OpenSearch集群搜索增强特性列表 增强特性 特性描述 支持的集群版本 相关文档 向量检索 向
否 String 参数解释: 指定查询的日志任务状态,未设置该参数时,查询集群的全部日志任务记录列表。 取值范围: FAIL: 日志任务失败状态。 NOT_FAIL: 日志任务运行或成功状态。 不传该参数,则查询所有状态的任务。 默认取值: 空字符串,查询所有状态的任务。 请求参数
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great