Giter Site home page Giter Site logo

allproxy / json-log-viewer Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 32.23 MB

JSON Log Viewer is a development tool for working with structured JSON logging.

License: MIT License

Shell 46.21% Batchfile 3.20% JavaScript 50.59%
gui json json-log json-log-viewer json-logs log-viewer logs ui json-logging log-visualization

json-log-viewer's Introduction

AllProxy: HTTP MITM Debugging Proxy

MITM debugging proxy with a web GUI to view and modify all of the HTTP and HTTPS (SSL) traffic between your machine and the Internet. Also supports reverse proxy protocols: HTTP, HTTPS, MongoDB, Redis, MySQL and gRPC.

Also imports JSON logs to make them human readable.

image image image

Alt text

Alt text

Try AllProxy Online

To try a readonly demo:

  • Click Try AllProxy
  • On the left side panel click the Restore Session button
  • From the Restore Session Modal click Restore to restore a sample session

You may also make some local configuration changes:

  • Edit Queries
  • Click the gear icon in the uppert right to change JSON Settings

NOTE The proxy capability of the hosted AllProxy app is disabled, and the proxy configuration is disabled. To try the MITM proxy, the AllProxy app must be installed on your computer.

Install

Options:

  1. Install NPM package: npm install -g allproxy
    • Run: allproxy or allproxy_win.bat
  2. Clone repo and run: npm install && npm run build && npm start
  3. Docker container:
    • docker build -t allproxy .
    • docker run --name allproxy -i -t -v ~/.allproxy:/root/.allproxy -v ~/Downloads:/root/Downloads -p 8888:8888 allproxy

Open allproxy in browser;

NOTE: It is recommended that Use hardware acceleration when available is disabled on Chrome.

Electron Application

See the Releases to download an Electron Applications for MacOS, Linux and Windows.

JSON Log Viewer

JSON structured logs can be viewed in a human readable format. See jlogviewer for more details.

HTTPS Proxy

AllProxy is a man-in-the-middle server that captures the traffic between your application and web server. You can inspect the complete HTTP request and response. Alt text

Advanced Filtering

Use advanced filter criteria to find what you're looking for. Use complex boolean expressions to match the protocol, payload, URL, headers, and just about any part of the request or response message. Alt text

Breakpoints

Set breakpoints to stop the HTTP request and optionally modify it before sending it to the web server. Alt text

Modify and Resend Requests

Modify and resend any captured HTTP requests. Alt text

Reverse Proxy

Resource proxy protocols include: MongoDb, Redis, MySQL, qGRPC, HTTP, HTTPS and TCP. Alt text

Integrated Online Help

AllProxy has a Help modal to help you configure and use the application. Alt text

image image image image image

License

This code is licensed under the MIT License.

image image image

json-log-viewer's People

Contributors

davechri avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.