@@ -683,7 +683,7 @@ export enum CatNodeColumn {
683
683
* The bound HTTP address.
684
684
* @aliases http
685
685
*/
686
- ' http_address' ,
686
+ http_address ,
687
687
/**
688
688
* The identifier for the node.
689
689
* @aliases nodeId
@@ -743,17 +743,17 @@ export enum CatNodeColumn {
743
743
* The most recent load average. For example: `0.22`.
744
744
* @aliases l
745
745
*/
746
- ' load_1m' ,
746
+ load_1m ,
747
747
/**
748
748
* The load average for the last five minutes. For example: `0.78`.
749
749
* @aliases l
750
750
*/
751
- ' load_5m' ,
751
+ load_5m ,
752
752
/**
753
753
* The load average for the last fifteen minutes. For example: `1.24`.
754
754
* @aliases l
755
755
*/
756
- ' load_15m' ,
756
+ load_15m ,
757
757
/**
758
758
* The number of mappings, including runtime and object fields.
759
759
* @aliases mtc, mappingsTotalCount
@@ -1041,27 +1041,27 @@ export enum CatRecoveryColumn {
1041
1041
* The host address the index is moving from.
1042
1042
* @aliases shost
1043
1043
*/
1044
- ' source_host' ,
1044
+ source_host ,
1045
1045
/**
1046
1046
* The node name the index is moving from.
1047
1047
* @aliases snode
1048
1048
*/
1049
- ' source_node' ,
1049
+ source_node ,
1050
1050
/**
1051
1051
* The host address the index is moving to.
1052
1052
* @aliases thost
1053
1053
*/
1054
- ' target_host' ,
1054
+ target_host ,
1055
1055
/**
1056
1056
* The node name the index is moving to.
1057
1057
* @aliases tnode
1058
1058
*/
1059
- ' target_node' ,
1059
+ target_node ,
1060
1060
/**
1061
1061
* The name of the repository being used. if not relevant 'n/a'.
1062
1062
* @aliases tnode
1063
1063
*/
1064
- ' repository' ,
1064
+ repository ,
1065
1065
/**
1066
1066
* The name of the snapshot being used. if not relevant 'n/a'.
1067
1067
* @aliases snap
@@ -1076,17 +1076,17 @@ export enum CatRecoveryColumn {
1076
1076
* The number of files currently recovered.
1077
1077
* @aliases fr
1078
1078
*/
1079
- ' files_recovered' ,
1079
+ files_recovered ,
1080
1080
/**
1081
1081
* The percentage of files currently recovered.
1082
1082
* @aliases fp
1083
1083
*/
1084
- ' files_percent' ,
1084
+ files_percent ,
1085
1085
/**
1086
1086
* The total number of files.
1087
1087
* @aliases tf
1088
1088
*/
1089
- ' files_total' ,
1089
+ files_total ,
1090
1090
/**
1091
1091
* The total number of bytes to recover.
1092
1092
* @aliases b
@@ -1096,52 +1096,52 @@ export enum CatRecoveryColumn {
1096
1096
* Total number of bytes currently recovered.
1097
1097
* @aliases br
1098
1098
*/
1099
- ' bytes_recovered' ,
1099
+ bytes_recovered ,
1100
1100
/**
1101
1101
* The percentage of bytes currently recovered.
1102
1102
* @aliases bp
1103
1103
*/
1104
- ' bytes_percent' ,
1104
+ bytes_percent ,
1105
1105
/**
1106
1106
* The total number of bytes.
1107
1107
* @aliases tb
1108
1108
*/
1109
- ' bytes_total' ,
1109
+ bytes_total ,
1110
1110
/**
1111
1111
* The total number of translog ops to recover.
1112
1112
* @aliases to
1113
1113
*/
1114
- ' translog_ops' ,
1114
+ translog_ops ,
1115
1115
/**
1116
1116
* The total number of translog ops currently recovered.
1117
1117
* @aliases tor
1118
1118
*/
1119
- ' translog_ops_recovered' ,
1119
+ translog_ops_recovered ,
1120
1120
/**
1121
1121
* The percentage of translog ops currently recovered.
1122
1122
* @aliases top
1123
1123
*/
1124
- ' translog_ops_percent' ,
1124
+ translog_ops_percent ,
1125
1125
/**
1126
1126
* The start time of the recovery operation.
1127
1127
* @aliases start
1128
1128
*/
1129
- ' start_time' ,
1129
+ start_time ,
1130
1130
/**
1131
1131
* The start time of the recovery operation in eopch milliseconds.
1132
1132
* @aliases start_millis
1133
1133
*/
1134
- ' start_time_millis' ,
1134
+ start_time_millis ,
1135
1135
/**
1136
1136
* The end time of the recovery operation. If ongoing '1970-01-01T00:00:00.000Z'
1137
1137
* @aliases stop
1138
1138
*/
1139
- ' stop_time' ,
1139
+ stop_time ,
1140
1140
/**
1141
1141
* The end time of the recovery operation in eopch milliseconds. If ongoing '0'
1142
1142
* @aliases stop_millis
1143
1143
*/
1144
- ' stop_time_millis'
1144
+ stop_time_millis
1145
1145
}
1146
1146
1147
1147
/** @non_exhaustive */
@@ -1232,22 +1232,22 @@ export enum CatSnapshotsColumn {
1232
1232
* The [unix epoch time](https://en.wikipedia.org/wiki/Unix_time) at which the snapshot process started.
1233
1233
* @aliases ste, startEpoch
1234
1234
*/
1235
- ' start_epoch' ,
1235
+ start_epoch ,
1236
1236
/**
1237
1237
* 'HH:MM:SS' time at which the snapshot process started.
1238
1238
* @aliases sti, startTime
1239
1239
*/
1240
- ' start_time' ,
1240
+ start_time ,
1241
1241
/**
1242
1242
* The [unix epoch time](https://en.wikipedia.org/wiki/Unix_time) at which the snapshot process ended.
1243
1243
* @aliases ete, endEpoch
1244
1244
*/
1245
- ' end_epoch' ,
1245
+ end_epoch ,
1246
1246
/**
1247
1247
* 'HH:MM:SS' time at which the snapshot process ended.
1248
1248
* @aliases eti, endTime
1249
1249
*/
1250
- ' end_time' ,
1250
+ end_time ,
1251
1251
/**
1252
1252
* The time it took the snapshot process to complete in [time units](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/api-conventions#time-units).
1253
1253
* @aliases dur
@@ -1262,17 +1262,17 @@ export enum CatSnapshotsColumn {
1262
1262
* The number of successful shards in the snapshot.
1263
1263
* @aliases ss
1264
1264
*/
1265
- ' successful_shards' ,
1265
+ successful_shards ,
1266
1266
/**
1267
1267
* The number of failed shards in the snapshot.
1268
1268
* @aliases fs
1269
1269
*/
1270
- ' failed_shards' ,
1270
+ failed_shards ,
1271
1271
/**
1272
1272
* The total number of shards in the snapshot.
1273
1273
* @aliases ts
1274
1274
*/
1275
- ' total_shards' ,
1275
+ total_shards ,
1276
1276
/**
1277
1277
* The reason for any snapshot failures.
1278
1278
* @aliases r
@@ -1311,7 +1311,7 @@ export enum CatAliasesColumn {
1311
1311
* Indicates if the index is the write index for the alias.
1312
1312
* @aliases w, isWriteIndex
1313
1313
*/
1314
- ' is_write_index'
1314
+ is_write_index
1315
1315
}
1316
1316
1317
1317
/** @non_exhaustive */
@@ -1397,27 +1397,27 @@ export enum CatComponentColumn {
1397
1397
* The number of aliases in the component template.
1398
1398
* @aliases a
1399
1399
*/
1400
- ' alias_count' ,
1400
+ alias_count ,
1401
1401
/**
1402
1402
* The number of mappings in the component template.
1403
1403
* @aliases m
1404
1404
*/
1405
- ' mapping_count' ,
1405
+ mapping_count ,
1406
1406
/**
1407
1407
* The number of settings in the component template.
1408
1408
* @aliases s
1409
1409
*/
1410
- ' settings_count' ,
1410
+ settings_count ,
1411
1411
/**
1412
1412
* The number of metadata entries in the component template.
1413
1413
* @aliases me
1414
1414
*/
1415
- ' metadata_count' ,
1415
+ metadata_count ,
1416
1416
/**
1417
1417
* The index templates that include this component template.
1418
1418
* @aliases i
1419
1419
*/
1420
- ' included_in'
1420
+ included_in
1421
1421
}
1422
1422
1423
1423
/** @non_exhaustive */
@@ -1790,7 +1790,7 @@ export enum CatShardColumn {
1790
1790
* Number of documents in shard, for example: `25`.
1791
1791
* @aliases d, dc
1792
1792
*/
1793
- ' docs' ,
1793
+ docs ,
1794
1794
/**
1795
1795
* Fielddata cache evictions, for example: `0`.
1796
1796
* @aliases fe, fielddataEvictions
@@ -2063,7 +2063,7 @@ export enum CatShardColumn {
2063
2063
* Name of the shard.
2064
2064
* @aliases s, sh
2065
2065
*/
2066
- ' shard' ,
2066
+ shard ,
2067
2067
/**
2068
2068
* Number of indexed [sparse vectors](https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/sparse-vector).
2069
2069
* @aliases svc, sparseVectorCount
@@ -2077,12 +2077,12 @@ export enum CatShardColumn {
2077
2077
* * `UNASSIGNED`: The shard is not assigned to any node.
2078
2078
* @aliases st
2079
2079
*/
2080
- ' state' ,
2080
+ state ,
2081
2081
/**
2082
2082
* Disk space used by the shard, for example: `5kb`.
2083
2083
* @aliases sto
2084
2084
*/
2085
- ' store' ,
2085
+ store ,
2086
2086
/**
2087
2087
* Number of current suggest operations, for example: `0`.
2088
2088
* @aliases suc, suggestCurrent
0 commit comments