File tree 2 files changed +4
-3
lines changed
server/src/main/java/org/opensearch/rest/action/cat
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
10
10
### Deprecated
11
11
### Removed
12
12
### Fixed
13
+ - Update help output for _ cat ([ #14722 ] ( https://github.com/opensearch-project/OpenSearch/pull/14722 ) )
13
14
14
15
### Security
15
16
Original file line number Diff line number Diff line change @@ -163,9 +163,9 @@ protected Table getTableWithHeader(final RestRequest request) {
163
163
table .addCell ("port" , "default:false;alias:po;desc:bound transport port" );
164
164
table .addCell ("http_address" , "default:false;alias:http;desc:bound http address" );
165
165
166
- table .addCell ("version" , "default:false;alias:v;desc:es version" );
167
- table .addCell ("type" , "default:false;alias:t;desc:es distribution type" );
168
- table .addCell ("build" , "default:false;alias:b;desc:es build hash" );
166
+ table .addCell ("version" , "default:false;alias:v;desc:os version" );
167
+ table .addCell ("type" , "default:false;alias:t;desc:os distribution type" );
168
+ table .addCell ("build" , "default:false;alias:b;desc:os build hash" );
169
169
table .addCell ("jdk" , "default:false;alias:j;desc:jdk version" );
170
170
table .addCell ("disk.total" , "default:false;alias:dt,diskTotal;text-align:right;desc:total disk space" );
171
171
table .addCell ("disk.used" , "default:false;alias:du,diskUsed;text-align:right;desc:used disk space" );
You can’t perform that action at this time.
0 commit comments