Filter visualization
JSON Trace + CLI = insert_emoticon
My buckets
Login to use this feature.
arrow_forwardSign up for freeHow it works
Push JSON data to JSON Trace via private hashes and analyze them together.
Pipe in JSON output and see differences over time or configurations.
Upload from multiple locations to compare different environments.
- Install the script jtupload.py on any hosts you want to push data to JSON Trace.
- Create a diff bucket. Your bucket will get a private UUID which is a "write only" secret. Anyone with the secret can write to the UUID but cannot read data previously read.
- Run
jtupload.py --append [your uuid] --file [json file]
from one or more hosts. You can also runyour_cmd_that_creates_json | jtupload.py --append [your uuid]
- You can append up to 8 files into a single diff bucket.
- View your bucket here and run an analysis!
Install the script
- Download from GitHub
- or with wget:
- or with curl:
- Move the script somewhere handy, such as ~/bin or /usr/local/bin/
- chmod +x on the script if you want
- Verify the python command at the top of the script by running it.
Info
Hover over a node to see info & stats.