Skip to content
nchern edited this page Sep 14, 2010 · 4 revisions

Log agent

  • Is installed on single server, where application logs are written
  • Collects logs according to the configuration and sends logs to the backend

Backend

  • Accepts logs from the agents
  • Put accepted logs into the storage(HDFS)
  • Put accepted logs into the index storage(ES)
  • Returns agent configuration from configuration storage

Frontend

  • System health monitoring UI
  • View logs UI
  • Search logs UI
  • Configuration editor
Clone this wiki locally