Toparvion / analog

🔎 Flexible web-based real-time log viewer
MIT License
19 stars 5 forks source link
log monitoring real-time testing-tools web-app

:mag_right: ​AnaLóg

Travis (.com) Sonar Coverage Sonar Quality Gate GitHub release (latest SemVer) GitHub

AnaLóg (pronounced with stressed “o”) is a tool for convenient real-time displaying of various logs in your browser.

Think of it as of web interface to traditional tail utility, armed with a bunch of features. To catch the idea, just take a look at a log displayed both with vanilla tail and with AnaLog (click to enlarge):

General features of AnaLog

Project Status

AnaLog is a personal R&D project and currently it is still in development and stabilization stage. As a consequence, it is not production-ready yet product but is being prepared to be.

If you have any questions about the product, want to try it or to help in its development, please feel free to contact the author or submit an issue.

What it looks like?

For end users

Click the images to see them in full size.

 

 

For administrator

In AnaLog terms the administrator is a person who installs and configures AnaLog instances.
From the administrator's perspective AnaLog:

Installation & Usage

  1. Download analog.tar.gz or analog.zip from the latest release page
  2. Unpack it and give execution permission to bin/analog script (in case of *nix OS)
  3. [optional] Configure config/application.yaml and config/choices.yaml by examples
  4. Run bin/analog (*nix OS) or bin/analog.bat (Windows)
  5. Open browser on configured host:port (by default http://localhost:8083) and type desired log path into URI, for example:
    http://localhost:8083/#/home/me/apps/my-app/events.log
    http://localhost:8083/#/node://my-remote-node/home/me/apps/my-app/events.log
    http://localhost:8083/#/docker://my-container
    http://localhost:8083/#/kubernetes://my-pod-4g5h57-hj4d
    http://localhost:8083/#/k8s://deployment/my-deployment

    After that you should see last several lines of the log in your browser and the new records must be added to them as they appear in the log source.

Where to get help?

Because AnaLog is still under development, it's not provided with neither comprehensive documentation nor support. Some basic information can be found on Wiki pages. Nevertheless the author would be glad to help you with any questions concerning AnaLog usage. You can ask for help by means of an issue or contact the author directly.

Contributing

See CONTRIBUTING document.

License

AnaLog relies on MIT license. See this document for details.