All Projects → Toparvion → analog

Toparvion / analog

Licence: MIT license
🔎 Flexible web-based real-time log viewer

Programming Languages

java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Roff
2310 projects

Projects that are alternatives of or similar to analog

Dozzle
Realtime log viewer for docker containers.
Stars: ✭ 684 (+4460%)
Mutual labels:  real-time, log
Recorder
A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨
Stars: ✭ 277 (+1746.67%)
Mutual labels:  testing-tools
extrapolate
generalize counter-examples of property-based testing
Stars: ✭ 13 (-13.33%)
Mutual labels:  testing-tools
mangosta-android
MongooseIM client for Android
Stars: ✭ 31 (+106.67%)
Mutual labels:  real-time
gen-git-log
自动生成git commit记录用以统计个人项目周报,全组项目周报,版本差异记录等
Stars: ✭ 35 (+133.33%)
Mutual labels:  log
dubbo-mock
dubbo mock web server
Stars: ✭ 62 (+313.33%)
Mutual labels:  testing-tools
talaria
TalariaDB is a distributed, highly available, and low latency time-series database for Presto
Stars: ✭ 148 (+886.67%)
Mutual labels:  real-time
json-log-viewer
Powerful terminal based viewer for JSON logs using ncurses.
Stars: ✭ 171 (+1040%)
Mutual labels:  log
rt-mrcnn
Real time instance segmentation with Mask R-CNN, live from webcam feed.
Stars: ✭ 47 (+213.33%)
Mutual labels:  real-time
paStash
pastaʃ'ʃ = Spaghetti I/O Event Data Processing, Interpolation, Correlation and beyond 🍝
Stars: ✭ 89 (+493.33%)
Mutual labels:  log
probably
To probe what we can't prove, so the unprovable may become probable
Stars: ✭ 58 (+286.67%)
Mutual labels:  testing-tools
Telegraf-Test
Telegraf Test - Simple Test ToolKit of Telegram Bots
Stars: ✭ 22 (+46.67%)
Mutual labels:  testing-tools
level10
Phoenix LiveView multiplayer card game
Stars: ✭ 51 (+240%)
Mutual labels:  real-time
intrinio-realtime-python-sdk
Intrinio Python SDK for Real-Time Stock Prices
Stars: ✭ 79 (+426.67%)
Mutual labels:  real-time
music-dl
Download any song in highest mp3 quality with a simple search!
Stars: ✭ 32 (+113.33%)
Mutual labels:  web-app
safety-gear-detector-python
Observe workers as they pass in front of a camera to determine if they have adequate safety protection.
Stars: ✭ 54 (+260%)
Mutual labels:  real-time
slab
An extensible Scala framework for creating monitoring dashboards.
Stars: ✭ 23 (+53.33%)
Mutual labels:  web-app
serverless-full-stack-apps-azure-sql
Full stack solution using Javascript, Azure Static Web Apps, Azure Function, Azure SQL Database and a microservice architecture to monitor in real-time public transportation data, create a geofence and send notification when geofence is activated
Stars: ✭ 72 (+380%)
Mutual labels:  real-time
extensiveautomation-server
Extensive Automation server
Stars: ✭ 19 (+26.67%)
Mutual labels:  testing-tools
Tracking-with-darkflow
Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
Stars: ✭ 522 (+3380%)
Mutual labels:  real-time

🔎 ​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

  • log level highlighting
  • predefined and on-demand log choice configuration (via YAML or URL correspondingly)
  • viewing logs from local and remote files as well as Docker containers and Kubernetes resources
  • ability to display several separate log sources as a single composite log
  • automatic formatting and syntax highlighting of XML documents in logs
  • simple downloading of currently chosen log either fully or partly (for file logs only)
  • flexible Glob-based log access control (for file logs only)

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:

  • is standalone Java application with built-in web server (based on Spring Boot framework)
  • works on Java 14 and above
  • has flexible configuration in 2 YAML files: for system settings and log choices (see examples)
  • must be installed on every server where the file logs must be fetched from
  • relies on tail, docker and kubectl binaries to fetch logs from corresponding sources
  • has its own access control layer basing on Glob path patterns to log files

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].