|
45 | 45 | }, |
46 | 46 | "h": { |
47 | 47 | "type": "list", |
48 | | - "description": "Comma-separated list of column names to display" |
| 48 | + "description": "Comma-separated list of column names to display", |
| 49 | + "options": [ |
| 50 | + "health", |
| 51 | + "status", |
| 52 | + "index", |
| 53 | + "uuid", |
| 54 | + "pri", |
| 55 | + "rep", |
| 56 | + "docs.count", |
| 57 | + "docs.deleted", |
| 58 | + "creation.date", |
| 59 | + "creation.date.string", |
| 60 | + "store.size", |
| 61 | + "pri.store.size", |
| 62 | + "dataset.size", |
| 63 | + "completion.size", |
| 64 | + "pri.completion.size", |
| 65 | + "fielddata.memory_size", |
| 66 | + "pri.fielddata.memory_size", |
| 67 | + "fielddata.evictions", |
| 68 | + "pri.fielddata.evictions", |
| 69 | + "query_cache.memory_size", |
| 70 | + "pri.query_cache.memory_size", |
| 71 | + "query_cache.evictions", |
| 72 | + "pri.query_cache.evictions", |
| 73 | + "request_cache.memory_size", |
| 74 | + "pri.request_cache.memory_size", |
| 75 | + "request_cache.evictions", |
| 76 | + "pri.request_cache.evictions", |
| 77 | + "request_cache.hit_count", |
| 78 | + "pri.request_cache.hit_count", |
| 79 | + "request_cache.miss_count", |
| 80 | + "pri.request_cache.miss_count", |
| 81 | + "flush.total", |
| 82 | + "pri.flush.total", |
| 83 | + "flush.total_time", |
| 84 | + "pri.flush.total_time", |
| 85 | + "get.current", |
| 86 | + "pri.get.current", |
| 87 | + "get.time", |
| 88 | + "pri.get.time", |
| 89 | + "get.total", |
| 90 | + "pri.get.total", |
| 91 | + "get.exists_time", |
| 92 | + "pri.get.exists_time", |
| 93 | + "get.exists_total", |
| 94 | + "pri.get.exists_total", |
| 95 | + "get.missing_time", |
| 96 | + "pri.get.missing_time", |
| 97 | + "get.missing_total", |
| 98 | + "pri.get.missing_total", |
| 99 | + "indexing.delete_current", |
| 100 | + "pri.indexing.delete_current", |
| 101 | + "indexing.delete_time", |
| 102 | + "pri.indexing.delete_time", |
| 103 | + "indexing.delete_total", |
| 104 | + "pri.indexing.delete_total", |
| 105 | + "indexing.index_current", |
| 106 | + "pri.indexing.index_current", |
| 107 | + "indexing.index_time", |
| 108 | + "pri.indexing.index_time", |
| 109 | + "indexing.index_total", |
| 110 | + "pri.indexing.index_total", |
| 111 | + "indexing.index_failed", |
| 112 | + "pri.indexing.index_failed", |
| 113 | + "indexing.index_failed_due_to_version_conflict", |
| 114 | + "pri.indexing.index_failed_due_to_version_conflict", |
| 115 | + "merges.current", |
| 116 | + "pri.merges.current", |
| 117 | + "merges.current_docs", |
| 118 | + "pri.merges.current_docs", |
| 119 | + "merges.current_size", |
| 120 | + "pri.merges.current_size", |
| 121 | + "merges.total", |
| 122 | + "pri.merges.total", |
| 123 | + "merges.total_docs", |
| 124 | + "pri.merges.total_docs", |
| 125 | + "merges.total_size", |
| 126 | + "pri.merges.total_size", |
| 127 | + "merges.total_time", |
| 128 | + "pri.merges.total_time", |
| 129 | + "refresh.total", |
| 130 | + "pri.refresh.total", |
| 131 | + "refresh.time", |
| 132 | + "pri.refresh.time", |
| 133 | + "refresh.external_total", |
| 134 | + "pri.refresh.external_total", |
| 135 | + "refresh.external_time", |
| 136 | + "pri.refresh.external_time", |
| 137 | + "refresh.listeners", |
| 138 | + "pri.refresh.listeners", |
| 139 | + "search.fetch_current", |
| 140 | + "pri.search.fetch_current", |
| 141 | + "search.fetch_time", |
| 142 | + "pri.search.fetch_time", |
| 143 | + "search.fetch_total", |
| 144 | + "pri.search.fetch_total", |
| 145 | + "search.open_contexts", |
| 146 | + "pri.search.open_contexts", |
| 147 | + "search.query_current", |
| 148 | + "pri.search.query_current", |
| 149 | + "search.query_time", |
| 150 | + "pri.search.query_time", |
| 151 | + "search.query_total", |
| 152 | + "pri.search.query_total", |
| 153 | + "search.scroll_current", |
| 154 | + "pri.search.scroll_current", |
| 155 | + "search.scroll_time", |
| 156 | + "pri.search.scroll_time", |
| 157 | + "search.scroll_total", |
| 158 | + "pri.search.scroll_total", |
| 159 | + "segments.count", |
| 160 | + "pri.segments.count", |
| 161 | + "segments.memory", |
| 162 | + "pri.segments.memory", |
| 163 | + "segments.index_writer_memory", |
| 164 | + "pri.segments.index_writer_memory", |
| 165 | + "segments.version_map_memory", |
| 166 | + "pri.segments.version_map_memory", |
| 167 | + "segments.fixed_bitset_memory", |
| 168 | + "pri.segments.fixed_bitset_memory", |
| 169 | + "warmer.current", |
| 170 | + "pri.warmer.current", |
| 171 | + "warmer.total", |
| 172 | + "pri.warmer.total", |
| 173 | + "warmer.total_time", |
| 174 | + "pri.warmer.total_time", |
| 175 | + "suggest.current", |
| 176 | + "pri.suggest.current", |
| 177 | + "suggest.time", |
| 178 | + "pri.suggest.time", |
| 179 | + "suggest.total", |
| 180 | + "pri.suggest.total", |
| 181 | + "memory.total", |
| 182 | + "pri.memory.total", |
| 183 | + "bulk.total_operations", |
| 184 | + "pri.bulk.total_operations", |
| 185 | + "bulk.total_time", |
| 186 | + "pri.bulk.total_time", |
| 187 | + "bulk.total_size_in_bytes", |
| 188 | + "pri.bulk.total_size_in_bytes", |
| 189 | + "bulk.avg_time", |
| 190 | + "pri.bulk.avg_time", |
| 191 | + "bulk.avg_size_in_bytes", |
| 192 | + "pri.bulk.avg_size_in_bytes", |
| 193 | + "dense_vector.value_count", |
| 194 | + "pri.dense_vector.value_count", |
| 195 | + "sparse_vector.value_count", |
| 196 | + "pri.sparse_vector.value_count" |
| 197 | + ] |
49 | 198 | }, |
50 | 199 | "health": { |
51 | 200 | "type": "enum", |
52 | | - "options": ["green", "yellow", "red"], |
| 201 | + "options": ["green", "yellow", "red", "unknown", "unavailable"], |
53 | 202 | "description": "A health status (\"green\", \"yellow\", or \"red\" to filter only indices matching the specified health status" |
54 | 203 | }, |
55 | 204 | "help": { |
|
82 | 231 | "default": false |
83 | 232 | }, |
84 | 233 | "expand_wildcards": { |
85 | | - "type": "enum", |
| 234 | + "type": "list", |
86 | 235 | "options": ["open", "closed", "hidden", "none", "all"], |
87 | 236 | "default": "all", |
88 | 237 | "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both." |
|
0 commit comments