Skip to content

Releases: akamai/uls

v1.6.6

23 Aug 10:08
758786f
Compare
Choose a tag to compare
Date 2023-08-23
Kind Minor release
Author mschiess@akamai.com, androcho@akamai.com
  • Features
    • Added '--httpliveness' to disable HTTP(S) OPTIONS request for liveness checking
    • Added new feed for ETP: Network traffic connections details (netcon) [Requires CLI-ETP >= 0.4.2]
  • Minor improvements
    • DOC Fix for manual CLI installation
    • [docker] bumped CLI-EAA version to "0.5.9"
    • [docker] bumped CLI-ETP version to "0.4.2"
  • Housekeeping
    • Updated the ETP Links from developer.akamai.com to techdocs.akamai.com
    • Added "docker file liniting" into test scripts

v1.6.5

28 Jun 09:08
c406560
Compare
Choose a tag to compare

v1.6.5

Date 2023-07-28
Kind Minor release
Author mschiess@akamai.com
  • Minor improvements
    • Allow manipulation of the TCP & UDP output format (--tcpudpformat / ULS_TCPUDP_FORMAT).
    • [docker] bumped source image to 3.11.4-slim-bookworm (new debian release)

v1.6.4

02 May 06:40
a847786
Compare
Choose a tag to compare

v1.6.4

Date 2023-05-02
Kind Minor release
Author mschiess@akamai.com
  • Minor improvements
    • Updated docs to clarify the required timestamp format (undefined --> epoch time in seconds)
    • [docker] bumped CLI-EAA version to "0.5.7"
    • [docker] bumped python version to 3.11.3
    • [docker] bumped CLI-GC version to "v0.0.1(beta)"
    • [docker] bumped CLI-MFA version to 0.1.1
  • Bugfix
    • --endtime <value> didn't cause ULS to eventually stop ops. This is now fixed.
    • improved container detection (only cosmetic improvement)

v1.6.3

29 Nov 08:40
7b99996
Compare
Choose a tag to compare

v1.6.3

Date 2022-11-29
Kind Minor release
Author mschiess@akamai.com
  • Minor improvements
    • Introduced '--httpaggregate' / 'ULS_HTTP_AGGREGATE' option to allow easier management of the HTTP(S) aggregation function
    • fixed concatenation issue on HTTP (multi-event bundle)
    • [docker] bumped CLI-ETP version to 0.4.0 (future api support fix)
    • [docker] bumped python version to 3.11.0
    • fixed a bug in the "file output handler" - reported in issue#35
    • fixed a bug in the "get_uls.sh" script which stated the wrong error message when pip was not found
    • minor fix to properly detect "podman" as docker alternative
    • Amendend installation steps for Guardicore and Linode log-fetcher(s)

v1.6.2

12 Oct 10:12
6cd4432
Compare
Choose a tag to compare

v1.6.2

Date 2022-10
Kind Minor release
Author mschiess@akamai.com
  • Minor improvements
    • Bumped EAA CLI to version 0.5.1 (additional SIEM fields - EAA release 2022.02)
    • Amended FAQ to handle self-signed certificates alongside Guardicore
    • Added installation ID ("random string" + "current date YMD" + "first installed version") to support debugging process
    • fixed a bug in the Dockerfile that left uls/var unusable
  • Housekeeping
    • fixed some bugs in testing (false negative) & speeded up testing process

v1.6.1

05 Oct 09:30
d6859db
Compare
Choose a tag to compare

v1.6.1

Date 2022-09
Kind BUGFIX release
Author mschiess@akamai.com
  • Minor improvements
    • Dropped CLI installation verification for CLI's not used by ULS
  • Housekeeping
    • Added parallel testing processes to speed up testing (see Testing Readme)
    • added randomization tokens for "mocked" edgerc file (to avoid race condition in prallel testing)

v1.6.0

15 Sep 13:08
24b1594
Compare
Choose a tag to compare

v1.6.0

Date 2022-09
Kind Feature release
Author mschiess@akamai.com
  • Features

    • Support for Akamai Guardicore Segmentation (experimental)
      • Available feeds: netlog, incident, agent, system
        Please ensure to update your .edgerc file for GC usage
    • Support for Akamai Linode Cloud (experimental)
  • Minor improvements

    • ULS Install Script allows fully working ULS installation via a single script
    • ULS Updater helps to maintain a proper updated version of ULS + Modules
    • Amended Command Line Usage documentation on how to use the installer / updater
    • bumped python container (docker) to version 3.10.7
    • bumped ETP-CLI version to 0.3.9 which should massively reduce the fetch lag
    • Added documentation to explain high availability options for ULS

v1.5.1

04 Aug 06:27
96c31cf
Compare
Choose a tag to compare

v1.5.1

Date 2022-08
Kind BUGFIX release
Author androcho@akamai.com
  • Bugfix
    • Use cli-eaa version 0.5.0.2 fixing a timezone issue on the EAA ADMIN feed

v1.5.0

21 Jul 15:24
7c185c5
Compare
Choose a tag to compare

v1.5.0

Date 2022-07
Kind FEATURE release
Author mschiess@akamai.com, androcho@akamai.com
  • Performance improvements
    • Rework to handle large number of events (100k+ per minute) and fail safe
      when the Output can't cope with the pace of incoming events.
    • New parameters in bin/config/global_config.py:
      • If your output is slower than incoming events,
        ULS can buffer input_queue_size events. If buffer gets full, ULS will stop with an error message.
      • HTTP output can now aggregate messages, two options:
        • output_http_aggregate_count
        • output_http_aggregate_idle
  • Minor improvements
    • new attributes in monitoring output:
      • event_ingested_interval # events read from CLI input
      • event_bytes_interval # total size in bytes processed
  • Housekeeping

v1.4.0

20 May 09:26
c968695
Compare
Choose a tag to compare

v1.4.0

Date 2022-05-20
Kind FEATURE release
Author mschiess@akamai.com, adrocho@akamai.com
  • Features

    • Device Inventory (DEVINV) feed added for EAA (requires eaa-cli >= 0.4.9.1)
  • Minor improvements

    • bumped EAA to version v0.5.0
    • bumped ETP to version v0.3.8
    • bumped python to version 3.10.4-slim-bullseye
  • Bugfix

    • Fixed a bug in the test scripts to support real .edgerc