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

最新文章

  1. 关于用display:table让元素居中的小结
  2. 零成本实现Web性能测试:基于Apache JMeter
  3. VB模拟键盘输入的N种方法
  4. Objective-C学习笔记-第一天(1)
  5. Spring day04笔记(SVN讲解和回顾昨天知识)
  6. 使用jquery的trigger方法优化页面代码
  7. Javascript 严格模式详解(转)
  8. FZU 2028 时空门问题
  9. 写出bool,int,float,指针与零值比较的if语句
  10. Winform合并多个Excel文件到一个文件中(源文件.xls,实际是.xml)
  11. hdu 5305Friends
  12. UIScrollView 代理方法
  13. Linux红黑树(二)——访问节点
  14. 初学者cocos2dx 写2048 为了和大家一起分享
  15. 关于Android开发中导出jar包后的资源使用问题解决
  16. Ubuntu安装Nginx+PHP7.0.4+MySQL5.6
  17. 开关调色新世界BP2888电源解决方案
  18. .Net Core使用Redis的一个入门简单Demo
  19. May 24. 2018 Week 21st Thursday
  20. P1705 爱与愁过火(背包)

热门文章

  1. vue-13-插件
  2. leetcode python 005
  3. SQL-30 使用子查询的方式找出属于Action分类的所有电影对应的title,description
  4. c/c++动态内存分配的区别
  5. 『翻译』Android USB Host
  6. Hibernate总结以及在面试中的一些问题.
  7. [转]skynet Lua中的协程
  8. iccv文献引用
  9. DG备库无法接受主库归档日志之密码文件
  10. WEBBASE篇: 第三篇, CSS知识1