-
Notifications
You must be signed in to change notification settings - Fork 98
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
Rename indexer configuration nodes #1981
base: master
Are you sure you want to change the base?
Conversation
#- "node-3" | ||
- "indexer-1" | ||
#- "indexer-2" | ||
#- "indexer-3" | ||
cluster.name: "wazuh-cluster" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe wazuh-indexer-cluster would be a less confusing name
@@ -1,7 +1,7 @@ | |||
network.host: "127.0.0.1" | |||
node.name: "node-1" | |||
node.name: "indexer-1" | |||
cluster.initial_master_nodes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
- name: wazuh-1 | ||
ip: <wazuh-manager-ip> | ||
- name: server-1 | ||
ip: "<wazuh-manager-ip>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ip: "<wazuh-manager-ip>" | |
ip: "<wazuh-server-ip>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should also be applied to server-2 and server-3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 504383b
#- name: wazuh-2 | ||
# ip: <wazuh-manager-ip> | ||
#- name: server-2 | ||
# ip: "<wazuh-manager-ip>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why the variables are not numbered? i.e <wazuh-server-2-ip>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 504383b
…ashboard-440-240-to4.4 Wazuh dashboard 4.4.0 with Opensearch dashboards 2.4.1 to 4.4
Wazuh indexer 4.4.0 with Openseach 2.4.1 to 4.4
Fix unattended test
…efault-to4.4 Disable expanded header by default in Wazuh dashboard to 4.4
…-to4.4 Remove parameter `-b` to `depothelper`
…74-rename-nodes-in-wazuh-indexer-configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR changes the node names for indexer in the default
config.yml
template for the documentation and the indexer default configuration.Related issue: wazuh/wazuh-documentation#5793
Logs example
Tests