Socket
Socket
Sign inDemoInstall

jlogviewer

Package Overview
Dependencies
923
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jlogviewer

JSON Log Viewer


Version published
Maintainers
1
Created

Readme

Source

jlogviewer: JSON Log Viewer

JSON Log Viewer is a UI development tool that makes JSON logs human readable.

JSON fields can be automatically or manually annotated. Filtering makes it easy to find relevant log records.

Source Code: [github.com/allproxy/jlogviewer](https://github.com/allproxy/jlogviewer)

Alt text

image image image

Try JLogViewer Online

To try a readonly demo:

  • Click Try it out ** On the left side panel click the Restore Session button
  • From the Restore Session Modal click Restore to restore the Sample NGINX JSON Log session
  • Select the Queries dropdown and click a query to filter the log

You may also make local configuration changes:

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

Install NPM Package

  1. npm install -g jlogviewer
  2. Run jlogviewer

Build Package

  1. Clone repo.
  2. npm install # The production build may take a minute...
  3. npm start

Open JSON Log Viewer in browser;

Updating

The JSON Log Viewer uses the allproxy package.

To update the allproxy npm package run:

npm update

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

Filtering

Advanced JSON field and boolean filters can be used to find relevant log records.

Example filters:

  • Filter response:>=400 shows responses with status greater than or equal to 400
  • Filter response:403 shows 403 responses
  • Filter agent:wget shows wget clients
  • Filter bytes:>1000 shows responses that are greater than 1000 bytes
  • Filter remote_ip:* can be used to sort remote IP addresses in ascending order
  • Filter -request:GET shows non-GET requests

Filter response:>=400 shows responses with status Alt text

Filter response:403 shows 403 responses Alt text

Filter agent:wget shows wget clients Alt text

Filter bytes:>1000 shows responses that are greater Alt text

Filter remote_ip:* can be used to sort remote IP addresses in ascending order Alt text

Filter -request:GET shows non-GET requests Alt text

Documentation

User documentation is integrated into the app. Alt text

License

This code is licensed under the MIT License.

image

Keywords

FAQs

Last updated on 02 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc