Skip to content

Releases: weka/export

maintenance release

21 Aug 12:29
e95cb16
Compare
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
Compare
Choose a tag to compare

some bug fixes and code cleanup

reworked events

09 Aug 19:43
91a865b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

maintenance release

11 Apr 15:09
6d415f6
Compare
Choose a tag to compare

Dropping support of WEKA 3.x clusters - use this for WEKA 4.0.0 and above only.

maintenance release

08 Mar 23:53
326e995
Compare
Choose a tag to compare
Merge pull request #57 from weka/mar24_1

added mgmt_port spec

maint release

14 May 16:46
bee2a12
Compare
Choose a tag to compare

resolves client stats missing in certain circumstances