Mapzone / mapzone

Source code of mapzone.io
4 stars 0 forks source link

Client console/log #40

Open fb71 opened 8 years ago

fb71 commented 8 years ago

Show console/log from (running) client in user's dashboard/project panel, so that the user can see what's going on. This might be related to (but is not the same as) list of "actions" (#15 ?), like "project created", "started", "stopped", etc. Such an action list need a log (per action) too.

Would be cool to have:

stundzig commented 8 years ago

At RB we are using logstash and kibana for centralized logging and log analyzation. For logstash we use a log4j appender from our own applications. All clients sent their logs to logstash, logstash stores them in a local elasticsearch(lucene) and kibana visualizes them in a web frontend, e.g. to filter all the logs. A short tutorial:

https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elk-stack-on-ubuntu-14-04