3.48.5 • Published 1 year ago

jlogviewer v3.48.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

3.48.5

1 year ago

3.47.0

1 year ago

3.48.4

1 year ago

3.45.5

1 year ago

3.45.4

1 year ago

3.45.3

2 years ago

3.45.1

2 years ago

3.45.2

2 years ago

3.45.0

2 years ago

3.44.5

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.10.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago