A tail for JSON logs.
Project description
A tail for JSON logs.
Free software: BSD license
Documentation: https://jsail.readthedocs.org.
Features
TODO
History
0.5.1 (2017-11-17)
Argument --fields was added. You can use it to specify which fields should be printed to stdout. By default, all fields are printed.
Fixed error with parsing entries where fields contains time key with non string value.
0.5.0 (2017-11-14)
Now jsail searches fields dict not only in key @fields, but also in fields.
Fixed precendence of fields searched for item’s timestamp. Previously, item found in @timestamp can be overwritten by value from time. Now these fields are searched in this order and first found value is used:
@timestamp
timestamp
time
(@fields | fields).timestamp
(@fields | fields).time
0.4.0 (2017-05-18)
Unbuffered stdin usage was fixed and now program exists correctly if it encounter EOF.
0.3.0 (2016-10-03)
Now jsail recognizes as timestamp keys timestamp, time, @fields.timestamp, @fields.time. And similarly, for message these keys are checked: message, msg, @fields.message, @fields.msg.
Now jsail quietly skips lines which can’t be parsed as single JSON document.
0.2.1 (2016-03-13)
Fixed issue with STDIN bufering. Previously, input given from STDIN was buffered and sometimes jsail didn’t show content until buffer fills up. Now this behaviour is fixed.
0.2.0 (2015-07-06)
‘anyjson’ was added into the requrements list.
Now jsail will process STDIN if filename wasn’t given as a command line argument. This makes possible to use it in unix pipelines.
0.1.0 (2015-04-16)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file jsail-0.5.1.tar.gz
.
File metadata
- Download URL: jsail-0.5.1.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef1b45753464bf1cd5923590a07b94dd126246e704d675e68d7a8a794ab9b4a1 |
|
MD5 | aafd9c0b35d784c1592ee34b1107a2eb |
|
BLAKE2b-256 | 437e56c7c6c761819f27b7a0ddb737c7ab9fb2ffaaf6b33a5abcf71c811ac4d7 |