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

Bump Wazuh dashboard to OpenSearch Dashboards 2.10.0 #2563

Merged
merged 19 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ ova/Config_files/filebeat.yml
*.pkg.tar.zst
.gradle
.java
stack/dashboard/base/output
stack/indexer/base/output
stack/indexer/rpm/output
stack/indexer/deb/output
.cache
Expand All @@ -42,3 +40,4 @@ unattended_installer/wazuh-certs-tool.sh
unattended_installer/wazuh-passwords-tool.sh
unattended_installer/wazuh-passwords.txt
tests/unattended/unit/*.log
output
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ The following table shows the references for the versions of each component.
| 4.3.x | 1.2.0 |
| 4.4.0 | 2.4.1 |
| 4.4.1 - 4.5.x | 2.6.0 |
| 4.6.0 - current | 2.8.0 |
| 4.6.x - 4.7.x | 2.8.0 |
| 4.8.x - current | 2.10.0 |

### Wazuh indexer

Expand Down
274 changes: 215 additions & 59 deletions stack/dashboard/base/builder.sh

Large diffs are not rendered by default.

Loading