Skip to main content

๐ŸŽ‰ Eventum 1.1 is Released! ๐ŸŽ‰

ยท One min read
Nikita Reznikov
Maintainer of Eventum

Change logโ€‹

New featuresโ€‹

  • Input plugin tags feature is added
  • Logging was separated into different files individually for configuration / compose file
  • New module py was added for Jinja event plugin
  • New function shuffle was added to rand module for Jinja event plugin
  • New function datetime.timestamp was added to rand module for Jinja event plugin

Bug fixesโ€‹

  • Bulk request response check was added in Opensearch output plugin
  • Timestamp type in template was fixed to be a string

Eventum Compose

ยท One min read
Nikita Reznikov
Maintainer of Eventum

Since version 1.0.10 of Eventum CLI it's available to run multiple generators at once using compose files via eventum-compose tool!

Example compose config:

generators:
winlog_auth:
config: winlog_auth.yml
time_mode: live
params: { "success_ratio": 0.92 }
settings: { "timezone": "Europe/Moscow" }

winlog_iam:
config: winlog_auth.yml
time_mode: live
params: { "new_accounts_count": 7 }
settings: { }

and run it with:

eventum-compose -c winlog-generators.yml

Read more about Eventum Compose in the Configuring part.

Multi inputs

ยท One min read
Nikita Reznikov
Maintainer of Eventum

Since version 1.0.7 of Eventum CLI it's available to specify multiple input plugins in configuration!

Combining of input plugins makes scheduling even more flexible eliminating the need to run additional instances of Eventum.

Example:

input:
- cron:
expression: "*/10 17-18 * * *"
count: 1
- cron:
expression: "*/5 19-20 * * *"
count: 1

๐ŸŽ‰ Eventum 1.0 is Released! ๐ŸŽ‰

ยท One min read
Nikita Reznikov
Maintainer of Eventum

I'm thrilled to announce the release of Eventum 1.0 - the flexible event generator that brings a new level of flexibility and creativity.

Backgroundโ€‹

I started working on this project in November 2023 as an alternative to the simple generator we had in our development team.

Gradually, more complex use cases for the generator emerged, and it became increasingly difficult to achieve the required functionality. At one point, I realized I was ready to create something new and introduce it to the team.


I have preserved many unforgettable events in Eventum that happened to me during the development period, and I hope this has made Eventum a bit more eventful ๐Ÿ”ฎ

Welcome

ยท One min read
Nikita Reznikov
Maintainer of Eventum

Welcome to Eventum Blog! News about Eventum will be posted here.