Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Do not output Node version for distribution #4241

Closed
kavilla opened this issue Jun 5, 2023 · 0 comments · Fixed by #4237
Closed

[BUG] Do not output Node version for distribution #4241

kavilla opened this issue Jun 5, 2023 · 0 comments · Fixed by #4237
Assignees
Labels
bug Something isn't working v2.9.0

Comments

@kavilla
Copy link
Member

kavilla commented Jun 5, 2023

Describe the bug

https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/scripts/use_node#L67

Outputs to the node version. If users were logging to file, everytime OpenSearch Dashboards is started then the version will be echo'd.

To Reproduce
Steps to reproduce the behavior:

  1. wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/2.8.0/latest/linux/x64/tar/dist/opensearch-dashboards/opensearch-dashboards-2.8.0-linux-x64.tar.gz
  2. tar -xzf opensearch-dashboards-2.8.0-linux-x64.tar.gz
  3. ./opensearch-dashboards-2.8.0/bin/opensearch-dashboards

Notice the first output being the Node version that is bundled with OpenSearch Dashboards release.

Expected behavior
It doesn't log

OpenSearch Version
2.8

Dashboards Version
2.8

Plugins

Please list all plugins currently enabled.

Screenshots

If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):
linux

Additional context

Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2.9.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants