Add Wazuh inbound custom integration#48
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new inbound custom integration for Wazuh so runZero can ingest/enrich asset inventory data from the Wazuh manager API.
Changes:
- Added a new
wazuh/integration folder with Starlark ingestion script, config, and setup README. - Updated the root README to include the new Wazuh integration link.
- Updated
docs/integrations.jsonto include the new integration entry and refreshed metadata.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| wazuh/README.md | Documents prerequisites and setup steps for running the Wazuh custom integration in runZero. |
| wazuh/custom-integration-wazuh.star | Implements Wazuh API auth, agent retrieval, syscollector netiface/netaddr enrichment, and asset conversion for runZero import. |
| wazuh/config.json | Declares the integration metadata (name, type). |
| README.md | Adds Wazuh to the list of inbound integrations. |
| docs/integrations.json | Updates the published integration catalog to include Wazuh and refreshes the generated metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
doug-markiewicz
approved these changes
May 28, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🆕 New Integration
Description
Wazuh integration
Checklist
custom-integration-<name>.starfile has been created/updated as required.config.jsonis updated with thename(product name) andtype(inbound or outbound) of integration.