检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Throughput | index-append | 66232.6 | docs/s | | All | Median Throughput | index-append | 66735.3 |
详细的公共请求消息头字段请参见表2。 表2 公共请求消息头 参数 是否必选 描述 Content-Type 是 消息体的类型(格式)。推荐用户使用默认值“application/json”。 X-Auth-Token 使用Token认证时必选 用户Token。是调用“获取用户Token”接口的响应
Throughput | index-append | 66232.6 | docs/s | | All | Median Throughput | index-append | 66735.3 |
"convert_type": "s2t" } } } }, "mappings": { "type": { "properties": {
选择Indices 在Indices列表中选择您要附加策略的一个或多个索引。 单击右上角的“Apply policy”,在弹窗中选择要关联的“Policy ID”。 图3 添加引用策略 图4 选择索引策略 单击“Apply”,完成索引关联策略。 当索引关联策略后,ISM会默认创建一个每5分钟运行
" }\n" + "}"; request.mapping(mapping, XContentType.JSON); CreateIndexResponse response = client
"convert_type": "s2t" } } } }, "mappings": { "type": { "properties": {
+ " }" + "}"; request.mapping(mapping, XContentType.JSON); CreateIndexResponse response = client
- Min Throughput index-append 92446.94 docs/s Median Throughput index-append 92935.55 docs/s Max Throughput index-append 93217.68 docs/s 50th
选择Indices 在Indices列表中勾选要关联策略的一个或多个索引。 单击右上角的“Apply policy”,在弹窗中选择要关联的“Policy ID”。 图3 添加索引策略 图4 选择索引策略 单击“Apply”,完成索引关联策略。 当索引关联策略后,ISM会默认创建一个每5分钟运行
"number_of_shards": 2, "number_of_replicas": 1 }, "mappings": { "type1": { "properties": {
用户:可以向Elasticsearch集群发出操作请求。用户具有凭证(例如,用户名和密码)、零个或多个后端角色以及零个或多个自定义属性。 Role mapping 角色映射:用户在成功进行身份验证后会担任角色,角色映射,就是将角色映射到用户(或后端角色)。例如,kibana_user(角色)到jdoe(用户)的映射意味着John
"number_of_shards": 2, "number_of_replicas": 1 }, "mappings": { "type1": { "properties": {
将角色映射到用户,使用户具有角色的权限。 在“Security”中选择“Roles”,单击"role_test"角色名称,进入角色详情页面。 单击“Mapped users”页签,在Mapped users页面单击“Map user”。 在“Map user”页面,单击下拉框选择创建的“test”用户。 添加完成后,单击“Map”。
"remote_index_patterns": "log*", "local_index_pattern": "{{remote_index}}-sync", "apply_exist_index": true } 在从集群执行如下命令,创建匹配模式同步索引,将主集群中匹配的索引同步到从集群,并修改部分索引配置,开启索引配置同步。
curl "http://10.62.176.32:9200" 返回结果如下: HTTP/1.1 200 OK content-type: application/json; charset=UTF-8 content-length: 513 { "name" : "xxx-1"
curl "http://10.62.176.32:9200" 返回结果如下: HTTP/1.1 200 OK content-type: application/json; charset=UTF-8 content-length: 513 { "name" : "xxx-1"
https://iam.cn-north-4.myhuaweicloud.com/v3.0/OS-USER/users Content-Type: application/json X-Auth-Token: ABCDEFJ.... 您还可以通过这个视频教程了解如何使用Token认证:https://bbs
"sort.field": "date", "sort.order": "desc" } }, "mappings": { "properties": { "date": { "type": "date"
”。 Elasticsearch 7.x版本中,将字段“field1”设置为不建构索引的命令如下: PUT {index} { "mappings": { "properties": { "field1":{ "type": "text",