Skip to content

Releases: gchq/event-logging-schema

v4.0-beta.10

26 May 10:21

Choose a tag to compare

  • Fix automated build.

Schema documentation v114

17 May 13:15

Choose a tag to compare

Schema versions:

  • 4.0

v4.0-beta.5

17 Sep 16:03

Choose a tag to compare

  • Fix version number in schema.

v4.0-beta.3

23 Mar 11:39

Choose a tag to compare

* Fix version numbers in schema.

v4.0-beta.1

16 Dec 15:34

Choose a tag to compare

* Issue **#58** : Remove `Event/Id`, add `EventSource/EventId` and `EventSource/SessionId`. Improve annotations for `EventChain` and `Activity`.

* Issue **57** : Refactor the schema to improve the xjc generated java code. Remove deprecated elements.

    * Extract new complex type `AuthenticateComplexType` from `Authenticate` element.

    * Extract new complex type `AuthoriseComplexType` from `Authorise` element.

    * Extract new complex type `CopyComplexType` from `CopyMoveComplexType`.

    * Extract new complex type `MoveComplexType` from `CopyMoveComplexType`.

    * Remove complex type `CopyMoveComplexType`.

    * Extract new complex type `CreateComplexType` from `Create` element.

    * Extract new complex type `ViewComplexType` from `View` element.

    * Extract new complex type `DeleteComplexType` from `Delete` element.

    * Extract new complex type `ProcessComplexType` from `Process` element.

    * Extract new complex type `PrintComplexType` from `Print` element.

    * Extract `InstallationGroup` from `InstallComplexType`.

    * Refactor `InstallComplexType` to use `InstallationGroup`.

    * Extract `UninstallComplexType` from `Uninstall` element.

    * Extract new complex type `NetworkEventActionComplexType` from `Network` element.

    * Remove deprecated `AntiMalware` element.

    * Extract new complex type `AlertComplexType` from `Alert` element.

    * Extract `SendReceiveGroup` from `SendReceiveComplexType`.

    * Extract `SendComplexType` from `Send` element.

    * Extract `ReceiveComplexType` from `Receive` element.

    * Extract `MetaDataTagsComplexType` from `Tags` element.

    * Remove `AntiMalwareComplexType`.

    * Merge `BaseAntiMalwareComplexType` into `AntiMalwareThreatComplexType`.

    * Remove `BaseAdvancedQueryItemComplexType`.

    * Extract `BaseMultiObjectGroup` from `BaseMultiObjectComplexType`.

    * Rename `NetworkSrcDstComplexType` to `NetworkLocationComplexType`.

    * Rename `NetworkSrcDstTransportProtocolSimpleType` to `NetworkProtocolSimpleType`.

    * Remove deprecated `SearchResult` and `SearchResultComplexType`.

    * Remove deprecated `EventDetail/Classification`.

    * Add additional `annotation/documentation` elements.

    * Remove unused `FromComplexType`.

    * Add `Keyboard`,`Mouse` and `Webcam` to `HardwareTypeSimpleType`.

    * Add `MemoryCard` to `MediaTypeSimpleType`.

    * Remove deprecated `LocationComplexType/TimeZone`.

v3.5.2

02 Nov 07:33

Choose a tag to compare

* No changes to the schema.

* Fix version enumeration in scheam.

v3.4.2

16 Apr 08:26

Choose a tag to compare

* Issue **#54** : Rename NetworkComplexType to NetworkOutcomeComplexType. Add new NetworkComplexType that just extends BaseNetworkComplexType.

* Add example XML for Network/Close and Alert/Network.

v3.4.1

05 Apr 15:22

Choose a tag to compare

* Change all `Base....` complex types to be `abstract="true"`

v3.4.0

05 Apr 10:00

Choose a tag to compare

* No changes to the schema.

* Add additional junit test for regex escaping.

v3.4-beta.1

04 Feb 13:41

Choose a tag to compare

v3.4-beta.1 Pre-release
Pre-release
* Move complete examples into individual files that are validated as part of the build.

* Issue **#10** : Add `SearchResults` to `BaseMultiObjectComplexType` to allow for use cases like `View/SearchResults`.

* Issue **#10** : Add `Id`, `Name` and `Description` to `QueryComplexType` to allow the linking of query to results.

* Issue **#39** : Add `TimeZoneName` element to `LocationComplexType` to improve the recording of time zone information.

* Issue **#44** : Add `Approval` schema action.

* Issue **#47** : Add `CachedInteractive`, `CachedRemoteInteractive`, `Proxy` and `Other` logon types to `AuthenticateLogonTypeSimpleType`.

* Issue **40**: Add `State`, `City` and `Town` elements to provide more Location detail.

* Improve documentation

* Issue **#49** : Fix broken link to _Illustrative Examples_ in root README.

* Issue **#3** : Add `Type` attribute to `Hash` element in `BaseFileComplexType`.

* Issue **#35** : Add `Meta` element to `Event` and `BaseObjectGroup` to allow extension/decoration.

* Issue **#31** : Add `Tags` element to `BaseObjectGroup`.

* Issue **#37** : Add `Tags` element to `SystemComplexType`.