Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
jlogviewer
Advanced tools
To try a readonly
demo:
Restore Session
buttonRestore
to restore the Sample NGINX JSON Log
sessionQueries
dropdown and click a query to filter the logYou may also make local configuration changes:
Queries
JSON Settings
npm install -g jlogviewer
- Run
jlogviewer
- Clone repo.
npm install
# The production build may take a minute...npm start
Open
JSON Log Viewer
in browser;
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.
Advanced JSON field and boolean filters can be used to find relevant log records.
Example filters:
response:>=400
shows responses with status greater than or equal to 400response:403
shows 403 responsesagent:wget
shows wget
clientsbytes:>1000
shows responses that are greater than 1000 bytesremote_ip:*
can be used to sort remote IP addresses in ascending order-request:GET
shows non-GET requestsFilter response:>=400
shows responses with status
Filter response:403
shows 403 responses
Filter agent:wget
shows wget
clients
Filter bytes:>1000
shows responses that are greater
Filter remote_ip:*
can be used to sort remote IP addresses in ascending order
Filter -request:GET
shows non-GET requests
User documentation is integrated into the app.
This code is licensed under the MIT License.
FAQs
JSON Log Viewer
We found that jlogviewer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.