elasticsearch技术解析与实战(一) 入门和索引
GET _cat/nodes GET _cat/health GET _cat/shards GET http://10.37.84.124:9200/secisland?pretty { "settings":{ "number_of_shards":5, "number_of_replicas":1 } } GET http://10.37.84.124:9200/_cat/indices?v&index=secisland PUT secisland/secilog/1/ { "computer":"secisland", "message":"secisland is an security company" } GET secisland/secilog/1/ DELETE secisland/secilog/1 DELETE secisland/ GET secisland/ 返回: { "secisland": { "aliases": {}, "mappings": { "secilog": { "properties": { "computer": { "type": "string" }, "message": { "type": "string" } } } }, "settings": { "index": { "creation_date": "1527232104844", "uuid": "B70OmuX6QZijhIIenubl1Q", "number_of_replicas": "1", "number_of_shards": "5", "version": { "created": "2030599" } } }, "warmers": {} } } GET secisland/_settings GET secisland/_mapping POST /secisland/_open POST /secisland/_close
posted on 2018-05-26 17:43 cxhfuujust 阅读(169) 评论(0) 编辑 收藏 举报
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步