Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
v 2.5.0
chrome browser
MacOS
Describe the issue:
I am trying to install the OpenSearch Reporting cli on MacOS using the following commands but I am seeing that it is deprecated. Could someone please confirm if this is true ?
sudo npm install -g @opensearch-project/reporting-cli
I have also tried to download opensearch-reporting-cli
tool from the OpenSearch.org Artifacts hub.
and install using sudo npm install -g opensearch-reporting-cli-1.0.0.tgz
But I still get the following response. shown in the logs section below.
Configuration:
Relevant Logs or Screenshots:
% sudo npm i @opensearch-project/reporting-cli
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated abab@2.0.6: Use your platform’s native atob() and btoa() methods instead
npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated w3c-hr-time@1.0.2: Use your platform’s native performance.now() and performance.timeOrigin.
npm warn deprecated domexception@4.0.0: Use your platform’s native DOMException instead
npm warn deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm warn deprecated puppeteer@18.2.1: < 22.8.2 is no longer supported
added 179 packages in 14s
32 packages are looking for funding
run npm fund
for details