2 Commits

Author SHA1 Message Date
Wazuh Indexer Bot
36ecacf34e
[ECS Generator] Update index templates (#243)
* Rename .agents and .commands indexes to wazuh-agent and wazuh-commands accordingly

Update indices references

* Update ECS templates for modified modules: agent

* Update ECS templates for modified modules: agent command

---------

Co-authored-by: QU3B1M <kevin.ledesma@wazuh.com>
2025-01-24 12:25:13 +01:00
Kevin Ledesma
1d8e2c5e2b
Implement event generator script to populate agents index (#219)
* Add bash script to generate agents index documents

* Add parameter for number of events to generate to the events generator bash script

* Update bash script to run in background

* Update build.gradle to run agents event generator at development startup

* Move bash utils to 'scripts/' directory

Add argument to define output directory for event generator logs

* Fix agent groups being concatenated in one string

* Remove seq in for loops

* Update script usage help

---------

Co-authored-by: Alex Ruiz <alejandro.ruiz.becerra@wazuh.com>
2025-01-17 12:29:25 +01:00