Skip to content

Releases: logjuicer/logjuicer

0.12.0

16 Aug 15:08
0.12.0
Compare
Choose a tag to compare
  • api: add report/json route to fetch the plain text version of an existing report.

0.11.1

09 Jul 20:44
0.11.1
Compare
Choose a tag to compare
  • web: improved external link styling.

0.11.0

14 May 20:14
0.11.0
Compare
Choose a tag to compare
Logreduce version 0.11.0

0.10.0

29 Apr 13:19
0.10.0
Compare
Choose a tag to compare
  • config: add extra_baselines option.
  • api: save trained models for faster re-use.
  • model: ignore 404 symlinks when training.
  • report: add initial similarity format and api.

0.9.11

02 Apr 00:13
0.9.11
Compare
Choose a tag to compare
  • config: support per target config using job matcher.
  • config: add ignore_patterns option.
  • api: add support for LOGJUICER_CONFIG environment.

0.9.10

18 Mar 18:04
0.9.10
Compare
Choose a tag to compare
  • model: improve tracing instrument output and show network failure root cause.
  • web: add separator between anomaly contexts.

0.9.9

06 Mar 19:49
0.9.9
Compare
Choose a tag to compare
  • report: add optional log timestamp to the anomaly context.
  • web: render unified timeline view.
  • cli: add a new --open argument to load web report with browser through xdg-open.
  • api: add support for LOGJUICER_LOG environment.
  • model: consider url with 3xx status code as valid.

0.9.8

28 Feb 20:21
0.9.8
Compare
Choose a tag to compare
  • process: increase context distance when anomalies are close enough
  • config: keep duplicated anomalies when the LOGJUICER_KEEP_DUPLICATE environment is set.
  • zuul: fix url encoding when processing zuul-manifest containing files with :.
  • zuul: add support for v10 schema where ref became a dictionary.

0.9.7

12 Feb 19:52
0.9.7
Compare
Choose a tag to compare
  • api: add http_request and http_request_error metrics counter
  • web: add favicon logo
  • cli: add support for json report

0.9.6

04 Dec 20:20
0.9.6
Compare
Choose a tag to compare
  • web: hide unknown files by default
  • cli: improved tracing configuration setup
  • httpdir: add maximum request limit to prevent infinit folder loop
  • zuul: use zuul-manifest.json to download logs when available