Skip to content

Releases: logzio/logzio-agent-manifest

v1.0.24

24 Nov 15:09
ab13429
Compare
Choose a tag to compare

Add new data source - AWS Cloudwatch metrics

v1.0.23

23 Nov 15:52
1630b93
Compare
Choose a tag to compare

Update Cloudwatch configuration with placeholders

v1.0.22

23 Nov 09:18
e80e0ca
Compare
Choose a tag to compare

New:

  • Support EKS based on Fargate

v1.0.21

21 Nov 14:42
697a7b9
Compare
Choose a tag to compare

New: Cloudwatch logs support

v1.0.20

17 Nov 08:27
33e0503
Compare
Choose a tag to compare

Fixes:

  • Change Linux agent functions jq to $jq_bin

v1.0.19

15 Nov 12:46
d5b21c8
Compare
Choose a tag to compare

New:

  • New architecture for Windows:
    1. datasources directory contains all datasources in platfrom/subtype/datasource hierarchy per os.
    2. resources directory contains all OTEL and K8S shared files.
  • Support multiple datasources.
  • Windows release will have windows assets automatically (instead of using our old latest release).
  • One request to get all files from repo (instead of multiple requests to repo).
  • Better code = Better maintenance.
  • More catching errors and better error messages.
  • Using SQS for sending logs to Logz.io.
  • Organized directories in user machine for temp files, logzio_agent log file and agent output files.
  • Support for user interruption.
  • Improved post-requisites.
  • Improved agent information at the end of running.
  • Agent information was added to K8S.
  • Support message at the end was added.
  • Successful/Failed/Interruption message animation at the end was added.
  • Improved looks - bigger titles, task progress location.
  • Agent version was added to Logz.io title.

Fixes:

  • OneDrive changing temp files and causing errors.
  • Checking connection to Logz.io logs/metrics uses the user's region in listener.

v1.0.18

14 Nov 16:07
0b31b84
Compare
Choose a tag to compare

Updates:

  • Download jq binary file instead of using apt/yum package manager in Linux

v1.0.17

26 Oct 13:05
4998bfd
Compare
Choose a tag to compare

Fixes:

  • tar error in Windows localhost - A new check was added to prerequisites that checks if tar is installed in the machine.

dev

08 Oct 14:41
4998bfd
Compare
Choose a tag to compare
dev Pre-release
Pre-release

manifest for develop environment

v1.0.16

19 Oct 12:25
36fd333
Compare
Choose a tag to compare

Fixes:

  • env_id has no value in k8s - Users can add environment name (from the UI) and it will be the value of env_id in the Helm install command.