Releases

Below you can find the official Apache Flagon release distrbution artifacts. Older releases can be found at the Apache Flagon Archive. For ongoing developments and future release announcements follow our source code and sign up for our mailing lists to keep up to date!

Please Note all Apache Flagon artifacts are released as source code and binary artifacts and additional packages can be found on packaging platforms such as UserALE.js which we make available through the NPM useralejs package. The CHANGELOG file shipped with each artifact can be consulted for more information on the list of updates in each release. Apache Flagon artifacts are always distributed under the Apache License, version 2.0.

Apache Flagon UserALE.js version 2.3.0

Apache Flagon UserALE.js is a client side instrumentation library written in JavaScript designed for easy deployment and lightweight configuration in gathering logs from your web applications for user behavioral analytics.

To explore changes in our latest release, please see our CHANGELOG. Please note, that for convenience, we make UserALE.js available through the NPM 'flagon-userale' package.

Apache Flagon Distill version 0.1.0

Apache Flagon Distill is a python package to support and analyze Flagon UserAle.js logs.

To explore changes in our latest release, please see our CHANGELOG. Please note, that for convenience, we make Distill available through the PyPi 'flagon-distill' package.

Downloads

The link in the 'Download Artifact' column below should display a default mirror selection based on your inferred location. If (when you browse to it) you do not see that page, try a different browser. The SHA512 checksum and ASCII armoured detached signatures are links to the originals on the main distribution server.

Download Artifacts ASCII signature SHA512 Checksum
Apache UserALE.js 2.3.0 Binaries (tar.gz) asc (tar.gz) sha512 (tar.gz)
Apache UserALE.js 2.3.0 Binaries (zip) asc (zip) sha512 (zip)
Apache UserALE.js 2.3.0 Source (tar.gz) asc (tar.gz) sha512 (tar.gz)
Apache UserALE.js 2.3.0 Source (zip) asc (zip) sha512 (zip)
Apache Distill 0.1.0 Source (tar.gz) asc sha512
Apache Distill 0.1.0 Wheel asc sha512

Verify Releases

It is essential that you verify the integrity of the downloaded files using the PGP, and/or SHA signatures. published with every Flagon release. Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases. We strongly recommend you verify your downloads with at least PGP. Guidance for doing so is provided below.

PGP Signatures

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. N.B. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using the following example

$ gpg --import KEYS

$ gpg --verify apache-flagon-{product}-{version}-src.zip.asc

SHA512 Signatures

Alternatively, you can verify the SHA512 signatures on the files. A unix program called md5 or md5sum is included in many unix distributions. Use the following example

$ sha512sum apache-flagon-{product}-{version}-src.zip

... output should match the string in apache-flagon-{product}-{version}-src.zip.sha512