Releases: akamai/uls
Releases · akamai/uls
v1.8.3
v1.8.3
Date | 2024-09-23 |
Kind | MINOR release |
Author | [email protected] |
-
Minor improvements
- [docker] bumped CLI-GC version to 0.0.6
-
Bugfixes
- Improved JSON Log Escaping (massive thx to @sethumadhav07 for the provided PR)
v1.8.2
v1.8.2
Date | 2024-09-11 |
Kind | MINOR release |
Author | [email protected] |
-
Features
- Enabled Windows Support (natively run in python 3.12+ on Windows)
-
Minor improvements
- [docker] bumped CLI-ETP version to 0.4.8 (future api support fix)
-
Bugfixes
- Fixed a bug that caused an incompatibility with python versions < 3.12
-
Housekeeping
- improved python version testing (sampling py3.9 to 3.12)
v1.8.1
v1.8.1
Date | 2024-08-28 |
Kind | MINOR release |
Author | [email protected] |
- Bugfixes
- Merged a missing fix from the development branch
v1.8.0
PLEASE USE ULS v1.8.1 instead
v1.8.9 lacks some merges - please use the latest version (or v1.8.1) instead of v1.8.0
v1.8.0
Date | 2024-08-27 |
Kind | MINOR release |
Author | [email protected] |
-
Features
- Prometheus monitoring support added to allow smoother monitoring into third party (prometheus compatible) monitoring sytems. More information here
- CallHome (opt-out) function to enable the ULS team to collect anonymous statistics & usage information - more information here
- Added the option to toggle Log Output towards "JSON" format (see feature request)
- Added an option to manipulate the ULS internal logging format (see feature request and the Additional Features section)
- Added an option to manipulate the ULS internal logging date/time format (see feature request
-
Minor improvements
- Updated all required packages to the latest version(s)
- [docker] Bumped Python version to 3.12.5
-
Bugfixes
- issue when using jmespath transformation the result was not proper json - big thanks to @bart-parka for coming up with a PR to fix this
v1.7.5
v1.7.5
Date | 2024-07-16 |
Kind | MINOR release |
Author | [email protected] |
- Minor improvements
- Updated Command Line usage docs (ACC logs installation)
- [docker] bumped GC-LOGS to version "0.0.5"
- [docker] bumped CLI-EAA to version "0.6.10" - fixed the bug that crashed the EAA logs in ULS-Docker Container v1.7.4
- [docker] changed the privilege within the docker (installation as root - then dropping to unprivileged user) - fix for Openshift + adding higher security
- changed the path for the .edgerc mock to uls/var (instead of uls/ext)
v1.7.4
PLEASE DO NOT USE THIS RELEASE FOR NOW
The EAA INPUT in DOCKER seems to have an issue, a fix version will be released, soon
v1.7.4
Date | 2024-06-17 |
Kind | MINOR release |
Author | [email protected], [email protected] |
-
Features
- New Input & Feed available - Akamai Control Center Events
-
Minor improvements
- [docker] Bumped Python version to 3.12.4
- [docker] bumped CLI-EAA to "0.6.9"
- HYDROLIX documentation added to the SIEM integrations
-
BUGFIX
- Fixed a bug in the autoresume function where SIA does not equal it's alias ETP properly
v1.7.3
v1.7.3
Date | 2024-04-02 |
Kind | MINOR release |
Author | [email protected], [email protected] |
-
Features
- introduced "audit logs" for Guardicore
- introduced "AUTORESUME" functionality for GC: NETLOG, INCIDENTS and AUDIT
- TCPUDP/HTTP format string now support varialbe substitution:
- Substitution: {api_hostname}, {uls_input}, {uls_feed}
- OS ENV VARS: $VAR_NAME
-
Minor improvements
v1.7.2
v1.7.2
Date | 2024-02-08 |
Kind | MINOR release |
Author | [email protected] |
- Minor improvements
- Introduced Secure Internet Access (formerly ETP) as INPUT specification (as an alias to ETP)
- added "ETP NETCON" to the autoresume feature
- prevented "EAA DIRHEALTH" to be mistakenly autoresumed
- Imrpoved log overview readability
- Added
--debugloglines
to allow control of input loglines being sent to the debug log - Added Microsoft Sentinel SIA / ETP integration documentation
- Added a FAQ entry regarding time synchronization
- [docker] bumped python version to "3.12.2"
- [docker] bumped gc_logs version to "0.0.3(beta)"
- Fixed a doc error (PR by @pizza0rodeo ) - thanks for your contribution
- BUGFIX
- Fixed a bug in the autoresume function that created a problem with timezones in certain circumstances
- Housekeeping
- improved local container testing
v1.7.1
v1.7.1
Date | 2023-10-11 |
Kind | BUGFIX release |
Author | [email protected] |
- BUGFIX
- Fixed a bug in the ETP & EAA CLI that prevented ULS to run properly in docker environment
- [docker] bumped CLI-EAA to "0.6.3"
- [docker] bumped CLI-ETP version to "0.4.5"
- Fixed a bug in the ETP & EAA CLI that prevented ULS to run properly in docker environment
- Housekeeping
- Added additional automated testing to the docker release process
v1.7.0
v1.7.0
Date | 2023-10-10 |
Kind | FEATURE release |
Author | [email protected], [email protected] |
- Features
- Allowing the configuration of the HTTPFORMATTYPE, which controls the building of payloads for aggregated HTTP requests (click here for additional information)
- Allow adjustment of the "INPUT QUEUE SIZE" threshold (--inputqueuesize) in order to handle huge API pages and fast API output
- New feed for EAA: Directory Health (dirhealth) to fetch health details for configured directories wihtin EAA
- Minor improvements
- Added additional checking in the auto installer
- [docker] bumped python version to "3.12.0"
- [docker] bumped GC-LOGS version to "0.0.2(beta)", now supporting credentials in ENV VARS
- [docker] bumped CLI-EAA to "0.6.2"
- [docker] bumped CLI-ETP version to "0.4.4" - fixed a bug in output ordering + empty response handling.
- "get_uls.sh" now allows selection of OS package installation rather than pip3. See for more information
- Housekeeping
- DocFix Readme.md (thx @ihommani)
- Increased default input_queue_size from 10000 to 15000 to avoid race conditions when an API is answering very fast