| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
- Clone repo.
- npm install
- npm start # Opens tab in your default browser
- Click ? in upper right for help.
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.
The JSON output generated by kubectl get -o json can be imported and analyzed by json-log-viewer.
kubectl get pods,deployments,configmaps,secrets -A -o jsonAdvanced JSON field and boolean filters can be used to find relevant log records.
Example filters:
Filter 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. Click ? in upper right corner.

To update the Log Viewer version to the latest:
The docs/index.html needs to be modified so the GitHub Pages app will render properly:
These lines must be added to the start of the
tag: <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
Remove '/' from href and src properties.
This code is licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |