Skip to content

Commit

Permalink
Fix: update help output for _cat (#14722) (#14728)
Browse files Browse the repository at this point in the history
* fixed help output for _cat



* updated changelog



* updated changelog



---------


(cherry picked from commit 17b7996)

Signed-off-by: ahmedsobeh <ahmed.sobeh@aiven.io>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Co-authored-by: Ahmed Sobeh <ahmed.sobeh@aiven.io>
  • Loading branch information
reta and ahmedsobeh committed Jul 11, 2024
1 parent 15440d6 commit 482ebc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Deprecated
### Removed
### Fixed
- Update help output for _cat ([#14722](https://github.com/opensearch-project/OpenSearch/pull/14722))

### Security

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ protected Table getTableWithHeader(final RestRequest request) {
table.addCell("port", "default:false;alias:po;desc:bound transport port");
table.addCell("http_address", "default:false;alias:http;desc:bound http address");

table.addCell("version", "default:false;alias:v;desc:es version");
table.addCell("type", "default:false;alias:t;desc:es distribution type");
table.addCell("build", "default:false;alias:b;desc:es build hash");
table.addCell("version", "default:false;alias:v;desc:os version");
table.addCell("type", "default:false;alias:t;desc:os distribution type");
table.addCell("build", "default:false;alias:b;desc:os build hash");
table.addCell("jdk", "default:false;alias:j;desc:jdk version");
table.addCell("disk.total", "default:false;alias:dt,diskTotal;text-align:right;desc:total disk space");
table.addCell("disk.used", "default:false;alias:du,diskUsed;text-align:right;desc:used disk space");
Expand Down

0 comments on commit 482ebc7

Please sign in to comment.