赞
踩
POST /_reindex
{
"source":{
"index": "要拷贝的索引名称"
},
"dest":{
"index": "拷贝得到的新索引名称"
}
}
GET 索引名称/_settings
GET 索引名称/_mapping
PUT 索引名称/_mapping/映射名称
{
"properties" : {
"映射名称" : {
"新字段名称":"新字段类型"
}
}
}
kibana -> Management -> Index Patterns -> Create index pattern -> 输入索引名称(注意这里的*号为匹配符,若确定某个具体的索引请删除) -> Next step -> Time Filter field name(选择是否使用时间选择器) -> Create index Pattern ->完成(在Discover中可查看此视图)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。