Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for connection to master node"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for connection to master node"
},
"timeout": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for connection to master node"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"timeout": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for processing on master node"
},
"timeout": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for processing on master node"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for processing on master node"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for processing on master node"
},
"timeout": {
Expand Down
4 changes: 2 additions & 2 deletions specification/_json_spec/cat.aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
},
"master_timeout": {
"type": "time",
"description": "Timeout for waiting for new cluster state in case it is blocked",
"default": "30s"
"default": "30s",
"description": "Timeout for waiting for new cluster state in case it is blocked"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.allocation.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.component_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.indices.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.master.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)"
},
"bytes": {
Expand Down
1 change: 0 additions & 1 deletion specification/_json_spec/cat.ml_datafeeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
},
"format": {
Expand Down
1 change: 0 additions & 1 deletion specification/_json_spec/cat.ml_jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)"
},
"bytes": {
Expand Down
1 change: 0 additions & 1 deletion specification/_json_spec/cat.ml_trained_models.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no trained models. (This includes `_all` string or when no trained models have been specified)",
"default": true
},
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.nodeattrs.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.pending_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.segments.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"bytes": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.shards.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.snapshots.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cat.thread_pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"h": {
Expand Down
3 changes: 0 additions & 3 deletions specification/_json_spec/cat.transforms.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,14 @@
"params": {
"from": {
"type": "int",
"required": false,
"description": "skips a number of transform configs, defaults to 0"
},
"size": {
"type": "int",
"required": false,
"description": "specifies a max number of transforms to get, defaults to 100"
},
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)"
},
"format": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
}
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/ccr.follow.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
},
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/ccr.follow_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
}
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/ccr.pause_follow.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
}
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/ccr.resume_follow.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
},
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/ccr.stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
}
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/ccr.unfollow.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
}
}
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cluster.allocation_explain.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for connection to master node"
},
"include_yes_decisions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Specify timeout for connection to master"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"master_timeout": {
"type": "time",
"description": "Timeout for submitting request to master",
"default": "30s"
"default": "30s",
"description": "Timeout for submitting request to master"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for waiting for new cluster state in case it is blocked"
},
"local": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"params": {
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for waiting for new cluster state in case it is blocked"
},
"local": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cluster.get_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Timeout for waiting for new cluster state in case it is blocked"
},
"timeout": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cluster.health.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Explicit operation timeout for connection to master node"
},
"timeout": {
Expand Down
1 change: 1 addition & 0 deletions specification/_json_spec/cluster.pending_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"master_timeout": {
"type": "time",
"default": "30s",
"description": "Specify timeout for connection to master"
}
}
Expand Down
Loading