log4js-elasticsearch-appender
Version:
Elasticsearch appender for log4js library. This appender pushes logs to Elasticsearch and can be visualized in Kibana.
36 lines (35 loc) • 921 B
JSON
{
"name": "log4js-elasticsearch-appender",
"version": "1.3.0",
"description": "Elasticsearch appender for log4js library. This appender pushes logs to Elasticsearch and can be visualized in Kibana.",
"main": "index.js",
"dependencies": {
"@elastic/elasticsearch": "^7.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"No tests available\" && exit 1"
},
"keywords": [
"log4js",
"log",
"node",
"logger",
"hangout",
"appender",
"elasticsearch",
"kibana",
"logstash",
"elastic"
],
"license": "GPL-3.0",
"author": "Praveen Thirumurugan",
"homepage": "https://github.com/praveentcom/log4js-elasticsearch-appender#readme",
"bugs": {
"url": "https://github.com/praveentcom/log4js-elasticsearch-appender/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/praveentcom/log4js-elasticsearch-appender.git"
}
}