Skip to content

Elasticsearch and Kibana for Kanka llogging

Notifications You must be signed in to change notification settings

owlchester/kanka-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Elasticsearch and Kibana for Kanka llogging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published