Skip to content

Releases: weka/export

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)

maintenance release

19 Apr 18:05
9fd9419

Choose a tag to compare

Merge pull request #61 from weka/mar24_2

added optional TLS proto

maintenance release of 1.6.x

12 Apr 12:43

Choose a tag to compare

For WEKA clusters < v4.0.0, use this 1.6.x version.

divergent branch to fix a problem with older clusters not supporting obj_ api calls.