cluster.node. -> cluster.node_

This commit is contained in:
Honza Kral 2013-06-04 17:24:11 +02:00
parent ab56dc2cf9
commit 73b13a42a4
4 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -1,5 +1,5 @@
{
"cluster.node.info": {
"cluster.node_info": {
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-info/",
"methods": ["GET"],
"url": {

View File

@ -1,5 +1,5 @@
{
"cluster.node.shutdown": {
"cluster.node_shutdown": {
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-shutdown/",
"methods": ["POST"],
"url": {

View File

@ -1,5 +1,5 @@
{
"cluster.node.stats": {
"cluster.node_stats": {
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-stats/",
"methods": ["GET"],
"url": {