SoftwareMarbles / lazy

Hackable Coding Assistant
http://getlazy.org
MIT License
1 stars 0 forks source link

Add flexible log sink #70

Closed ierceg closed 7 years ago

ierceg commented 7 years ago

We are currently tracking file stats by storing them in a file in file-stats engine's sandbox. This is neither flexible, nor standard, nor scalable - it was just proof of concept. We need to sink all the logging, including such things that file-stats now captures and put it into a common storage (e.g. ElasticSearch). My first idea would be to try to integrate ELK (Elastic-Logstash-Kibana) which would give us storage, visualization and flexible storage sink. But only logstash could be exposed to lazy with everything else being abstracted.

neboysa commented 7 years ago

I love this one, and agree with it! We just need to figure out & implement the infrastructure changes before we take on this.

ierceg commented 7 years ago

Done