event-logging-schema icon indicating copy to clipboard operation
event-logging-schema copied to clipboard

Event Logging is an XML Schema for describing the auditable events generated by computer systems, hardware devices and access control systems

Results 20 event-logging-schema issues
Sort by recently updated
recently updated
newest added

If you have multiplte Meta blocks, e.g. using one for source data and another for something else then you need some way of distinguishing between them. Currently it has ContentType...

enhancement
non-breaking-change

Sometimes events are received well after when there were created. The addition of a `TimeReceived` element can record when the event was received by the Event Repository (e.g Stroom proxy,...

enhancement
non-breaking-change

Currently the events are decorated on receipt with identifiers that identify the event within the instance of stroom. We do not want elements/attributes in the schema that are not intended...

enhancement
breaking-change

This structure has a Name and a Value attribute, but these are both strings. There might be situations where complex data should be recorded. Adding an xs:any element called Value...

enhancement

Ideally, all events are created on a locked down server and only ever transferred securely. But in some organisations / situations it might be appropriate or necessary to: - Transfer...

enhancement
non-breaking-change

Will allow modelling of CRUD operations on virtual devices.

enhancement

Currently there is no way to model events relating to cloud services, e.g. when a user creates a Lambda in AWS. Currently you would need to model this as Create...

enhancement
non-breaking-change

When we receive XML fragments, e.g. from the event-logging java library we just get a stream of ```xml ... ... ... ``` so we have no `` to tell us...

enhancement
non-breaking-change