mirror of
https://github.com/wazuh/wazuh-indexer-plugins.git
synced 2025-12-11 02:29:20 -06:00
* Workflows renamed according to the convention and deleted extras * Workflos trigger fixed * Fixed test workflow trigger * Used the new VERSION.json and fixed it to work with push * Changed the default inputs work in push events * Include a new linck checker workflow * Modifies names and adds useful workflows and needed files (CHANGELOG.md) * Deleted extra workflow files * Corrects build docs execution * Fixes link * Updates codeql-action to v3 and limits scan to /plugins * Updates ubuntu, lychee-action and checkout versions * Adds paths to avoid innecesary workflow execution * Deletes statements These statements, without the ci build, inserted the default values to avoid workflow failure. We go back to use build on push * Updates ubuntu version * Fixes adding default to the plugins builder values by calling it with an onpush workflow * Apply suggestions from code review Signed-off-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com> * Format and renaming * Fix broken links * More renaming * Exclude gnu links * Add .editorconfig * Add id to build on push --------- Signed-off-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com> Co-authored-by: abbonno <abbogonluq@gmail.com> Co-authored-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com>
23 lines
950 B
Markdown
23 lines
950 B
Markdown
# Wazuh Common Schema
|
|
|
|
The Wazuh Common Schema is a derivation of the [Elastic Common Schema](https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html) (ECS) providing a common data schema for the different central components of Wazuh.
|
|
|
|
- [agent](agents.md)
|
|
- [alerts](alerts.md)
|
|
- [command](commands.md)
|
|
- [states-fim](states-fim.md)
|
|
- [states-inventory-hardware](inventory-hardware.md)
|
|
- [states-inventory-hotfixes](inventory-hotfixes.md)
|
|
- [states-inventory-networks](inventory-networks.md)
|
|
- [states-inventory-packages](inventory-packages.md)
|
|
- [states-inventory-ports](inventory-ports.md)
|
|
- [states-inventory-processes](inventory-processes.md)
|
|
- [states-inventory-system](inventory-system.md)
|
|
- [states-vulnerabilities](states-vulnerability.md)
|
|
|
|
---
|
|
|
|
### Useful resources
|
|
For more information and additional resources, please refer to the following links:
|
|
- [ECS schemas repository](https://github.com/elastic/ecs/tree/main/schemas)
|