Builder Event Log - Alpha Release

We are excited to announce a new feature in Builder. Builder now has Event Log where the event which builder generates for package-level promotion/demotion events are persisted as event logs. There are two different sets of events generated for on-prem builder and SaaS builder.

To view the event logs from the on-prem builder, set the following property on the 'builder-API-proxy' service.

enable_builder_events: true

Furthermore, the on-prem builder can also enable to see the events from the SaaS builder. To view the events from the SaaS builder, set the following property on the 'builder-api-proxy' service.

enable_builder_events_saas: true

It is also important to set the 'enable_builder_events' property to view the events from SaaS.

The following configuration properties set in the 'builder-api-proxy' service will show events from on-prem and SaaS builders.

enable_builder_events: true
enable_builder_events_saas: true

The command hab pkg apply can be used for applying the configuration changes to the properties.
The latest builder-api and builder-api-proxy packages needs to be updated on on-prem depot.

This topic was automatically closed after 10 days. New replies are no longer allowed.