Releases: weka/export
maintenance release
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
some bug fixes and code cleanup
reworked events
This release adds some new keys to the export.yml configuration file (see the file for details) that allow:
- collecting only logs/events (no metrics)
- collecting only metrics (no events/logs)
- if collecting events, Pushing events to either Loki or Syslog, or BOTH.
Loki-only mode test release
Enables a new feature where it only uploads events to Loki
maintenance release 1.7.3
Updated so that the num_servers_* reported is correct, if the cluster provides the number. (fixed in WEKAPP-363037)
maintenance release
Merge pull request #61 from weka/mar24_2 added optional TLS proto
maintenance release of 1.6.x
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
Dropping support of WEKA 3.x clusters - use this for WEKA 4.0.0 and above only.
maintenance release
Merge pull request #57 from weka/mar24_1 added mgmt_port spec
maint release
resolves client stats missing in certain circumstances