Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

ideascube/logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logs

This project aims at analysing logs from ideasbox instances to discover how users interact with the software.

It's based on the famous ELK stack and Docker.

Requirements

You need Docker, docker-compose and htpasswd from apache2-utils.

How to use it

You need two things : some logs and an htpasswd file to protect your instance from evil hackers.

You can generate your htpasswd file by doing :

htpasswd -c htpasswd <username>

Then you just have to type :

docker-compose build
docker-compose up

About

ELK PoC - to be replaced by https://github.com/ideascube/elastic-cube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages