runtime-event.properties

Summary

This file contains parameters to set up the standard events written by the MED backend. Those events will be generated during runtime of the application.

Parameter Domain Default value Description
runtime-event.logbook.workstationId Number The ID of the workstation creating this event. Only the MED backend creates runtime events, so there is only one ID, that can be freely chosen, but has to match the correlated configuration on Enterprise Cockpit.
runtime-event.logbook.retailStoreId String The ID of the retail store in which this event was created. Only the MED backend creates runtime events, so there is only one ID, that can be freely chosen, but has to match the correlated configuration on Enterprise Cockpit.
app-start event Settings for an event created when the app is started.
runtime-event.start.enabled Boolean false Enables creation of app-start events.
runtime-event.start.logbook.messageId String 0810010000002 ID for app-start event.
runtime-event.start.logbook.messageLevel INFO | WARN | ERROR INFO Message level for app-start event.
runtime-event.start.logbook.messageContent String start_message_content Message content for the app-start event.
app-stop event Settings for an event created when the app is stopped.
runtime-event.stop.enabled Boolean false Enables creation of app-stop events.
runtime-event.stop.logbook.messageId String 0810010000003 ID for app-stop event.
runtime-event.stop.logbook.messageLevel INFO | WARN | ERROR WARN Message level for app-stop event.
runtime-event.stop.logbook.messageContent String stop_message_content Message content for the app-stop event.
heartbeat event Settings for an event created in intervals to monitor the availability of the app.
runtime-event.alive.enabled Boolean false Enables creation of heartbeat events.
runtime-event.alive.logbook.messageId String 0810010000001 ID for heartbeat event.
runtime-event.alive.logbook.messageLevel INFO | WARN | ERROR INFO Message level for heartbeat event.
runtime-event.alive.logbook.messageContent String alive_message_content Message content for the heartbeat event.
runtime-event.alive.timer.startDelay Time 60s Defines the start delay, before the first heartbeat event will be sent.
runtime-event.alive.timer.repeatInterval Time 600s Defines the interval, in which the heartbeat event will be sent.