-
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
Open
DFolchA
wants to merge
27
commits into
master
Choose a base branch
from
1974-rename-nodes-in-wazuh-indexer-configuration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
54155d2
Bump indexer RPM to 2.4.0
okynos 2bad7ea
Bump Debian 4.4.0 indexer to 2.4.0
okynos 4a698e6
Changed Opensearch version for dashboard
c-bordon 7380970
Fixed dh_strip error
c-bordon 9147f2a
Removed bash for alpine package
c-bordon fb6ad49
Removed new plugins
c-bordon 77a76e1
Removed commented files
c-bordon 01a69bb
Removed remove of notification plugin
c-bordon b40f22c
Rename configuration nodes
DFolchA fd3d209
Add --force-yes to apt indexer dockerfile
DFolchA 4ff03f2
Add " to templates to avoid parsing errors related to #1959
DFolchA 12147be
Added support for Opensearch 2.4.0
c-bordon f23a9c4
Added support to Openseach dashboards 2.4.1
c-bordon dcf94e4
Merge pull request #1980 from wazuh/4508-generate-wazuh-indexer-and-d…
okynos 6f98b1a
Merge pull request #1979 from wazuh/wj4508-indexer-package
okynos 157ab66
Change wazuh-clusterd to clusterd.py
DFolchA 784c473
Add break to test
DFolchA 5f6015e
Extend error ignore to 4.4 version
DFolchA ee55f21
Merge pull request #2007 from wazuh/fix-unattended-test
alberpilot 6fb69d0
Remove variable of system arquitecture
fcaffieri ad76483
Removed header and testing replace of opensearch logo from home icon
c-bordon 9412bf9
Replaced OpenSearch Logo from Home icon
c-bordon 76e8485
Added a final space
c-bordon 97c5751
Merge pull request #2018 from wazuh/2011-disable-expanded-header-by-d…
alberpilot b7d9115
Merge pull request #2010 from wazuh/4486-remove-parameter-depothelper…
alberpilot 8adc9fe
Merge branch '4.4' of https://github.com/wazuh/wazuh-packages into 19…
DFolchA 504383b
Change config.yml
DFolchA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
nodes: | ||
# Wazuh indexer nodes | ||
indexer: | ||
- name: node-1 | ||
ip: <indexer-node-ip> | ||
#- name: node-2 | ||
# ip: <indexer-node-ip> | ||
#- name: node-3 | ||
# ip: <indexer-node-ip> | ||
- name: indexer-1 | ||
ip: "<indexer-1-ip>" | ||
#- name: indexer-2 | ||
# ip: "<indexer-2-ip>" | ||
#- name: indexer-3 | ||
# ip: "<indexer-3-ip>" | ||
|
||
# Wazuh server nodes | ||
# If there is more than one Wazuh server | ||
# node, each one must have a node_type | ||
server: | ||
- name: wazuh-1 | ||
ip: <wazuh-manager-ip> | ||
- name: server-1 | ||
ip: "<wazuh-server-1-ip>" | ||
# node_type: master | ||
#- name: wazuh-2 | ||
# ip: <wazuh-manager-ip> | ||
#- name: server-2 | ||
# ip: "<wazuh-server-2-ip>" | ||
# node_type: worker | ||
#- name: wazuh-3 | ||
# ip: <wazuh-manager-ip> | ||
#- name: server-3 | ||
# ip: "<wazuh-server-3-ip>" | ||
# node_type: worker | ||
|
||
# Wazuh dashboard nodes | ||
dashboard: | ||
- name: dashboard | ||
ip: <dashboard-node-ip> | ||
ip: "<dashboard-node-ip>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
stack/dashboard/base/files/etc/custom_welcome/Assets/default_branding/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
...hboard/base/files/etc/custom_welcome/Assets/default_branding/home_dark_mode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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