Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

v1.2.1

Compare
Choose a tag to compare
@otoolep otoolep released this 17 Jun 18:25
· 69 commits to master since this release

Ekanite is a high-performance syslog server with built-in text search. v1.2.1 includes a very important bug fix, for an issue that affected TCP operation. See the CHANGELOG for full details.

Getting started

To download and run Ekanite, execute the commands shown below in a shell, for your platform.

Linux

curl -L  https://github.com/ekanite/ekanite/releases/download/v1.2.1/ekanited-v1.2.1-linux-amd64.tar.gz -o ekanited-v1.2.1-linux-amd64.tar.gz
tar xvfz ekanited-v1.2.1-linux-amd64.tar.gz
cd ekanited-v1.2.1-linux-amd64
./ekanited -datadir data

OSX

curl -L https://github.com/ekanite/ekanite/releases/download/v1.2.1/ekanited-v1.2.1-darwin-amd64.tar.gz -o ekanited-v1.2.1-darwin-amd64.tar.gz
tar xvfz ekanited-v1.2.1-darwin-amd64.tar.gz
cd ekanited-v1.2.1-darwin-amd64
./ekanited -datadir data