Skip to content

Releases: weka/export

maintenance release

12 Feb 15:10
ffac3b4

Choose a tag to compare

Merge pull request #83 from weka/vince/2026-02-04

VT-360 non-exitent fs_ids

Maintenance release

04 Feb 20:32
7297334

Choose a tag to compare

Added per-fs stats, fixed ca-cert issue with getweka.io in docker container version.

maintenance release

25 Aug 14:47
f486140

Choose a tag to compare

Loki security and add severity field to alerts

What's Changed

Full Changelog: v20250711...v20250825

maintenance release

25 Jul 19:37
63057a7

Choose a tag to compare

Support for Enhanced security for Loki

maintenance release

26 Mar 12:47
e50933b

Choose a tag to compare

With the addition of new container types to WEKA, added flexibility is needed in creating node mapping tables. These tables are now dynamically created.

maintenance release

21 Aug 12:29
e95cb16

Choose a tag to compare

Added more error checking of config file. If loki_host was None and events_to_loki is True, it had issues. Now checking for this contradictory configuration (if events_to_loki isn't present in the YAML, it defaults to True, which probably isn't what the user wants if loki_host is None).

Issues appropriate error/warning messages if this is the case.

maintenance release

10 Aug 14:02
1901166

Choose a tag to compare

some bug fixes and code cleanup

reworked events

09 Aug 19:43
91a865b

Choose a tag to compare

This release adds some new keys to the export.yml configuration file (see the file for details) that allow:

  1. collecting only logs/events (no metrics)
  2. collecting only metrics (no events/logs)
  3. if collecting events, Pushing events to either Loki or Syslog, or BOTH.

Loki-only mode test release

08 Aug 20:01

Choose a tag to compare

Enables a new feature where it only uploads events to Loki

maintenance release 1.7.3

24 Jul 13:29
3573bff

Choose a tag to compare

Updated so that the num_servers_* reported is correct, if the cluster provides the number. (fixed in WEKAPP-363037)