mirror of
https://github.com/wazuh/wazuh-indexer-plugins.git
synced 2025-12-11 18:44:00 -06:00
Add browser-extensions and services inventory indices to documentation (#574)
* Add entries for browser-extensions and services inventory to the documentation * Update CHANGELOG.md * Update descriptions * Format file --------- Co-authored-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com>
This commit is contained in:
parent
f06166d09e
commit
c51eaff6af
@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
- FIM indices rework [(#509)](https://github.com/wazuh/wazuh-indexer-plugins/pull/509)
|
||||
- Add state.modified_at to stateful indexes [(#561)](https://github.com/wazuh/wazuh-indexer-plugins/pull/561)
|
||||
- Update GitHub Actions versions in main branch [(#572)](https://github.com/wazuh/wazuh-indexer-plugins/pull/572)
|
||||
- Add browser-extensions and services inventory indices to documentation [(#574)](https://github.com/wazuh/wazuh-indexer-plugins/pull/574)
|
||||
|
||||
### Deprecated
|
||||
-
|
||||
|
||||
@ -12,13 +12,14 @@ The Wazuh Indexer Setup Plugin in responsible for:
|
||||
The following table lists the indices created by this plugin.
|
||||
|
||||
| Index | Description |
|
||||
| ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `wazuh‑alerts` | Stores alerts generated by the [Wazuh Server](https://documentation.wazuh.com/current/getting-started/components/wazuh-server.html). These are created each time an event trips a rule with a high enough severity (this threshold is configurable). |
|
||||
| `wazuh‑archives` | Stores all events (archive data) received by the [Wazuh Server](https://documentation.wazuh.com/current/getting-started/components/wazuh-server.html), whether they trip a rule. |
|
||||
| `wazuh‑states-sca` | Security Configuration Assessment (SCA) scan results. |
|
||||
| `wazuh-states-fim-files` | File Integrity Monitoring: information about monitored files. |
|
||||
| `wazuh-states-fim-registry-keys` | File Integrity Monitoring: information about the Windows registry (keys). |
|
||||
| `wazuh-states-fim-registry-values` | File Integrity Monitoring: information about the Windows registry (values). |
|
||||
| `wazuh-states-inventory-browser-extensions` | Stores browser extensions/add-ons detected on the endpoint (Chromium-based browsers — Chrome/Edge/Brave/Opera —, Firefox, and Safari). |
|
||||
| `wazuh-states-inventory-groups` | Stores existing groups on the endpoint. |
|
||||
| `wazuh-states-inventory-hardware` | Basic information about the hardware components of the endpoint. |
|
||||
| `wazuh-states-inventory-hotfixes` | Contains information about the updates installed on Windows endpoints. This information is used by the vulnerability detector module to discover what vulnerabilities have been patched on Windows endpoints. |
|
||||
@ -29,6 +30,7 @@ The following table lists the indices created by this plugin.
|
||||
| `wazuh-states-inventory-ports` | Basic information about open network ports on the endpoint. |
|
||||
| `wazuh-states-inventory-processes` | Stores the detected running processes on the endpoints. |
|
||||
| `wazuh-states-inventory-protocols` | Stores routing configuration details for each network interface, as referenced in the `wazuh-states-inventory-interfaces` index. |
|
||||
| `wazuh-states-inventory-services` | Stores system services detected on the endpoint (Windows Services, Linux systemd units, and macOS launchd daemons/agents). |
|
||||
| `wazuh-states-inventory-system` | Operating system information, hostname and architecture. |
|
||||
| `wazuh-states-inventory-users` | Stores existing users on the endpoint. |
|
||||
| `wazuh-states-vulnerabilities` | Active vulnerabilities on the endpoint and its details. |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user