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

Remove some Wazuh cluster variables #491

Open
Selutario opened this issue May 10, 2022 · 0 comments
Open

Remove some Wazuh cluster variables #491

Selutario opened this issue May 10, 2022 · 0 comments
Labels
type/enhancement Enhacement or new feature

Comments

@Selutario
Copy link
Member

Selutario commented May 10, 2022

Epic Docu issue
wazuh/wazuh#7108 wazuh/wazuh-documentation#5216

Description

It is intended to make the Wazuh cluster enabled and running by default. This development will be done in:

As a consequence, certain configuration options will disappear. An example of this is the cluster name and disabled options. How each option will be affected can be seen in wazuh/wazuh#13351 and wazuh/wazuh#13353. As a summary, the main changes are these:

It will be necessary to update or remove in the Puppet module those variables that are affected:

# Cluster
$ossec_cluster_name = $wazuh::params_manager::ossec_cluster_name,
$ossec_cluster_node_name = $wazuh::params_manager::ossec_cluster_node_name,
$ossec_cluster_node_type = $wazuh::params_manager::ossec_cluster_node_type,
$ossec_cluster_key = $wazuh::params_manager::ossec_cluster_key,
$ossec_cluster_port = $wazuh::params_manager::ossec_cluster_port,
$ossec_cluster_bind_addr = $wazuh::params_manager::ossec_cluster_bind_addr,
$ossec_cluster_nodes = $wazuh::params_manager::ossec_cluster_nodes,
$ossec_cluster_hidden = $wazuh::params_manager::ossec_cluster_hidden,
$ossec_cluster_disabled = $wazuh::params_manager::ossec_cluster_disabled,

There are more places with references to these variables, so it will be necessary to search and change all of them and check that the module works correctly after that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Enhacement or new feature
Projects
None yet
Development

No branches or pull requests

1 participant