2.1.0 • Published 9 years ago

cloudfront-log-reader v2.1.0

Weekly downloads
23
License
BSD
Repository
-
Last release
9 years ago

cloudfront-log-reader

Exposes AWS CloudFront logs from S3 as a node.js readable stream and provides additional tools for working with CF logs. See api.md for JS API.

var reader = require('cloudfront-log-reader');
var logStream = reader.LogStream('s3://mybucket/cf-logs/');
logStream.pipe(process.stdout);

This module also provides two small wrapper commands for usings its functionality from the commandline.

cflogreader

Streams CF log lines to stdout.

Usage: cflogreader <s3url>

generatepath

Takes different types of logs as input and streams paths to stdout. Supported types include "cloudfront" and "elb".

Usage: generatepath <type>

pathreplay

Makes replay requests to the baseurl. Expects paths to be piped to stdin. (Optional) Control concurrency of replay requests with --concurrency flag. Default is 100.

Usage: pathreplay <baseurl> [--concurrency=<n>]
2.1.0

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago