当前位置:网站首页>Es common operations
Es common operations
2022-07-23 13:03:00 【study_ Little Daren】
elasticsearch Some common operations of
see API
View alias interface (_cat/aliases): View index aliases
View the resource allocation interface (_cat/allocation)
View the number of documents interface (_cat/count)
View field allocation interface (_cat/fielddata)
View health status interface (_cat/health)
View index information interface (_cat/indices)
see master Information interface (_cat/master)
see nodes Information interface (_cat/nodes)
View the pending task interface (_cat/pending_tasks)
Check the plug-in interface (_cat/plugins)
View the repair status interface (_cat/recovery)
Check the line city interface (_cat/thread_pool)
View slice information interface (_cat/shards)
see lucence Segment information interface of (_cat/segments)
··························································································
colony API
View the cluster health status interface (_cluster/health)
View the cluster status interface (_cluster/state)
View cluster statistics interface (_cluster/stats)
View the cluster suspended task interface (_cluster/pending_tasks)
Cluster reroute operation (_cluster/reroute)
Update cluster settings (_cluster/settings)
Node status (_nodes/stats)
Node information (_nodes)
The hotline of the node (_nodes/hot_threads)
Close the node (\nodes/_master/_shutdown)
curl -XGET 10.156.128.89:9200/_cluster/allocation/explain?pretty Check the pieces and causes of the problem
curl -X PUT “10.156.128.89:9200/_cluster/settings” -H ‘Content-Type: application/json’ -d’{“persistent”: {“cluster.routing.allocation.node_concurrent_recoveries”: 100,“indices.recovery.max_bytes_per_sec”: “40mb”}}}’ Update cluster settings
curl -XPUT -H ‘content-Type:application/json’ ‘10.157.4.121:9200/_settings’ -d ’ { “index” : { “number_of_replicas” : 1 } }’ (number_of_shards: 3)
curl -XGET 10.157.4.121:9200/_cat/templates?v&h=name View templates
边栏推荐
猜你喜欢

SAR成像之点目标仿真(二)—— Matlab仿真

vlan配置实例学习记录

ACL access control experiment

User and group management, file permissions

Unity3d+moba+ skill indicator (II)

C #: quick sort. If there is the same number, it will be ignored, and then continue the previous search direction to find the next number that meets the requirements for replacement

雷达导论PART VII.3 SAR图像的形成和处理

Link expansion configuration of OSPF

Static route configuration instance learning record

秘钥远程登录服务器实现免密登录实战
随机推荐
C#随机生成一个分数,判断其成绩等级(优、良、中、差、不及格)
制作本地apt源离线安装
Copy, paste and drag files between VMware virtual machine and host
OSPF 多区域配置实例学习记录
Learning diary - (routing and switching technology) OSPF Protocol
Real questions required for Niuke interview [algorithm] summary of high-frequency TOP200 questions
Simple use of psutil monitoring
Rk3588 compilation problem set
C output Fibonacci sequence
Single arm routing configuration instance learning record
Telnet configuration instance learning record
动态RIP配置
SAR成像之点目标仿真(二)—— Matlab仿真
0 dynamic programming leetcodde313. super ugly number
Routing and interface technology -- Summary of direct network
Gameframework: package resources, publish packages with the app, package and generate folder instructions, upload resources to the server, download resources, gamefreamworklist DAT and gameframeworkve
Make local apt source offline installation
Learning diary - (routing and switching technology) layer 3 switch
Hcip --- OSPF details
vlan配置实例学习记录