opensearch-project / perftop

📈 PerfTop: A client for the OpenSearch Performance Analyzer
https://opensearch.org/docs/latest/monitoring-plugins/pa/index/#get-started-with-perftop
Apache License 2.0
16 stars 18 forks source link

[BUG] NPM Package not found #18

Closed llermaly closed 2 years ago

llermaly commented 3 years ago

What is the bug? NPM Package is not found

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Run npm install -g @aws/opensearch-perftop

What is the expected behavior? Plugin installed

What is your host/environment? Macos Bigsur

Error Not Found - GET https://registry.npmjs.org/@aws%2fopensearch-perftop

Dougems commented 2 years ago

Closest thing I found was https://npms.io/search?q=%40aws%2Fopendistro-for-elasticsearch-perftop, but that's for the open distro (predecessor to OpenSearch), it's 7 months old and wanted an older version of npm:

Unsupported engine for @aws/opendistro-for-elasticsearch-perftop@1.13.0: wanted: {"node":">=10.0.0 <11.0.0"}

sruti1312 commented 2 years ago

Hi, Currently, OpenSearch Perftop has not been added to npm. Executables are available on release page can be used for installing perftop. Instructions can be found here.

jianwu commented 1 year ago

npm link is added in the main OpenSearch documentation, if it's not available in npm registry, please update the opensearch document to avoid confusions?