Eventum Logo

Eventum

Settings and management

Application configuration, the encrypted secrets keyring, and the management console with instance identity, the application log and lifecycle controls.

Three pages administer the application itself rather than the generators running in it: the Settings page for its configuration, the Secrets page for the credentials that configuration refers to, and the Management page for what the process is doing.

Settings

The Settings page edits the application configuration — the same parameters eventum.yml holds, written back to that file on save.

The Server section of the Settings page in Eventum StudioThe Server section of the Settings page in Eventum Studio
SectionCovers
ServerHow the instance is reached — API, web interface, TLS, authentication, MCP
GenerationThe defaults every generator inherits
PathsWhere generators, logs, the startup file and the keyring live
LoggingLevel, format, rotation

A section holding unsaved edits is marked in the rail, so changes spread across several of them stay visible from wherever you are.

The Generation section of the Settings page in Eventum StudioThe Generation section of the Settings page in Eventum Studio

Batch size and queue depths decide how much memory generation holds at once. The Generation section works that figure out for you: give it an assumed event size and it reports what full queues will occupy for one generator.

The Save button appears in the page header once anything is edited and asks for confirmation first. These parameters are read when the application starts, so applying them triggers the same restart the Management page offers, and the interface is briefly unavailable.


Secrets

The Secrets page manages the encrypted keyring, the same one eventum-keyring manages from the terminal. A secret is referenced from any configuration as ${secrets.name} and resolved when a generator loads.

Secrets page in Eventum StudioSecrets page in Eventum Studio

Values stay masked until asked for. Secrets are added, edited and removed in place, and a new one is available to generator configurations immediately, with no restart.

Removing a secret is irreversible. Any configuration referring to it fails to load until a secret of the same name exists again.


Management

Management page in Eventum StudioManagement page in Eventum Studio

The cards at the top identify the instance and the machine under it, and link through to Monitoring for the history behind the load.

The Instance logs panel holds the application-wide log: configuration loading, which generators were started, and which of them refused to. A single generator's own log is on its instance page.

Danger zone

The Restart button stops the whole application and starts it again from eventum.yml and startup.yml, without ending the process — what SIGHUP does, and the way a change made to either file outside Studio is picked up. The server stops with everything else, so the interface is unavailable for a moment.

The Stop button shuts the generators down gracefully and ends the process.

The Stop button ends the whole Eventum process, including the interface you are using. Starting it again means going back to the terminal and running eventum run -c eventum.yml.

On this page