-
Notifications
You must be signed in to change notification settings - Fork 60
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
Wazuh Dashboard first steps #1
Comments
To keep this repository up-to-date with the original OpenSearch Repository, we need to periodically sync the fork bringing here (fork) the new changes made in the original repository (upstream). For that, we'll follow the strategy defined in this article. To minimize the conflicts between the repos, we'll use the rebase strategy, replaying our work on top of OpenSearch Dashboards features. We want to sync the fork once a week at least, so we'll also need to automatize this process. For that, we'll use GitHub Actions, and this action in particular. |
Hello Wazuh Team! |
@hieu-ht it uses the code from wazuh-kibana-app and a standard binary distribution of opensearch. Our plan is to generate our own version of opensearch-dashboards from this repository in the coming weeks. Initially, the changes we're going to introduce here are the ones we're applying to the standard distribution in our packaging pipeline. |
URL of the OpenSearch Security plugin: https://repo1.maven.org/maven2/org/opensearch/plugin/opensearch-security/2.4.1.0/opensearch-security-2.4.1.0.zip |
Merging orderEdit: we have accidentally merged pull requests using the
|
Wazuh dashboard
This repository forks the OpenSearch Dashboards repository to introduce changes that will ease its usage by Wazuh users and integrate itself with the Wazuh development process.
We want to accommodate our UX changes within the upstream code, minimizing conflicts. We want to contribute bug fixes and any component not tied to Wazuh upstream.
Also, we need to check all standard (vanilla) plugins are compatible with our builds, or we will need to build the infrastructure to build them ourselves too.
To do
Our release branch will be based on OpenSearch Dashboards 2.4.1 and upwards.
docker-compose
development environment #21overview
app and its links #37/home
with/app/wazuh
#17The text was updated successfully, but these errors were encountered: