Skip to content

2.1.0 Release

Compare
Choose a tag to compare
@jtmelton jtmelton released this 09 Jun 05:52
· 426 commits to master since this release

This is the 2.1.0 final release.

Below is the list of changes in this release.

  • Geolocation of end users now possible (optional configuration)
  • Added support for RabbitMQ execution mode
  • Added support for Kafka execution mode
  • Added support for JMX Notification emitter
  • Added support for CEF (over syslog) emitter
  • Documentation updates to cover new features
    and generally enhance end/user developer documentation
  • Update maven configurations to upgrade dependency
    versions and correct configuration for generating
    javadocs and maven "site"
  • Added spring security integration that covers:
    • events emitted by spring security added to appsensor
    • a custom appsensor user manager
    • a custom appsensor security context repository
  • Added example app to show usage in local mode with
    spring security integration
  • Added example app to show the use of appsensor for
    something other than application layer IDS. In this case,
    it is being used as an exception tracker. As exceptions
    are generated, they are logged with appsensor, then a simple
    custom UI shows them in a grouped list. While the example
    is simple and contrived, a more sophisticated UI could
    allow for grouping, searching, sorting and analysis.