GET /_search
{
"query": {
"match_all": {}
}
}
GET /_cluster/health?wait_for_status=yellow&timeout=50s
GET _cluster/health
GET /_cluster/settings
GET /_cluster/allocation/explain
GET /_cluster/state/blocks
GET /_cluster/state/_all/
GET /_cluster/state/metadata,routing_table/
GET /_cluster/stats
GET /_cluster/stats?human&pretty
GET /_cluster/stats/nodes/ki8s-elasticstack-poc-es-data-nodes-0
GET /_cluster/stats/nodes/ki8s-elasticstack-poc-es-data-nodes-1
GET /_cluster/stats/nodes/ki8s-elasticstack-poc-es-master-nodes-0
GET /_cluster/stats/nodes/ki8s-elasticstack-poc-es-master-nodes-1
GET /_cluster/stats/nodes/ki8s-elasticstack-poc-*,master:false
GET /_nodes/usage
GET /_nodes/usage/_all
#GET /_nodes/<node_id>/usage/<metric>
GET /_nodes/Z_GPK5pQSmqJeVoIXUb-xA/usage/_all
GET /_nodes/hot_threads
GET /_nodes/Z_GPK5pQSmqJeVoIXUb-xA/hot_threads
GET /_nodes
GET /_nodes/Z_GPK5pQSmqJeVoIXUb-xA
GET /_nodes/http
GET /_nodes/Z_GPK5pQSmqJeVoIXUb-xA/http
# return just process
GET /_nodes/process
# same as above
GET /_nodes/_all/process
# return just jvm and process of only nodeId1 and nodeId2
GET /_nodes/qjYecrSQT_KbOLPV3vBVDw,Z_GPK5pQSmqJeVoIXUb-xA/jvm,process
# same as above
GET /_nodes/qjYecrSQT_KbOLPV3vBVDw,Z_GPK5pQSmqJeVoIXUb-xA/info/jvm,process
# return all the information of only nodeId1 and nodeId2
GET /_nodes/qjYecrSQT_KbOLPV3vBVDw,Z_GPK5pQSmqJeVoIXUb-xA/_all
GET /_nodes/plugins
GET /_nodes/ingest
GET /_nodes/stats
GET /_nodes/qjYecrSQT_KbOLPV3vBVDw/stats/
#GET/_nodes/stats/<metric>
#GET/_nodes/<node_id>/stats/<metric>
#GET /_nodes/stats/<metric>/<index_metric>
#GET /_nodes/<node_id>/stats/<metric>/<index_metric>
GET /_cluster/pending_tasks
GET /_remote/info
GET /_tasks
Created
April 2, 2021 15:20
-
-
Save doevelopper/a29d847c496082a65e2080d809ffc066 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment