🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

parse-aws-firehose-logger-adapter

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-aws-firehose-logger-adapter

Send logs from parse-server to AWS Firehose

1.3.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

This package is no longer maintained as I no longer use it for my projects

Parse AWS Firehose Logger Adapter

If you're deploying parse-server onto an AWS cluster (either ecs, straight ec2, or elastic beanstalk). It is useful to see all of the machines logs all in one place. AWS Firehose will accept logging at any scale. With just a few clicks on the AWS console, you can setup a firehose stream that feeds into elastic search. AWS provides a link to a kibana ui to elastic search that makes visualizing your logs nice and easy.

parse-server -> AWS Firehose -> Elastic Search -> Kibana

How to use

loggerAdapter: new FirehoseLoggerAdapter({ streamName });

Other winston logger options can also be passed:

loggerAdapter: new FirehoseLoggerAdapter({ streamName, level: 'verbose' });

AWS Credentials

It should be possible to pass accessKeyId and secretAccessKey values in the options.

For AWS credentials, see Configuring the SDK for JavaScript. On developer machines, use a standard location for your credentials. For deployment on EC2, use a role.

Keywords

parse-server

FAQs

Package last updated on 06 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts