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

Added -p|--port option to Wazuh dashboard documention #6322

Merged
merged 5 commits into from
Aug 16, 2023

Conversation

davidcr01
Copy link
Contributor

@davidcr01 davidcr01 commented Aug 10, 2023

Description

Parent issue
wazuh/wazuh#18164

The aim of this PR is to modify the Wazuh dashboard installation using the Installation Assistant in order to add a new optional parameter, -p|--port to specify the Wazuh web interface port.
A new note has been added to the documentation to inform about this new option.

Checks

Docs building

  • Compiles without warnings.

Code formatting and web optimization

  • Uses three spaces indentation.
  • Adds or updates meta descriptions accordingly.
  • Updates the redirects.js script if necessary (check this guide).

Writing style

  • Uses present tense, active voice, and semi-formal registry.
  • Uses short, simple sentences.
  • Uses bold for user interface elements, italics for key terms or emphasis, and code font for Bash commands, file names, REST paths, and code.

@davidcr01 davidcr01 changed the title Added -p|--port option to Wazuh dashboard documention Added -p|--port option to Wazuh dashboard documention Aug 10, 2023
@davidcr01 davidcr01 linked an issue Aug 10, 2023 that may be closed by this pull request
@teddytpc1 teddytpc1 linked an issue Aug 10, 2023 that may be closed by this pull request
@s-ocando s-ocando self-assigned this Aug 10, 2023
@davidcr01 davidcr01 requested a review from teddytpc1 August 16, 2023 08:08
@@ -27,6 +27,8 @@ Wazuh dashboard installation

# bash wazuh-install.sh --wazuh-dashboard dashboard

The default Wazuh web user interface port is 443, used by the Wazuh dashboard. You can specify this port by using the optional parameter ``-p|--port <port_number>``. Some recommended ports are 8443, 8444, 8080, 8888, and 9000.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The default Wazuh web user interface port is 443, used by the Wazuh dashboard. You can specify this port by using the optional parameter ``-p|--port <port_number>``. Some recommended ports are 8443, 8444, 8080, 8888, and 9000.
The default Wazuh web user interface port is 443, used by the Wazuh dashboard. You can change this port using the optional parameter ``-p|--port <port_number>``. Some recommended ports are 8443, 8444, 8080, 8888, and 9000.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 4425184.

@s-ocando s-ocando merged commit 25130f8 into 4.5.2 Aug 16, 2023
@s-ocando s-ocando deleted the 6321-add-p|-port-option-wazuh-dashboard-installation branch August 16, 2023 12:19
@s-ocando s-ocando mentioned this pull request Sep 6, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
4 participants