cluster.node. -> cluster.node_
This commit is contained in:
parent
ab56dc2cf9
commit
73b13a42a4
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"cluster.node.hot_threads": {
|
||||
"cluster.node_hot_threads": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-cluster-nodes-hot-threads/",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"cluster.node.info": {
|
||||
"cluster.node_info": {
|
||||
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-info/",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"cluster.node.shutdown": {
|
||||
"cluster.node_shutdown": {
|
||||
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-shutdown/",
|
||||
"methods": ["POST"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"cluster.node.stats": {
|
||||
"cluster.node_stats": {
|
||||
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-stats/",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
Loading…
Reference in New Issue