-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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](LOG_OVERVIEW.md) readability - Added `--debugloglines` to allow control of input loglines being sent to the debug log - Added [Microsoft Sentinel SIA / ETP integration](SIEM/SENTINEL/Readme.md) documentation - Added a FAQ entry [regarding time synchronization](FAQ.md#error-invalid-timestamp-on-api-call) - [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
- Loading branch information
1 parent
2efdc34
commit 52174bd
Showing
26 changed files
with
642 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.12.0-slim-bookworm | ||
FROM python:3.12.2-slim-bookworm | ||
LABEL MAINTAINER="Mike Schiessl - [email protected]" | ||
LABEL APP_LONG="Akamai Universal Log Streamer" | ||
LABEL APP_SHORT="ULS" | ||
|
@@ -13,7 +13,7 @@ ARG EXT_DIR="$ULS_DIR/ext" | |
ARG ETP_CLI_VERSION="0.4.5" | ||
ARG EAA_CLI_VERSION="0.6.3" | ||
ARG MFA_CLI_VERSION="0.1.1" | ||
ARG GC_CLI_VERSION="v0.0.2(beta)" | ||
ARG GC_CLI_VERSION="v0.0.3(beta)" | ||
ARG LINODE_CLI_VERSION="dev" | ||
|
||
# ENV VARS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.