Logdash

screenshot of Logdash

A simple web interface using psutil and flask to log some informations of some clients (school project).

Overview:

logdash is a minimalist web interface that displays the history of logs from client machines. It uses psutil, flask, request, and mongodb to collect and store the logs. By launching the flask test app and the periodic script, logdash becomes functional and starts fetching system information from the client machines.

Features:

  • Minimalist Interface: logdash has a simple and clean web interface, making it easy to navigate and understand.
  • Log History: logdash displays the history of logs from client machines, allowing users to track and analyze system activities.
  • Real-time Data: The periodic script fetches system information from the client machines, ensuring that logdash always has up-to-date data.

Summary:

logdash is a simple and minimalistic web interface that allows users to view the logs history from client machines. With its clean interface and real-time data updates, logdash provides a convenient way to track and analyze system activities. Installation is straightforward, requiring the launch of a test app and the periodic script. Overall, logdash offers a user-friendly solution for log management and analysis.