检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
单击右上角的“Apply policy”,在弹窗中选择要关联的“Policy ID”。 图3 添加索引策略 图4 选择索引策略 单击“Apply”,完成索引关联策略。
index.number_of_shards", 1) // 索引分片数, 根据实际需求设置 .put("index.number_of_replicas", 0) // 索引副本数,根据实际需求设置 ); String mapping
在“Mapped users”页签中,单击“Map users”,在users下拉框中选择需要映射的用户。 添加完成后,单击“Map”。 配置完成后,可以在OpenSearch集群中进行验证是否生效。 父主题: 管理OpenSearch集群
PUT /book { "settings": { "number_of_shards": 2, "number_of_replicas": 1 }, "mappings": { "properties": {
PUT /book { "settings": { "number_of_shards": 2, "number_of_replicas": 1 }, "mappings": { "properties": {
下单订购后,是否自动从客户的华为云账户中支付,而不需要客户手动去进行支付。该参数适用于包周期集群。
apply_exist_index 是否同步主集群上已存在的索引,默认为“true”。 settings 同步索引的索引设置。 settings_sync_enable 开启主集群索引设置同步,默认为“false”。
访问示例如下: curl "http://10.62.176.32:9200" 返回结果如下: HTTP/1.1 200 OK content-type: application/json; charset=UTF-8 content-length: 513 { "name"
访问示例如下: curl "http://10.62.176.32:9200" 返回结果如下: HTTP/1.1 200 OK content-type: application/json; charset=UTF-8 content-length: 513 { "name"
POST https://iam.cn-north-4.myhuaweicloud.com/v3.0/OS-USER/users Content-Type: application/json X-Auth-Token: ABCDEFJ....
PUT {index} { "settings": { "index": { "sort.field": "date", "sort.order": "desc" } }, "mappings": { "properties
Elasticsearch 7.x版本中,将字段“field1”设置为不建构索引的命令如下: PUT {index} { "mappings": { "properties": { "field1":{ "type": "text",
表4 IdListWrapper 参数 参数类型 描述 id String listener id。 表5 PublicIpInfo 参数 参数类型 描述 publicip_id String 弹性公网ip配置id。
group_id 是 DIS App名称,用于标识一个消费组,值可以为任意字符串。 client_id 否 客户端ID,用于标识消费组内的消费者。 起多个pipeline或者多个Logstash实例消费时,需要配置不同的值。
Name:Role的名字 Cluster Permissions:集群权限 Index permissions:索引权限 Tenant permissions:租户权限 单击新建的Role,选择“Mapped users”,在“Backend roles”中输入LDAP服务中的group
Name:Role的名字 Cluster Permissions:集群权限 Index permissions:索引权限 Tenant permissions:租户权限 单击新建的Role,选择“Mapped users”,在“Backend roles”中输入LDAP服务中的group
application.properties配置文件: 1 2 3 elasticsearch.url=host1:9200,host2:9200 elasticsearch.username=username elasticsearch.password=password 表3