UNPKG

nsyslog

Version:

Modular new generation log agent. Reads, transform, aggregate, correlate and send logs from sources to destinations

97 lines (96 loc) 2.46 kB
{ "name": "nsyslog", "version": "0.12.0", "description": "Modular new generation log agent. Reads, transform, aggregate, correlate and send logs from sources to destinations", "author": "David Gómez Matarrodona <solzimer@gmail.com>", "url": "https://github.com/solzimer/nsyslog", "email": "solzimer@gmail.com", "main": "index.js", "license": "MIT", "repository": "https://github.com/solzimer/nsyslog", "keywords": [ "syslog", "server", "modular", "log", "agent", "transform", "reader", "logreader", "logstats", "cep", "correlation", "parser", "aggregate", "stats", "transport", "RFC 3164", "RFC 5424", "bsd" ], "bin": { "nsyslog": "./bin/nsyslog.js" }, "scripts": { "docs": "jsdoc --configure .jsdoc.json --verbose -d jsdoc" }, "dependencies": { "@elastic/elasticsearch": "^7.7.1", "chokidar": "^3.1.0", "colors": "^1.1.2", "commander": "^2.9.0", "csv-parse": "^4.4.6", "csv-stringify": "^3.1.1", "dayjs": "^1.11.13", "dgram": "^1.0.1", "extend": "^3.0.2", "fileq": "^1.4.1", "fs-extra": "^5.0.0", "glob": "^7.1.2", "heapdump": "^0.3.15", "ioredis": "^3.2.2", "jsexpr": "^0.11.1", "json-colorizer": "^2.2.1", "jsonlint": "^1.6.3", "jsonpath-plus": "^3.0.0", "kafka-node": "^4.0.0", "kafkajs": "^2.2.4", "leveldown": "^5.2.0", "levelup": "^4.2.0", "memdown": "^5.1.0", "mingo": "^2.3.5", "minimatch": "^3.0.4", "mkdirp": "^3.0.1", "mongodb": "^3.3.3", "node-disk-info": "^1.3.0", "node-forge": "^0.10.0", "nools": "^0.4.4", "nsyslog-parser": "^0.10.1", "os-utils": "0.0.14", "pemtools": "^0.4.7", "promise-stream-queue": "^0.4.5", "request": "^2.87.0", "semaphore": "^1.1.0", "slash": "^2.0.0", "string-hash": "^1.1.3", "swstats": "^0.6.1", "vorpal": "^1.12.0", "winston": "^2.4.2", "winston-logrotate": "^1.3.0", "winston-transport": "^4.3.0", "ws": "^5.2.1", "xml2js": "^0.4.19", "yallist": "^4.0.0" }, "optionalDependencies": { "amqplib": "^0.7.1", "msnodesqlv8": "^2.2.0", "mssql": "^7.2.1", "zeromq": "^5.2.0" }, "devDependencies": { "@pixi/jsdoc-template": "^2.4.3", "@types/mongodb": "^3.3.11", "line-reader": "^0.4.0" } }