Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 590 Bytes

readme.md

File metadata and controls

29 lines (18 loc) · 590 Bytes

Kanka Logs

Elasticsearch and Kibana for Kanka logs.

Setup

After installing the project, run

composer install
./vendor/bin/sail up

This will start Elasticsearch:9200 and Kibana:5601.

Hook up with Kanka

In your Kanka project, add the following to the .env file

LOG_CHANNEL=full
ELASTIC_HOST=http://172.17.0.1:9200/
ELASTIC_LOGS_INDEX=kanka_logs

Warning

Do not host this on the internet. There is no password protection on either elasticsearch nor kibana, giving everyone full access to your data.