UNPKG

elastic-firehose-logger

Version:

Logger to send logs to Firehose and Elasticsearch in prod

17 lines (16 loc) 463 B
{ "name": "elastic-firehose-logger", "version": "1.0.0", "description": "Logger to send logs to Firehose and Elasticsearch in prod", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["Firehose","Elasticsearch","Logger","Nodejs"], "author": "Shubham Garg", "license": "ISC", "dependencies": { "@aws-sdk/client-firehose": "^3.775.0", "@elastic/elasticsearch": "^8.17.1" } }