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

Improve the reading of the IP addresses from the config.yml file #2135

Open
rauldpm opened this issue Mar 21, 2023 · 0 comments
Open

Improve the reading of the IP addresses from the config.yml file #2135

rauldpm opened this issue Mar 21, 2023 · 0 comments

Comments

@rauldpm
Copy link
Member

rauldpm commented Mar 21, 2023

Description

The config.yml configuration file specifies an IP format of the form ip: <indexer-node-ip>, where <indexer-node-ip> must be replaced by the IP address (including <>), this is not specified in the documentation and we delegate to the users the part where it is understood that the characters < and > must be replaced since they are used as markers.

To avoid this, we should only specify a more understandable option where if there is a delimiter character it is also accepted, for example:

  • ip: indexer-node-ip
  • ip: "indexer-node-ip"

Another option would be to modify the Wazuh installation assistant so that it removes the delimiter characters in case they are entered.

Related: https://www.reddit.com/r/Wazuh/comments/11xcy7b/wazuh_installation_assistant_indexer_installation

@teddytpc1 teddytpc1 added the level/task Subtask issue label Jun 7, 2023
@teddytpc1 teddytpc1 added type/bug Bug issue and removed type/enhancement Enhancement issue labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants