Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/papertrails
My papertrail S3 log aggregator tool
https://github.com/dustin/papertrails
Last synced: about 2 months ago
JSON representation
My papertrail S3 log aggregator tool
- Host: GitHub
- URL: https://github.com/dustin/papertrails
- Owner: dustin
- License: bsd-3-clause
- Created: 2013-08-02T05:13:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T01:39:49.000Z (over 1 year ago)
- Last Synced: 2024-10-11T14:16:05.887Z (2 months ago)
- Language: Nix
- Size: 29.3 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# papertrail log rollups
I use [papertrail][papertrail] to aggregate a bunch of my logs. They
dump lots of that into an S3 bucket once per day.This is a tool I use to combine all my day archives into a highly
compressed month archive.Usage: papertrails [--bucket ARG] [--input-prefix ARG] [--rollup-prefix ARG]
Process papertrail logs.Available options:
--bucket ARG S3 bucket (default: BucketName "logarchive")
--input-prefix ARG prefix to input files (default: "papertrail/logs/")
--rollup-prefix ARG prefix to output
files (default: "papertrail/rollup/")
-h,--help Show this help text[papertrail]: http://papertrailapp.com/