From e17a4806f1a27dcb12817cbeb0d0c7047b4f8af8 Mon Sep 17 00:00:00 2001 From: quebim Date: Fri, 29 Nov 2024 15:27:32 -0300 Subject: [PATCH] Add README for ECS docs --- ecs/docs/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ecs/docs/README.md diff --git a/ecs/docs/README.md b/ecs/docs/README.md new file mode 100644 index 0000000000000..a94635cbce67b --- /dev/null +++ b/ecs/docs/README.md @@ -0,0 +1,22 @@ +# 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](./agent.md) +- [alerts](alerts.md) +- [command](commands.md) +- [states-fim](states-fim.md) +- [states-inventory-hardware](states-inventory-hardware.md) +- [states-inventory-hotfixes](states-inventory-hotfixes.md) +- [states-inventory-networks](states-inventory-networks.md) +- [states-inventory-packages](states-inventory-packages.md) +- [states-inventory-ports](states-inventory-ports.md) +- [states-inventory-processes](states-inventory-processes.md) +- [states-inventory-system](states-inventory-system.md) +- [states-vulnerabilities](states-vulnerabilities.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)