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
2 changes: 1 addition & 1 deletion specification/_json_spec/async_search.submit.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)"
},
"expand_wildcards": {
"type": "enum",
"type": "list",
"options": ["open", "closed", "hidden", "none", "all"],
"default": "open",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
Expand Down
12 changes: 10 additions & 2 deletions specification/_json_spec/cat.aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@
},
"h": {
"type": "list",
"description": "Comma-separated list of column names to display"
"description": "Comma-separated list of column names to display",
"options": [
"alias",
"index",
"filter",
"routing.index",
"routing.search",
"is_write_index"
]
},
"help": {
"type": "boolean",
Expand All @@ -52,7 +60,7 @@
"default": false
},
"expand_wildcards": {
"type": "enum",
"type": "list",
"options": ["open", "closed", "hidden", "none", "all"],
"default": "all",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
Expand Down
17 changes: 16 additions & 1 deletion specification/_json_spec/cat.allocation.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,22 @@
},
"h": {
"type": "list",
"description": "Comma-separated list of column names to display"
"description": "Comma-separated list of column names to display",
"options": [
"shards",
"shards.undesired",
"write_load.forecast",
"disk.indices.forecast",
"disk.indices",
"disk.used",
"disk.avail",
"disk.total",
"disk.percent",
"host",
"ip",
"node",
"node.role"
]
},
"help": {
"type": "boolean",
Expand Down
11 changes: 10 additions & 1 deletion specification/_json_spec/cat.component_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,16 @@
},
"h": {
"type": "list",
"description": "Comma-separated list of column names to display"
"description": "Comma-separated list of column names to display",
"options": [
"name",
"version",
"alias_count",
"mapping_count",
"settings_count",
"metadata_count",
"included_in"
]
},
"help": {
"type": "boolean",
Expand Down
3 changes: 2 additions & 1 deletion specification/_json_spec/cat.count.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"h": {
"type": "list",
"description": "Comma-separated list of column names to display"
"description": "Comma-separated list of column names to display",
"options": ["epoch", "timestamp", "count"]
},
"help": {
"type": "boolean",
Expand Down
3 changes: 2 additions & 1 deletion specification/_json_spec/cat.fielddata.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
},
"h": {
"type": "list",
"description": "Comma-separated list of column names to display"
"description": "Comma-separated list of column names to display",
"options": ["id", "host", "ip", "node", "field", "size"]
},
"help": {
"type": "boolean",
Expand Down
19 changes: 18 additions & 1 deletion specification/_json_spec/cat.health.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,24 @@
},
"h": {
"type": "list",
"description": "Comma-separated list of column names to display"
"description": "Comma-separated list of column names to display",
"options": [
"epoch",
"timestamp",
"cluster",
"status",
"node.total",
"node.data",
"shards",
"pri",
"relo",
"init",
"unassign",
"unassign.pri",
"pending_tasks",
"max_task_wait_time",
"active_shards_percent"
]
},
"help": {
"type": "boolean",
Expand Down
155 changes: 152 additions & 3 deletions specification/_json_spec/cat.indices.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,160 @@
},
"h": {
"type": "list",
"description": "Comma-separated list of column names to display"
"description": "Comma-separated list of column names to display",
"options": [
"health",
"status",
"index",
"uuid",
"pri",
"rep",
"docs.count",
"docs.deleted",
"creation.date",
"creation.date.string",
"store.size",
"pri.store.size",
"dataset.size",
"completion.size",
"pri.completion.size",
"fielddata.memory_size",
"pri.fielddata.memory_size",
"fielddata.evictions",
"pri.fielddata.evictions",
"query_cache.memory_size",
"pri.query_cache.memory_size",
"query_cache.evictions",
"pri.query_cache.evictions",
"request_cache.memory_size",
"pri.request_cache.memory_size",
"request_cache.evictions",
"pri.request_cache.evictions",
"request_cache.hit_count",
"pri.request_cache.hit_count",
"request_cache.miss_count",
"pri.request_cache.miss_count",
"flush.total",
"pri.flush.total",
"flush.total_time",
"pri.flush.total_time",
"get.current",
"pri.get.current",
"get.time",
"pri.get.time",
"get.total",
"pri.get.total",
"get.exists_time",
"pri.get.exists_time",
"get.exists_total",
"pri.get.exists_total",
"get.missing_time",
"pri.get.missing_time",
"get.missing_total",
"pri.get.missing_total",
"indexing.delete_current",
"pri.indexing.delete_current",
"indexing.delete_time",
"pri.indexing.delete_time",
"indexing.delete_total",
"pri.indexing.delete_total",
"indexing.index_current",
"pri.indexing.index_current",
"indexing.index_time",
"pri.indexing.index_time",
"indexing.index_total",
"pri.indexing.index_total",
"indexing.index_failed",
"pri.indexing.index_failed",
"indexing.index_failed_due_to_version_conflict",
"pri.indexing.index_failed_due_to_version_conflict",
"merges.current",
"pri.merges.current",
"merges.current_docs",
"pri.merges.current_docs",
"merges.current_size",
"pri.merges.current_size",
"merges.total",
"pri.merges.total",
"merges.total_docs",
"pri.merges.total_docs",
"merges.total_size",
"pri.merges.total_size",
"merges.total_time",
"pri.merges.total_time",
"refresh.total",
"pri.refresh.total",
"refresh.time",
"pri.refresh.time",
"refresh.external_total",
"pri.refresh.external_total",
"refresh.external_time",
"pri.refresh.external_time",
"refresh.listeners",
"pri.refresh.listeners",
"search.fetch_current",
"pri.search.fetch_current",
"search.fetch_time",
"pri.search.fetch_time",
"search.fetch_total",
"pri.search.fetch_total",
"search.open_contexts",
"pri.search.open_contexts",
"search.query_current",
"pri.search.query_current",
"search.query_time",
"pri.search.query_time",
"search.query_total",
"pri.search.query_total",
"search.scroll_current",
"pri.search.scroll_current",
"search.scroll_time",
"pri.search.scroll_time",
"search.scroll_total",
"pri.search.scroll_total",
"segments.count",
"pri.segments.count",
"segments.memory",
"pri.segments.memory",
"segments.index_writer_memory",
"pri.segments.index_writer_memory",
"segments.version_map_memory",
"pri.segments.version_map_memory",
"segments.fixed_bitset_memory",
"pri.segments.fixed_bitset_memory",
"warmer.current",
"pri.warmer.current",
"warmer.total",
"pri.warmer.total",
"warmer.total_time",
"pri.warmer.total_time",
"suggest.current",
"pri.suggest.current",
"suggest.time",
"pri.suggest.time",
"suggest.total",
"pri.suggest.total",
"memory.total",
"pri.memory.total",
"bulk.total_operations",
"pri.bulk.total_operations",
"bulk.total_time",
"pri.bulk.total_time",
"bulk.total_size_in_bytes",
"pri.bulk.total_size_in_bytes",
"bulk.avg_time",
"pri.bulk.avg_time",
"bulk.avg_size_in_bytes",
"pri.bulk.avg_size_in_bytes",
"dense_vector.value_count",
"pri.dense_vector.value_count",
"sparse_vector.value_count",
"pri.sparse_vector.value_count"
]
},
"health": {
"type": "enum",
"options": ["green", "yellow", "red"],
"options": ["green", "yellow", "red", "unknown", "unavailable"],
"description": "A health status (\"green\", \"yellow\", or \"red\" to filter only indices matching the specified health status"
},
"help": {
Expand Down Expand Up @@ -82,7 +231,7 @@
"default": false
},
"expand_wildcards": {
"type": "enum",
"type": "list",
"options": ["open", "closed", "hidden", "none", "all"],
"default": "all",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
Expand Down
3 changes: 2 additions & 1 deletion specification/_json_spec/cat.master.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"h": {
"type": "list",
"description": "Comma-separated list of column names to display"
"description": "Comma-separated list of column names to display",
"options": ["id", "host", "ip", "node"]
},
"help": {
"type": "boolean",
Expand Down
40 changes: 38 additions & 2 deletions specification/_json_spec/cat.ml_data_frame_analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,25 @@
"h": {
"type": "list",
"default": "create_time,id,state,type",
"description": "Comma-separated list of column names to display"
"description": "Comma-separated list of column names to display",
"options": [
"assignment_explanation",
"create_time",
"description",
"dest_index",
"failure_reason",
"id",
"model_memory_limit",
"node.address",
"node.ephemeral_id",
"node.id",
"node.name",
"progress",
"source_index",
"state",
"type",
"version"
]
},
"help": {
"type": "boolean",
Expand All @@ -55,7 +73,25 @@
},
"s": {
"type": "list",
"description": "Comma-separated list of column names or column aliases to sort by"
"description": "Comma-separated list of column names or column aliases to sort by",
"options": [
"assignment_explanation",
"create_time",
"description",
"dest_index",
"failure_reason",
"id",
"model_memory_limit",
"node.address",
"node.ephemeral_id",
"node.id",
"node.name",
"progress",
"source_index",
"state",
"type",
"version"
]
},
"time": {
"type": "enum",
Expand Down
Loading