
Loom Systems
Predict & Prevent problems in the digital business. Fully automatic, seamless event processing, incident reports, deep root cause analysis and recommended resolutions.
Harvesters watch log files for changes, send new log messages to the server, which broadcasts to web clients. Log messages are tagged with stream, node, and log level...
harvesters watch log files for changes, send new log messages to the server, which broadcasts to web clients. log messages are tagged with stream, node, and log level information based on user configuration.
log.io has no persistence layer. harvesters are informed of file changes via inotify, and log messages hop from harvester to server to web client via tcp and socket.io, respectively.
log.io uses a stateless tcp api to receive log messages.
writing a third party harvester is easy. open a tcp connection to the server and begin writing properly formatted messages to the socket.
monitoring monitoring-software logging server-monitoring log-file-management logs log-manager