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

v1.0.0

Compare
Choose a tag to compare
@otoolep otoolep released this 10 Apr 14:51
· 202 commits to master since this release

Ekanite is a syslog server with built in search. v1.0.0 has some important bug fixes, and a new browser interface for searching the logs.

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.0.0/ekanited-v1.0.0-linux-amd64.tar.gz -o ekanited-v1.0.0-linux-amd64.tar.gz
tar xvfz ekanited-v1.0.0-linux-amd64.tar.gz
cd ekanited-v1.0.0-linux-amd64
./ekanited -datadir data

OSX

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