Skip to content

Releases: weka/export

maintenance release

Choose a tag to compare

@vince-weka vince-weka released this 03 Mar 19:26
401fa6f
Merge pull request #84 from weka/dependabot/pip/idna-3.7

Bump idna from 2.10 to 3.7

maintenance release

Choose a tag to compare

@vince-weka vince-weka released this 12 Feb 15:10
ffac3b4
Merge pull request #83 from weka/vince/2026-02-04

VT-360 non-exitent fs_ids

Maintenance release

Choose a tag to compare

@vince-weka vince-weka released this 04 Feb 20:32
7297334

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

maintenance release

Choose a tag to compare

@vince-weka vince-weka released this 25 Aug 14:47
f486140

Loki security and add severity field to alerts

What's Changed

Full Changelog: v20250711...v20250825

maintenance release

Choose a tag to compare

@vince-weka vince-weka released this 25 Jul 19:37
63057a7

Support for Enhanced security for Loki

maintenance release

Choose a tag to compare

@vince-weka vince-weka released this 26 Mar 12:47
e50933b

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

Choose a tag to compare

@vince-weka vince-weka released this 21 Aug 12:29
e95cb16

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

Choose a tag to compare

@vince-weka vince-weka released this 10 Aug 14:02
1901166

some bug fixes and code cleanup

reworked events

Choose a tag to compare

@vince-weka vince-weka released this 09 Aug 19:43
91a865b

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

Choose a tag to compare

@vince-weka vince-weka released this 08 Aug 20:01

Enables a new feature where it only uploads events to Loki